<?xml version="1.0" encoding="utf-8" ?>


<application xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns="http://wadl.dev.java.net/2009/02">
    <doc title="api" />
    <resources base="http://webapi.deheer-software.nl">
            <resource path="api/webhooks/filters">
                <doc title="api/webhooks/filters" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWebHookFilter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;WebHookFilter&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/WebHookFilter&gt;
  &lt;WebHookFilter&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/WebHookFilter&gt;
&lt;/ArrayOfWebHookFilter&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWebHookFilter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;WebHookFilter&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/WebHookFilter&gt;
  &lt;WebHookFilter&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/WebHookFilter&gt;
&lt;/ArrayOfWebHookFilter&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="api/webhooks/registrations">
                <doc title="api/webhooks/registrations" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;sample string 1&quot;,
    &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
    &quot;Secret&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;IsPaused&quot;: true,
    &quot;Filters&quot;: [],
    &quot;Headers&quot;: {},
    &quot;Properties&quot;: {}
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;sample string 1&quot;,
    &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
    &quot;Secret&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;IsPaused&quot;: true,
    &quot;Filters&quot;: [],
    &quot;Headers&quot;: {},
    &quot;Properties&quot;: {}
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;WebHook&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Headers xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
    &lt;Id&gt;sample string 1&lt;/Id&gt;
    &lt;IsPaused&gt;true&lt;/IsPaused&gt;
    &lt;Properties xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
    &lt;Secret&gt;sample string 3&lt;/Secret&gt;
    &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
  &lt;/WebHook&gt;
  &lt;WebHook&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Headers xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
    &lt;Id&gt;sample string 1&lt;/Id&gt;
    &lt;IsPaused&gt;true&lt;/IsPaused&gt;
    &lt;Properties xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
    &lt;Secret&gt;sample string 3&lt;/Secret&gt;
    &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
  &lt;/WebHook&gt;
&lt;/ArrayOfWebHook&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;WebHook&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Headers xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
    &lt;Id&gt;sample string 1&lt;/Id&gt;
    &lt;IsPaused&gt;true&lt;/IsPaused&gt;
    &lt;Properties xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
    &lt;Secret&gt;sample string 3&lt;/Secret&gt;
    &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
  &lt;/WebHook&gt;
  &lt;WebHook&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Headers xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
    &lt;Id&gt;sample string 1&lt;/Id&gt;
    &lt;IsPaused&gt;true&lt;/IsPaused&gt;
    &lt;Properties xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
    &lt;Secret&gt;sample string 3&lt;/Secret&gt;
    &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
  &lt;/WebHook&gt;
&lt;/ArrayOfWebHook&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="api/webhooks/registrations">
                <doc title="api/webhooks/registrations" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: &quot;sample string 1&quot;,
  &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
  &quot;Secret&quot;: &quot;sample string 3&quot;,
  &quot;Description&quot;: &quot;sample string 4&quot;,
  &quot;IsPaused&quot;: true,
  &quot;Filters&quot;: [],
  &quot;Headers&quot;: {},
  &quot;Properties&quot;: {}
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;sample string 1&quot;,
  &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
  &quot;Secret&quot;: &quot;sample string 3&quot;,
  &quot;Description&quot;: &quot;sample string 4&quot;,
  &quot;IsPaused&quot;: true,
  &quot;Filters&quot;: [],
  &quot;Headers&quot;: {},
  &quot;Properties&quot;: {}
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;WebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;Description&gt;sample string 4&lt;/Description&gt;
  &lt;Headers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Id&gt;sample string 1&lt;/Id&gt;
  &lt;IsPaused&gt;true&lt;/IsPaused&gt;
  &lt;Properties xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Secret&gt;sample string 3&lt;/Secret&gt;
  &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
&lt;/WebHook&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;WebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;Description&gt;sample string 4&lt;/Description&gt;
  &lt;Headers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Id&gt;sample string 1&lt;/Id&gt;
  &lt;IsPaused&gt;true&lt;/IsPaused&gt;
  &lt;Properties xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Secret&gt;sample string 3&lt;/Secret&gt;
  &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
&lt;/WebHook&gt;</doc>
                            </representation>
                    </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: &quot;sample string 1&quot;,
  &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
  &quot;Secret&quot;: &quot;sample string 3&quot;,
  &quot;Description&quot;: &quot;sample string 4&quot;,
  &quot;IsPaused&quot;: true,
  &quot;Filters&quot;: [],
  &quot;Headers&quot;: {},
  &quot;Properties&quot;: {}
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: &quot;sample string 1&quot;,
  &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
  &quot;Secret&quot;: &quot;sample string 3&quot;,
  &quot;Description&quot;: &quot;sample string 4&quot;,
  &quot;IsPaused&quot;: true,
  &quot;Filters&quot;: [],
  &quot;Headers&quot;: {},
  &quot;Properties&quot;: {}
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;WebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;Description&gt;sample string 4&lt;/Description&gt;
  &lt;Headers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Id&gt;sample string 1&lt;/Id&gt;
  &lt;IsPaused&gt;true&lt;/IsPaused&gt;
  &lt;Properties xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Secret&gt;sample string 3&lt;/Secret&gt;
  &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
&lt;/WebHook&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;WebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;Description&gt;sample string 4&lt;/Description&gt;
  &lt;Headers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Id&gt;sample string 1&lt;/Id&gt;
  &lt;IsPaused&gt;true&lt;/IsPaused&gt;
  &lt;Properties xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Secret&gt;sample string 3&lt;/Secret&gt;
  &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
&lt;/WebHook&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="api/webhooks/registrations">
                <doc title="api/webhooks/registrations" /> 
                <method name="DELETE">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc></doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="api/webhooks/registrations/{id}">
                <doc title="api/webhooks/registrations/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: &quot;sample string 1&quot;,
  &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
  &quot;Secret&quot;: &quot;sample string 3&quot;,
  &quot;Description&quot;: &quot;sample string 4&quot;,
  &quot;IsPaused&quot;: true,
  &quot;Filters&quot;: [],
  &quot;Headers&quot;: {},
  &quot;Properties&quot;: {}
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: &quot;sample string 1&quot;,
  &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
  &quot;Secret&quot;: &quot;sample string 3&quot;,
  &quot;Description&quot;: &quot;sample string 4&quot;,
  &quot;IsPaused&quot;: true,
  &quot;Filters&quot;: [],
  &quot;Headers&quot;: {},
  &quot;Properties&quot;: {}
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;WebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;Description&gt;sample string 4&lt;/Description&gt;
  &lt;Headers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Id&gt;sample string 1&lt;/Id&gt;
  &lt;IsPaused&gt;true&lt;/IsPaused&gt;
  &lt;Properties xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Secret&gt;sample string 3&lt;/Secret&gt;
  &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
&lt;/WebHook&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;WebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;Description&gt;sample string 4&lt;/Description&gt;
  &lt;Headers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Id&gt;sample string 1&lt;/Id&gt;
  &lt;IsPaused&gt;true&lt;/IsPaused&gt;
  &lt;Properties xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Secret&gt;sample string 3&lt;/Secret&gt;
  &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
&lt;/WebHook&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="api/webhooks/registrations/{id}">
                <doc title="api/webhooks/registrations/{id}" /> 
                <method name="PUT">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: &quot;sample string 1&quot;,
  &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
  &quot;Secret&quot;: &quot;sample string 3&quot;,
  &quot;Description&quot;: &quot;sample string 4&quot;,
  &quot;IsPaused&quot;: true,
  &quot;Filters&quot;: [],
  &quot;Headers&quot;: {},
  &quot;Properties&quot;: {}
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;sample string 1&quot;,
  &quot;WebHookUri&quot;: &quot;http://webapihelppage2.com&quot;,
  &quot;Secret&quot;: &quot;sample string 3&quot;,
  &quot;Description&quot;: &quot;sample string 4&quot;,
  &quot;IsPaused&quot;: true,
  &quot;Filters&quot;: [],
  &quot;Headers&quot;: {},
  &quot;Properties&quot;: {}
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;WebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;Description&gt;sample string 4&lt;/Description&gt;
  &lt;Headers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Id&gt;sample string 1&lt;/Id&gt;
  &lt;IsPaused&gt;true&lt;/IsPaused&gt;
  &lt;Properties xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Secret&gt;sample string 3&lt;/Secret&gt;
  &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
&lt;/WebHook&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;WebHook xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/Microsoft.AspNet.WebHooks&quot;&gt;
  &lt;Description&gt;sample string 4&lt;/Description&gt;
  &lt;Headers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Id&gt;sample string 1&lt;/Id&gt;
  &lt;IsPaused&gt;true&lt;/IsPaused&gt;
  &lt;Properties xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot; /&gt;
  &lt;Secret&gt;sample string 3&lt;/Secret&gt;
  &lt;WebHookUri&gt;http://webapihelppage2.com/&lt;/WebHookUri&gt;
&lt;/WebHook&gt;</doc>
                            </representation>
                    </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc></doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="api/webhooks/registrations/{id}">
                <doc title="api/webhooks/registrations/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc></doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/AccessUsers/ChangePasswordAccessUser">
                <doc title="PlanCare2Api/AccessUsers/ChangePasswordAccessUser" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AccessUserId&quot;: 1,
  &quot;NewPassword&quot;: &quot;sample string 2&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AccessUserId&quot;: 1,
  &quot;NewPassword&quot;: &quot;sample string 2&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangePasswordAccessUser xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.AccessUser&quot;&gt;
  &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
  &lt;NewPassword&gt;sample string 2&lt;/NewPassword&gt;
&lt;/ChangePasswordAccessUser&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangePasswordAccessUser xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.AccessUser&quot;&gt;
  &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
  &lt;NewPassword&gt;sample string 2&lt;/NewPassword&gt;
&lt;/ChangePasswordAccessUser&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/AccessUsers/ChangePasswordCurrentAccessUser">
                <doc title="PlanCare2Api/AccessUsers/ChangePasswordCurrentAccessUser" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;OldPassword&quot;: &quot;sample string 1&quot;,
  &quot;NewPassword&quot;: &quot;sample string 2&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;OldPassword&quot;: &quot;sample string 1&quot;,
  &quot;NewPassword&quot;: &quot;sample string 2&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangePasswordCurrentAccessUser xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.AccessUser&quot;&gt;
  &lt;NewPassword&gt;sample string 2&lt;/NewPassword&gt;
  &lt;OldPassword&gt;sample string 1&lt;/OldPassword&gt;
&lt;/ChangePasswordCurrentAccessUser&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangePasswordCurrentAccessUser xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.AccessUser&quot;&gt;
  &lt;NewPassword&gt;sample string 2&lt;/NewPassword&gt;
  &lt;OldPassword&gt;sample string 1&lt;/OldPassword&gt;
&lt;/ChangePasswordCurrentAccessUser&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Actions?clientId={clientId}">
                <doc title="PlanCare2Api/Actions?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsLegacy&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsLegacy&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Action&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Action&gt;
  &lt;Action&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Action&gt;
&lt;/ArrayOfAction&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Action&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Action&gt;
  &lt;Action&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Action&gt;
&lt;/ArrayOfAction&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ActionsV2?actionIds[0]={actionIds[0]}&amp;actionIds[1]={actionIds[1]}">
                <doc title="PlanCare2Api/ActionsV2?actionIds[0]={actionIds[0]}&amp;actionIds[1]={actionIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="actionIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;DisciplineId&quot;: 3,
    &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
    &quot;Priority&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Color&quot;: 3,
      &quot;ColorName&quot;: &quot;sample string 4&quot;
    },
    &quot;EmployeeId&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ExecutiveId&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;ExecutiveIds&quot;: [
      1,
      2
    ],
    &quot;Executives&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Identifier&quot;: {
          &quot;$ref&quot;: &quot;3&quot;
        },
        &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
        &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;WorkTypeId&quot;: 1,
    &quot;WorkplanId&quot;: 1,
    &quot;SubGoalId&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;EvaluateBefore&quot;: &quot;2026-05-26T22:09:56.3772013+02:00&quot;,
    &quot;Result&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;ResultDate&quot;: &quot;2026-05-26T22:09:56.3772013+02:00&quot;,
    &quot;Continuation&quot;: {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;CreationDate&quot;: &quot;2026-05-26T22:09:56.3772013+02:00&quot;,
    &quot;Completed&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;DisciplineId&quot;: 3,
    &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
    &quot;Priority&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Color&quot;: 3,
      &quot;ColorName&quot;: &quot;sample string 4&quot;
    },
    &quot;EmployeeId&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ExecutiveId&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;ExecutiveIds&quot;: [
      1,
      2
    ],
    &quot;Executives&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Identifier&quot;: {
          &quot;$ref&quot;: &quot;3&quot;
        },
        &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
        &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;WorkTypeId&quot;: 1,
    &quot;WorkplanId&quot;: 1,
    &quot;SubGoalId&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;EvaluateBefore&quot;: &quot;2026-05-26T22:09:56.3772013+02:00&quot;,
    &quot;Result&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;ResultDate&quot;: &quot;2026-05-26T22:09:56.3772013+02:00&quot;,
    &quot;Continuation&quot;: {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;CreationDate&quot;: &quot;2026-05-26T22:09:56.3772013+02:00&quot;,
    &quot;Completed&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfActionV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ActionV2&gt;
    &lt;Completed&gt;true&lt;/Completed&gt;
    &lt;Continuation&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Continuation&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:56.3772013+02:00&lt;/CreationDate&gt;
    &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
    &lt;EmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/EmployeeId&gt;
    &lt;EvaluateBefore&gt;2026-05-26T22:09:56.3772013+02:00&lt;/EvaluateBefore&gt;
    &lt;ExecutiveId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ExecutiveId&gt;
    &lt;ExecutiveIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/ExecutiveIds&gt;
    &lt;Executives&gt;
      &lt;WorkplanActionExecutive&gt;
        &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
        &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
        &lt;Identifier xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Identifier&gt;
      &lt;/WorkplanActionExecutive&gt;
      &lt;WorkplanActionExecutive&gt;
        &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
        &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
        &lt;Identifier xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Identifier&gt;
      &lt;/WorkplanActionExecutive&gt;
    &lt;/Executives&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Priority&gt;
      &lt;Color&gt;3&lt;/Color&gt;
      &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Priority&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Result&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Result&gt;
    &lt;ResultDate&gt;2026-05-26T22:09:56.3772013+02:00&lt;/ResultDate&gt;
    &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
  &lt;/ActionV2&gt;
  &lt;ActionV2&gt;
    &lt;Completed&gt;true&lt;/Completed&gt;
    &lt;Continuation&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Continuation&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:56.3772013+02:00&lt;/CreationDate&gt;
    &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
    &lt;EmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/EmployeeId&gt;
    &lt;EvaluateBefore&gt;2026-05-26T22:09:56.3772013+02:00&lt;/EvaluateBefore&gt;
    &lt;ExecutiveId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ExecutiveId&gt;
    &lt;ExecutiveIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/ExecutiveIds&gt;
    &lt;Executives&gt;
      &lt;WorkplanActionExecutive&gt;
        &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
        &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
        &lt;Identifier xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Identifier&gt;
      &lt;/WorkplanActionExecutive&gt;
      &lt;WorkplanActionExecutive&gt;
        &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
        &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
        &lt;Identifier xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Identifier&gt;
      &lt;/WorkplanActionExecutive&gt;
    &lt;/Executives&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Priority&gt;
      &lt;Color&gt;3&lt;/Color&gt;
      &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Priority&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Result&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Result&gt;
    &lt;ResultDate&gt;2026-05-26T22:09:56.3772013+02:00&lt;/ResultDate&gt;
    &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
  &lt;/ActionV2&gt;
&lt;/ArrayOfActionV2&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfActionV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ActionV2&gt;
    &lt;Completed&gt;true&lt;/Completed&gt;
    &lt;Continuation&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Continuation&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:56.3772013+02:00&lt;/CreationDate&gt;
    &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
    &lt;EmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/EmployeeId&gt;
    &lt;EvaluateBefore&gt;2026-05-26T22:09:56.3772013+02:00&lt;/EvaluateBefore&gt;
    &lt;ExecutiveId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ExecutiveId&gt;
    &lt;ExecutiveIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/ExecutiveIds&gt;
    &lt;Executives&gt;
      &lt;WorkplanActionExecutive&gt;
        &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
        &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
        &lt;Identifier xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Identifier&gt;
      &lt;/WorkplanActionExecutive&gt;
      &lt;WorkplanActionExecutive&gt;
        &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
        &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
        &lt;Identifier xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Identifier&gt;
      &lt;/WorkplanActionExecutive&gt;
    &lt;/Executives&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Priority&gt;
      &lt;Color&gt;3&lt;/Color&gt;
      &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Priority&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Result&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Result&gt;
    &lt;ResultDate&gt;2026-05-26T22:09:56.3772013+02:00&lt;/ResultDate&gt;
    &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
  &lt;/ActionV2&gt;
  &lt;ActionV2&gt;
    &lt;Completed&gt;true&lt;/Completed&gt;
    &lt;Continuation&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Continuation&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:56.3772013+02:00&lt;/CreationDate&gt;
    &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
    &lt;EmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/EmployeeId&gt;
    &lt;EvaluateBefore&gt;2026-05-26T22:09:56.3772013+02:00&lt;/EvaluateBefore&gt;
    &lt;ExecutiveId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ExecutiveId&gt;
    &lt;ExecutiveIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/ExecutiveIds&gt;
    &lt;Executives&gt;
      &lt;WorkplanActionExecutive&gt;
        &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
        &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
        &lt;Identifier xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Identifier&gt;
      &lt;/WorkplanActionExecutive&gt;
      &lt;WorkplanActionExecutive&gt;
        &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
        &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
        &lt;Identifier xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Identifier&gt;
      &lt;/WorkplanActionExecutive&gt;
    &lt;/Executives&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Priority&gt;
      &lt;Color&gt;3&lt;/Color&gt;
      &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Priority&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Result&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Result&gt;
    &lt;ResultDate&gt;2026-05-26T22:09:56.3772013+02:00&lt;/ResultDate&gt;
    &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
  &lt;/ActionV2&gt;
&lt;/ArrayOfActionV2&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ActionsV2?clientId={clientId}">
                <doc title="PlanCare2Api/ActionsV2?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsLegacy&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsLegacy&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Action&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Action&gt;
  &lt;Action&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Action&gt;
&lt;/ArrayOfAction&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Action&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Action&gt;
  &lt;Action&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Action&gt;
&lt;/ArrayOfAction&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Anc/AncClientInformation">
                <doc title="PlanCare2Api/Anc/AncClientInformation" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Surname&quot;: &quot;sample string 1&quot;,
    &quot;Initials&quot;: &quot;sample string 2&quot;,
    &quot;Preposition&quot;: &quot;sample string 3&quot;,
    &quot;Callname&quot;: &quot;sample string 4&quot;,
    &quot;Sex&quot;: &quot;sample string 5&quot;,
    &quot;Birthday&quot;: &quot;sample string 6&quot;,
    &quot;Bsn&quot;: &quot;sample string 7&quot;,
    &quot;Clientnumber&quot;: &quot;sample string 8&quot;,
    &quot;Roomnumber&quot;: &quot;sample string 9&quot;,
    &quot;Photo&quot;: &quot;sample string 10&quot;,
    &quot;Reanimate&quot;: &quot;sample string 11&quot;,
    &quot;Reanimatedescription&quot;: &quot;sample string 12&quot;,
    &quot;Text1&quot;: &quot;sample string 13&quot;,
    &quot;Text2&quot;: &quot;sample string 14&quot;,
    &quot;Header3&quot;: &quot;sample string 15&quot;,
    &quot;Text3&quot;: &quot;sample string 16&quot;,
    &quot;Header4&quot;: &quot;sample string 17&quot;,
    &quot;Text4&quot;: &quot;sample string 18&quot;,
    &quot;Header5&quot;: &quot;sample string 19&quot;,
    &quot;Text5&quot;: &quot;sample string 20&quot;,
    &quot;Header6&quot;: &quot;sample string 21&quot;,
    &quot;Text6&quot;: &quot;sample string 22&quot;,
    &quot;Contact1Name&quot;: &quot;sample string 23&quot;,
    &quot;Contact1Type&quot;: &quot;sample string 24&quot;,
    &quot;Contact1Callatnight&quot;: &quot;sample string 25&quot;,
    &quot;Contact1Address&quot;: &quot;sample string 26&quot;,
    &quot;Contact1City&quot;: &quot;sample string 27&quot;,
    &quot;Contact1Phonework&quot;: &quot;sample string 28&quot;,
    &quot;Contact1Phonemobile&quot;: &quot;sample string 29&quot;,
    &quot;Contact1Phoneprivate&quot;: &quot;sample string 30&quot;,
    &quot;Contact1Remark&quot;: &quot;sample string 31&quot;,
    &quot;Contact2Name&quot;: &quot;sample string 32&quot;,
    &quot;Contact2Type&quot;: &quot;sample string 33&quot;,
    &quot;Contact2Callatnight&quot;: &quot;sample string 34&quot;,
    &quot;Contact2Address&quot;: &quot;sample string 35&quot;,
    &quot;Contact2City&quot;: &quot;sample string 36&quot;,
    &quot;Contact2Phonework&quot;: &quot;sample string 37&quot;,
    &quot;Contact2Phonemobile&quot;: &quot;sample string 38&quot;,
    &quot;Contact2Phoneprivate&quot;: &quot;sample string 39&quot;,
    &quot;Contact2Remark&quot;: &quot;sample string 40&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Surname&quot;: &quot;sample string 1&quot;,
    &quot;Initials&quot;: &quot;sample string 2&quot;,
    &quot;Preposition&quot;: &quot;sample string 3&quot;,
    &quot;Callname&quot;: &quot;sample string 4&quot;,
    &quot;Sex&quot;: &quot;sample string 5&quot;,
    &quot;Birthday&quot;: &quot;sample string 6&quot;,
    &quot;Bsn&quot;: &quot;sample string 7&quot;,
    &quot;Clientnumber&quot;: &quot;sample string 8&quot;,
    &quot;Roomnumber&quot;: &quot;sample string 9&quot;,
    &quot;Photo&quot;: &quot;sample string 10&quot;,
    &quot;Reanimate&quot;: &quot;sample string 11&quot;,
    &quot;Reanimatedescription&quot;: &quot;sample string 12&quot;,
    &quot;Text1&quot;: &quot;sample string 13&quot;,
    &quot;Text2&quot;: &quot;sample string 14&quot;,
    &quot;Header3&quot;: &quot;sample string 15&quot;,
    &quot;Text3&quot;: &quot;sample string 16&quot;,
    &quot;Header4&quot;: &quot;sample string 17&quot;,
    &quot;Text4&quot;: &quot;sample string 18&quot;,
    &quot;Header5&quot;: &quot;sample string 19&quot;,
    &quot;Text5&quot;: &quot;sample string 20&quot;,
    &quot;Header6&quot;: &quot;sample string 21&quot;,
    &quot;Text6&quot;: &quot;sample string 22&quot;,
    &quot;Contact1Name&quot;: &quot;sample string 23&quot;,
    &quot;Contact1Type&quot;: &quot;sample string 24&quot;,
    &quot;Contact1Callatnight&quot;: &quot;sample string 25&quot;,
    &quot;Contact1Address&quot;: &quot;sample string 26&quot;,
    &quot;Contact1City&quot;: &quot;sample string 27&quot;,
    &quot;Contact1Phonework&quot;: &quot;sample string 28&quot;,
    &quot;Contact1Phonemobile&quot;: &quot;sample string 29&quot;,
    &quot;Contact1Phoneprivate&quot;: &quot;sample string 30&quot;,
    &quot;Contact1Remark&quot;: &quot;sample string 31&quot;,
    &quot;Contact2Name&quot;: &quot;sample string 32&quot;,
    &quot;Contact2Type&quot;: &quot;sample string 33&quot;,
    &quot;Contact2Callatnight&quot;: &quot;sample string 34&quot;,
    &quot;Contact2Address&quot;: &quot;sample string 35&quot;,
    &quot;Contact2City&quot;: &quot;sample string 36&quot;,
    &quot;Contact2Phonework&quot;: &quot;sample string 37&quot;,
    &quot;Contact2Phonemobile&quot;: &quot;sample string 38&quot;,
    &quot;Contact2Phoneprivate&quot;: &quot;sample string 39&quot;,
    &quot;Contact2Remark&quot;: &quot;sample string 40&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAncClientInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Anc&quot;&gt;
  &lt;AncClientInformation&gt;
    &lt;Birthday&gt;sample string 6&lt;/Birthday&gt;
    &lt;Bsn&gt;sample string 7&lt;/Bsn&gt;
    &lt;Callname&gt;sample string 4&lt;/Callname&gt;
    &lt;Clientnumber&gt;sample string 8&lt;/Clientnumber&gt;
    &lt;Contact1Address&gt;sample string 26&lt;/Contact1Address&gt;
    &lt;Contact1Callatnight&gt;sample string 25&lt;/Contact1Callatnight&gt;
    &lt;Contact1City&gt;sample string 27&lt;/Contact1City&gt;
    &lt;Contact1Name&gt;sample string 23&lt;/Contact1Name&gt;
    &lt;Contact1Phonemobile&gt;sample string 29&lt;/Contact1Phonemobile&gt;
    &lt;Contact1Phoneprivate&gt;sample string 30&lt;/Contact1Phoneprivate&gt;
    &lt;Contact1Phonework&gt;sample string 28&lt;/Contact1Phonework&gt;
    &lt;Contact1Remark&gt;sample string 31&lt;/Contact1Remark&gt;
    &lt;Contact1Type&gt;sample string 24&lt;/Contact1Type&gt;
    &lt;Contact2Address&gt;sample string 35&lt;/Contact2Address&gt;
    &lt;Contact2Callatnight&gt;sample string 34&lt;/Contact2Callatnight&gt;
    &lt;Contact2City&gt;sample string 36&lt;/Contact2City&gt;
    &lt;Contact2Name&gt;sample string 32&lt;/Contact2Name&gt;
    &lt;Contact2Phonemobile&gt;sample string 38&lt;/Contact2Phonemobile&gt;
    &lt;Contact2Phoneprivate&gt;sample string 39&lt;/Contact2Phoneprivate&gt;
    &lt;Contact2Phonework&gt;sample string 37&lt;/Contact2Phonework&gt;
    &lt;Contact2Remark&gt;sample string 40&lt;/Contact2Remark&gt;
    &lt;Contact2Type&gt;sample string 33&lt;/Contact2Type&gt;
    &lt;Header3&gt;sample string 15&lt;/Header3&gt;
    &lt;Header4&gt;sample string 17&lt;/Header4&gt;
    &lt;Header5&gt;sample string 19&lt;/Header5&gt;
    &lt;Header6&gt;sample string 21&lt;/Header6&gt;
    &lt;Initials&gt;sample string 2&lt;/Initials&gt;
    &lt;Photo&gt;sample string 10&lt;/Photo&gt;
    &lt;Preposition&gt;sample string 3&lt;/Preposition&gt;
    &lt;Reanimate&gt;sample string 11&lt;/Reanimate&gt;
    &lt;Reanimatedescription&gt;sample string 12&lt;/Reanimatedescription&gt;
    &lt;Roomnumber&gt;sample string 9&lt;/Roomnumber&gt;
    &lt;Sex&gt;sample string 5&lt;/Sex&gt;
    &lt;Surname&gt;sample string 1&lt;/Surname&gt;
    &lt;Text1&gt;sample string 13&lt;/Text1&gt;
    &lt;Text2&gt;sample string 14&lt;/Text2&gt;
    &lt;Text3&gt;sample string 16&lt;/Text3&gt;
    &lt;Text4&gt;sample string 18&lt;/Text4&gt;
    &lt;Text5&gt;sample string 20&lt;/Text5&gt;
    &lt;Text6&gt;sample string 22&lt;/Text6&gt;
  &lt;/AncClientInformation&gt;
  &lt;AncClientInformation&gt;
    &lt;Birthday&gt;sample string 6&lt;/Birthday&gt;
    &lt;Bsn&gt;sample string 7&lt;/Bsn&gt;
    &lt;Callname&gt;sample string 4&lt;/Callname&gt;
    &lt;Clientnumber&gt;sample string 8&lt;/Clientnumber&gt;
    &lt;Contact1Address&gt;sample string 26&lt;/Contact1Address&gt;
    &lt;Contact1Callatnight&gt;sample string 25&lt;/Contact1Callatnight&gt;
    &lt;Contact1City&gt;sample string 27&lt;/Contact1City&gt;
    &lt;Contact1Name&gt;sample string 23&lt;/Contact1Name&gt;
    &lt;Contact1Phonemobile&gt;sample string 29&lt;/Contact1Phonemobile&gt;
    &lt;Contact1Phoneprivate&gt;sample string 30&lt;/Contact1Phoneprivate&gt;
    &lt;Contact1Phonework&gt;sample string 28&lt;/Contact1Phonework&gt;
    &lt;Contact1Remark&gt;sample string 31&lt;/Contact1Remark&gt;
    &lt;Contact1Type&gt;sample string 24&lt;/Contact1Type&gt;
    &lt;Contact2Address&gt;sample string 35&lt;/Contact2Address&gt;
    &lt;Contact2Callatnight&gt;sample string 34&lt;/Contact2Callatnight&gt;
    &lt;Contact2City&gt;sample string 36&lt;/Contact2City&gt;
    &lt;Contact2Name&gt;sample string 32&lt;/Contact2Name&gt;
    &lt;Contact2Phonemobile&gt;sample string 38&lt;/Contact2Phonemobile&gt;
    &lt;Contact2Phoneprivate&gt;sample string 39&lt;/Contact2Phoneprivate&gt;
    &lt;Contact2Phonework&gt;sample string 37&lt;/Contact2Phonework&gt;
    &lt;Contact2Remark&gt;sample string 40&lt;/Contact2Remark&gt;
    &lt;Contact2Type&gt;sample string 33&lt;/Contact2Type&gt;
    &lt;Header3&gt;sample string 15&lt;/Header3&gt;
    &lt;Header4&gt;sample string 17&lt;/Header4&gt;
    &lt;Header5&gt;sample string 19&lt;/Header5&gt;
    &lt;Header6&gt;sample string 21&lt;/Header6&gt;
    &lt;Initials&gt;sample string 2&lt;/Initials&gt;
    &lt;Photo&gt;sample string 10&lt;/Photo&gt;
    &lt;Preposition&gt;sample string 3&lt;/Preposition&gt;
    &lt;Reanimate&gt;sample string 11&lt;/Reanimate&gt;
    &lt;Reanimatedescription&gt;sample string 12&lt;/Reanimatedescription&gt;
    &lt;Roomnumber&gt;sample string 9&lt;/Roomnumber&gt;
    &lt;Sex&gt;sample string 5&lt;/Sex&gt;
    &lt;Surname&gt;sample string 1&lt;/Surname&gt;
    &lt;Text1&gt;sample string 13&lt;/Text1&gt;
    &lt;Text2&gt;sample string 14&lt;/Text2&gt;
    &lt;Text3&gt;sample string 16&lt;/Text3&gt;
    &lt;Text4&gt;sample string 18&lt;/Text4&gt;
    &lt;Text5&gt;sample string 20&lt;/Text5&gt;
    &lt;Text6&gt;sample string 22&lt;/Text6&gt;
  &lt;/AncClientInformation&gt;
&lt;/ArrayOfAncClientInformation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAncClientInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Anc&quot;&gt;
  &lt;AncClientInformation&gt;
    &lt;Birthday&gt;sample string 6&lt;/Birthday&gt;
    &lt;Bsn&gt;sample string 7&lt;/Bsn&gt;
    &lt;Callname&gt;sample string 4&lt;/Callname&gt;
    &lt;Clientnumber&gt;sample string 8&lt;/Clientnumber&gt;
    &lt;Contact1Address&gt;sample string 26&lt;/Contact1Address&gt;
    &lt;Contact1Callatnight&gt;sample string 25&lt;/Contact1Callatnight&gt;
    &lt;Contact1City&gt;sample string 27&lt;/Contact1City&gt;
    &lt;Contact1Name&gt;sample string 23&lt;/Contact1Name&gt;
    &lt;Contact1Phonemobile&gt;sample string 29&lt;/Contact1Phonemobile&gt;
    &lt;Contact1Phoneprivate&gt;sample string 30&lt;/Contact1Phoneprivate&gt;
    &lt;Contact1Phonework&gt;sample string 28&lt;/Contact1Phonework&gt;
    &lt;Contact1Remark&gt;sample string 31&lt;/Contact1Remark&gt;
    &lt;Contact1Type&gt;sample string 24&lt;/Contact1Type&gt;
    &lt;Contact2Address&gt;sample string 35&lt;/Contact2Address&gt;
    &lt;Contact2Callatnight&gt;sample string 34&lt;/Contact2Callatnight&gt;
    &lt;Contact2City&gt;sample string 36&lt;/Contact2City&gt;
    &lt;Contact2Name&gt;sample string 32&lt;/Contact2Name&gt;
    &lt;Contact2Phonemobile&gt;sample string 38&lt;/Contact2Phonemobile&gt;
    &lt;Contact2Phoneprivate&gt;sample string 39&lt;/Contact2Phoneprivate&gt;
    &lt;Contact2Phonework&gt;sample string 37&lt;/Contact2Phonework&gt;
    &lt;Contact2Remark&gt;sample string 40&lt;/Contact2Remark&gt;
    &lt;Contact2Type&gt;sample string 33&lt;/Contact2Type&gt;
    &lt;Header3&gt;sample string 15&lt;/Header3&gt;
    &lt;Header4&gt;sample string 17&lt;/Header4&gt;
    &lt;Header5&gt;sample string 19&lt;/Header5&gt;
    &lt;Header6&gt;sample string 21&lt;/Header6&gt;
    &lt;Initials&gt;sample string 2&lt;/Initials&gt;
    &lt;Photo&gt;sample string 10&lt;/Photo&gt;
    &lt;Preposition&gt;sample string 3&lt;/Preposition&gt;
    &lt;Reanimate&gt;sample string 11&lt;/Reanimate&gt;
    &lt;Reanimatedescription&gt;sample string 12&lt;/Reanimatedescription&gt;
    &lt;Roomnumber&gt;sample string 9&lt;/Roomnumber&gt;
    &lt;Sex&gt;sample string 5&lt;/Sex&gt;
    &lt;Surname&gt;sample string 1&lt;/Surname&gt;
    &lt;Text1&gt;sample string 13&lt;/Text1&gt;
    &lt;Text2&gt;sample string 14&lt;/Text2&gt;
    &lt;Text3&gt;sample string 16&lt;/Text3&gt;
    &lt;Text4&gt;sample string 18&lt;/Text4&gt;
    &lt;Text5&gt;sample string 20&lt;/Text5&gt;
    &lt;Text6&gt;sample string 22&lt;/Text6&gt;
  &lt;/AncClientInformation&gt;
  &lt;AncClientInformation&gt;
    &lt;Birthday&gt;sample string 6&lt;/Birthday&gt;
    &lt;Bsn&gt;sample string 7&lt;/Bsn&gt;
    &lt;Callname&gt;sample string 4&lt;/Callname&gt;
    &lt;Clientnumber&gt;sample string 8&lt;/Clientnumber&gt;
    &lt;Contact1Address&gt;sample string 26&lt;/Contact1Address&gt;
    &lt;Contact1Callatnight&gt;sample string 25&lt;/Contact1Callatnight&gt;
    &lt;Contact1City&gt;sample string 27&lt;/Contact1City&gt;
    &lt;Contact1Name&gt;sample string 23&lt;/Contact1Name&gt;
    &lt;Contact1Phonemobile&gt;sample string 29&lt;/Contact1Phonemobile&gt;
    &lt;Contact1Phoneprivate&gt;sample string 30&lt;/Contact1Phoneprivate&gt;
    &lt;Contact1Phonework&gt;sample string 28&lt;/Contact1Phonework&gt;
    &lt;Contact1Remark&gt;sample string 31&lt;/Contact1Remark&gt;
    &lt;Contact1Type&gt;sample string 24&lt;/Contact1Type&gt;
    &lt;Contact2Address&gt;sample string 35&lt;/Contact2Address&gt;
    &lt;Contact2Callatnight&gt;sample string 34&lt;/Contact2Callatnight&gt;
    &lt;Contact2City&gt;sample string 36&lt;/Contact2City&gt;
    &lt;Contact2Name&gt;sample string 32&lt;/Contact2Name&gt;
    &lt;Contact2Phonemobile&gt;sample string 38&lt;/Contact2Phonemobile&gt;
    &lt;Contact2Phoneprivate&gt;sample string 39&lt;/Contact2Phoneprivate&gt;
    &lt;Contact2Phonework&gt;sample string 37&lt;/Contact2Phonework&gt;
    &lt;Contact2Remark&gt;sample string 40&lt;/Contact2Remark&gt;
    &lt;Contact2Type&gt;sample string 33&lt;/Contact2Type&gt;
    &lt;Header3&gt;sample string 15&lt;/Header3&gt;
    &lt;Header4&gt;sample string 17&lt;/Header4&gt;
    &lt;Header5&gt;sample string 19&lt;/Header5&gt;
    &lt;Header6&gt;sample string 21&lt;/Header6&gt;
    &lt;Initials&gt;sample string 2&lt;/Initials&gt;
    &lt;Photo&gt;sample string 10&lt;/Photo&gt;
    &lt;Preposition&gt;sample string 3&lt;/Preposition&gt;
    &lt;Reanimate&gt;sample string 11&lt;/Reanimate&gt;
    &lt;Reanimatedescription&gt;sample string 12&lt;/Reanimatedescription&gt;
    &lt;Roomnumber&gt;sample string 9&lt;/Roomnumber&gt;
    &lt;Sex&gt;sample string 5&lt;/Sex&gt;
    &lt;Surname&gt;sample string 1&lt;/Surname&gt;
    &lt;Text1&gt;sample string 13&lt;/Text1&gt;
    &lt;Text2&gt;sample string 14&lt;/Text2&gt;
    &lt;Text3&gt;sample string 16&lt;/Text3&gt;
    &lt;Text4&gt;sample string 18&lt;/Text4&gt;
    &lt;Text5&gt;sample string 20&lt;/Text5&gt;
    &lt;Text6&gt;sample string 22&lt;/Text6&gt;
  &lt;/AncClientInformation&gt;
&lt;/ArrayOfAncClientInformation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Anc/AncClientInformation/ForClients?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}">
                <doc title="PlanCare2Api/Anc/AncClientInformation/ForClients?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Surname&quot;: &quot;sample string 1&quot;,
    &quot;Initials&quot;: &quot;sample string 2&quot;,
    &quot;Preposition&quot;: &quot;sample string 3&quot;,
    &quot;Callname&quot;: &quot;sample string 4&quot;,
    &quot;Sex&quot;: &quot;sample string 5&quot;,
    &quot;Birthday&quot;: &quot;sample string 6&quot;,
    &quot;Bsn&quot;: &quot;sample string 7&quot;,
    &quot;Clientnumber&quot;: &quot;sample string 8&quot;,
    &quot;Roomnumber&quot;: &quot;sample string 9&quot;,
    &quot;Photo&quot;: &quot;sample string 10&quot;,
    &quot;Reanimate&quot;: &quot;sample string 11&quot;,
    &quot;Reanimatedescription&quot;: &quot;sample string 12&quot;,
    &quot;Text1&quot;: &quot;sample string 13&quot;,
    &quot;Text2&quot;: &quot;sample string 14&quot;,
    &quot;Header3&quot;: &quot;sample string 15&quot;,
    &quot;Text3&quot;: &quot;sample string 16&quot;,
    &quot;Header4&quot;: &quot;sample string 17&quot;,
    &quot;Text4&quot;: &quot;sample string 18&quot;,
    &quot;Header5&quot;: &quot;sample string 19&quot;,
    &quot;Text5&quot;: &quot;sample string 20&quot;,
    &quot;Header6&quot;: &quot;sample string 21&quot;,
    &quot;Text6&quot;: &quot;sample string 22&quot;,
    &quot;Contact1Name&quot;: &quot;sample string 23&quot;,
    &quot;Contact1Type&quot;: &quot;sample string 24&quot;,
    &quot;Contact1Callatnight&quot;: &quot;sample string 25&quot;,
    &quot;Contact1Address&quot;: &quot;sample string 26&quot;,
    &quot;Contact1City&quot;: &quot;sample string 27&quot;,
    &quot;Contact1Phonework&quot;: &quot;sample string 28&quot;,
    &quot;Contact1Phonemobile&quot;: &quot;sample string 29&quot;,
    &quot;Contact1Phoneprivate&quot;: &quot;sample string 30&quot;,
    &quot;Contact1Remark&quot;: &quot;sample string 31&quot;,
    &quot;Contact2Name&quot;: &quot;sample string 32&quot;,
    &quot;Contact2Type&quot;: &quot;sample string 33&quot;,
    &quot;Contact2Callatnight&quot;: &quot;sample string 34&quot;,
    &quot;Contact2Address&quot;: &quot;sample string 35&quot;,
    &quot;Contact2City&quot;: &quot;sample string 36&quot;,
    &quot;Contact2Phonework&quot;: &quot;sample string 37&quot;,
    &quot;Contact2Phonemobile&quot;: &quot;sample string 38&quot;,
    &quot;Contact2Phoneprivate&quot;: &quot;sample string 39&quot;,
    &quot;Contact2Remark&quot;: &quot;sample string 40&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Surname&quot;: &quot;sample string 1&quot;,
    &quot;Initials&quot;: &quot;sample string 2&quot;,
    &quot;Preposition&quot;: &quot;sample string 3&quot;,
    &quot;Callname&quot;: &quot;sample string 4&quot;,
    &quot;Sex&quot;: &quot;sample string 5&quot;,
    &quot;Birthday&quot;: &quot;sample string 6&quot;,
    &quot;Bsn&quot;: &quot;sample string 7&quot;,
    &quot;Clientnumber&quot;: &quot;sample string 8&quot;,
    &quot;Roomnumber&quot;: &quot;sample string 9&quot;,
    &quot;Photo&quot;: &quot;sample string 10&quot;,
    &quot;Reanimate&quot;: &quot;sample string 11&quot;,
    &quot;Reanimatedescription&quot;: &quot;sample string 12&quot;,
    &quot;Text1&quot;: &quot;sample string 13&quot;,
    &quot;Text2&quot;: &quot;sample string 14&quot;,
    &quot;Header3&quot;: &quot;sample string 15&quot;,
    &quot;Text3&quot;: &quot;sample string 16&quot;,
    &quot;Header4&quot;: &quot;sample string 17&quot;,
    &quot;Text4&quot;: &quot;sample string 18&quot;,
    &quot;Header5&quot;: &quot;sample string 19&quot;,
    &quot;Text5&quot;: &quot;sample string 20&quot;,
    &quot;Header6&quot;: &quot;sample string 21&quot;,
    &quot;Text6&quot;: &quot;sample string 22&quot;,
    &quot;Contact1Name&quot;: &quot;sample string 23&quot;,
    &quot;Contact1Type&quot;: &quot;sample string 24&quot;,
    &quot;Contact1Callatnight&quot;: &quot;sample string 25&quot;,
    &quot;Contact1Address&quot;: &quot;sample string 26&quot;,
    &quot;Contact1City&quot;: &quot;sample string 27&quot;,
    &quot;Contact1Phonework&quot;: &quot;sample string 28&quot;,
    &quot;Contact1Phonemobile&quot;: &quot;sample string 29&quot;,
    &quot;Contact1Phoneprivate&quot;: &quot;sample string 30&quot;,
    &quot;Contact1Remark&quot;: &quot;sample string 31&quot;,
    &quot;Contact2Name&quot;: &quot;sample string 32&quot;,
    &quot;Contact2Type&quot;: &quot;sample string 33&quot;,
    &quot;Contact2Callatnight&quot;: &quot;sample string 34&quot;,
    &quot;Contact2Address&quot;: &quot;sample string 35&quot;,
    &quot;Contact2City&quot;: &quot;sample string 36&quot;,
    &quot;Contact2Phonework&quot;: &quot;sample string 37&quot;,
    &quot;Contact2Phonemobile&quot;: &quot;sample string 38&quot;,
    &quot;Contact2Phoneprivate&quot;: &quot;sample string 39&quot;,
    &quot;Contact2Remark&quot;: &quot;sample string 40&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAncClientInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Anc&quot;&gt;
  &lt;AncClientInformation&gt;
    &lt;Birthday&gt;sample string 6&lt;/Birthday&gt;
    &lt;Bsn&gt;sample string 7&lt;/Bsn&gt;
    &lt;Callname&gt;sample string 4&lt;/Callname&gt;
    &lt;Clientnumber&gt;sample string 8&lt;/Clientnumber&gt;
    &lt;Contact1Address&gt;sample string 26&lt;/Contact1Address&gt;
    &lt;Contact1Callatnight&gt;sample string 25&lt;/Contact1Callatnight&gt;
    &lt;Contact1City&gt;sample string 27&lt;/Contact1City&gt;
    &lt;Contact1Name&gt;sample string 23&lt;/Contact1Name&gt;
    &lt;Contact1Phonemobile&gt;sample string 29&lt;/Contact1Phonemobile&gt;
    &lt;Contact1Phoneprivate&gt;sample string 30&lt;/Contact1Phoneprivate&gt;
    &lt;Contact1Phonework&gt;sample string 28&lt;/Contact1Phonework&gt;
    &lt;Contact1Remark&gt;sample string 31&lt;/Contact1Remark&gt;
    &lt;Contact1Type&gt;sample string 24&lt;/Contact1Type&gt;
    &lt;Contact2Address&gt;sample string 35&lt;/Contact2Address&gt;
    &lt;Contact2Callatnight&gt;sample string 34&lt;/Contact2Callatnight&gt;
    &lt;Contact2City&gt;sample string 36&lt;/Contact2City&gt;
    &lt;Contact2Name&gt;sample string 32&lt;/Contact2Name&gt;
    &lt;Contact2Phonemobile&gt;sample string 38&lt;/Contact2Phonemobile&gt;
    &lt;Contact2Phoneprivate&gt;sample string 39&lt;/Contact2Phoneprivate&gt;
    &lt;Contact2Phonework&gt;sample string 37&lt;/Contact2Phonework&gt;
    &lt;Contact2Remark&gt;sample string 40&lt;/Contact2Remark&gt;
    &lt;Contact2Type&gt;sample string 33&lt;/Contact2Type&gt;
    &lt;Header3&gt;sample string 15&lt;/Header3&gt;
    &lt;Header4&gt;sample string 17&lt;/Header4&gt;
    &lt;Header5&gt;sample string 19&lt;/Header5&gt;
    &lt;Header6&gt;sample string 21&lt;/Header6&gt;
    &lt;Initials&gt;sample string 2&lt;/Initials&gt;
    &lt;Photo&gt;sample string 10&lt;/Photo&gt;
    &lt;Preposition&gt;sample string 3&lt;/Preposition&gt;
    &lt;Reanimate&gt;sample string 11&lt;/Reanimate&gt;
    &lt;Reanimatedescription&gt;sample string 12&lt;/Reanimatedescription&gt;
    &lt;Roomnumber&gt;sample string 9&lt;/Roomnumber&gt;
    &lt;Sex&gt;sample string 5&lt;/Sex&gt;
    &lt;Surname&gt;sample string 1&lt;/Surname&gt;
    &lt;Text1&gt;sample string 13&lt;/Text1&gt;
    &lt;Text2&gt;sample string 14&lt;/Text2&gt;
    &lt;Text3&gt;sample string 16&lt;/Text3&gt;
    &lt;Text4&gt;sample string 18&lt;/Text4&gt;
    &lt;Text5&gt;sample string 20&lt;/Text5&gt;
    &lt;Text6&gt;sample string 22&lt;/Text6&gt;
  &lt;/AncClientInformation&gt;
  &lt;AncClientInformation&gt;
    &lt;Birthday&gt;sample string 6&lt;/Birthday&gt;
    &lt;Bsn&gt;sample string 7&lt;/Bsn&gt;
    &lt;Callname&gt;sample string 4&lt;/Callname&gt;
    &lt;Clientnumber&gt;sample string 8&lt;/Clientnumber&gt;
    &lt;Contact1Address&gt;sample string 26&lt;/Contact1Address&gt;
    &lt;Contact1Callatnight&gt;sample string 25&lt;/Contact1Callatnight&gt;
    &lt;Contact1City&gt;sample string 27&lt;/Contact1City&gt;
    &lt;Contact1Name&gt;sample string 23&lt;/Contact1Name&gt;
    &lt;Contact1Phonemobile&gt;sample string 29&lt;/Contact1Phonemobile&gt;
    &lt;Contact1Phoneprivate&gt;sample string 30&lt;/Contact1Phoneprivate&gt;
    &lt;Contact1Phonework&gt;sample string 28&lt;/Contact1Phonework&gt;
    &lt;Contact1Remark&gt;sample string 31&lt;/Contact1Remark&gt;
    &lt;Contact1Type&gt;sample string 24&lt;/Contact1Type&gt;
    &lt;Contact2Address&gt;sample string 35&lt;/Contact2Address&gt;
    &lt;Contact2Callatnight&gt;sample string 34&lt;/Contact2Callatnight&gt;
    &lt;Contact2City&gt;sample string 36&lt;/Contact2City&gt;
    &lt;Contact2Name&gt;sample string 32&lt;/Contact2Name&gt;
    &lt;Contact2Phonemobile&gt;sample string 38&lt;/Contact2Phonemobile&gt;
    &lt;Contact2Phoneprivate&gt;sample string 39&lt;/Contact2Phoneprivate&gt;
    &lt;Contact2Phonework&gt;sample string 37&lt;/Contact2Phonework&gt;
    &lt;Contact2Remark&gt;sample string 40&lt;/Contact2Remark&gt;
    &lt;Contact2Type&gt;sample string 33&lt;/Contact2Type&gt;
    &lt;Header3&gt;sample string 15&lt;/Header3&gt;
    &lt;Header4&gt;sample string 17&lt;/Header4&gt;
    &lt;Header5&gt;sample string 19&lt;/Header5&gt;
    &lt;Header6&gt;sample string 21&lt;/Header6&gt;
    &lt;Initials&gt;sample string 2&lt;/Initials&gt;
    &lt;Photo&gt;sample string 10&lt;/Photo&gt;
    &lt;Preposition&gt;sample string 3&lt;/Preposition&gt;
    &lt;Reanimate&gt;sample string 11&lt;/Reanimate&gt;
    &lt;Reanimatedescription&gt;sample string 12&lt;/Reanimatedescription&gt;
    &lt;Roomnumber&gt;sample string 9&lt;/Roomnumber&gt;
    &lt;Sex&gt;sample string 5&lt;/Sex&gt;
    &lt;Surname&gt;sample string 1&lt;/Surname&gt;
    &lt;Text1&gt;sample string 13&lt;/Text1&gt;
    &lt;Text2&gt;sample string 14&lt;/Text2&gt;
    &lt;Text3&gt;sample string 16&lt;/Text3&gt;
    &lt;Text4&gt;sample string 18&lt;/Text4&gt;
    &lt;Text5&gt;sample string 20&lt;/Text5&gt;
    &lt;Text6&gt;sample string 22&lt;/Text6&gt;
  &lt;/AncClientInformation&gt;
&lt;/ArrayOfAncClientInformation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAncClientInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Anc&quot;&gt;
  &lt;AncClientInformation&gt;
    &lt;Birthday&gt;sample string 6&lt;/Birthday&gt;
    &lt;Bsn&gt;sample string 7&lt;/Bsn&gt;
    &lt;Callname&gt;sample string 4&lt;/Callname&gt;
    &lt;Clientnumber&gt;sample string 8&lt;/Clientnumber&gt;
    &lt;Contact1Address&gt;sample string 26&lt;/Contact1Address&gt;
    &lt;Contact1Callatnight&gt;sample string 25&lt;/Contact1Callatnight&gt;
    &lt;Contact1City&gt;sample string 27&lt;/Contact1City&gt;
    &lt;Contact1Name&gt;sample string 23&lt;/Contact1Name&gt;
    &lt;Contact1Phonemobile&gt;sample string 29&lt;/Contact1Phonemobile&gt;
    &lt;Contact1Phoneprivate&gt;sample string 30&lt;/Contact1Phoneprivate&gt;
    &lt;Contact1Phonework&gt;sample string 28&lt;/Contact1Phonework&gt;
    &lt;Contact1Remark&gt;sample string 31&lt;/Contact1Remark&gt;
    &lt;Contact1Type&gt;sample string 24&lt;/Contact1Type&gt;
    &lt;Contact2Address&gt;sample string 35&lt;/Contact2Address&gt;
    &lt;Contact2Callatnight&gt;sample string 34&lt;/Contact2Callatnight&gt;
    &lt;Contact2City&gt;sample string 36&lt;/Contact2City&gt;
    &lt;Contact2Name&gt;sample string 32&lt;/Contact2Name&gt;
    &lt;Contact2Phonemobile&gt;sample string 38&lt;/Contact2Phonemobile&gt;
    &lt;Contact2Phoneprivate&gt;sample string 39&lt;/Contact2Phoneprivate&gt;
    &lt;Contact2Phonework&gt;sample string 37&lt;/Contact2Phonework&gt;
    &lt;Contact2Remark&gt;sample string 40&lt;/Contact2Remark&gt;
    &lt;Contact2Type&gt;sample string 33&lt;/Contact2Type&gt;
    &lt;Header3&gt;sample string 15&lt;/Header3&gt;
    &lt;Header4&gt;sample string 17&lt;/Header4&gt;
    &lt;Header5&gt;sample string 19&lt;/Header5&gt;
    &lt;Header6&gt;sample string 21&lt;/Header6&gt;
    &lt;Initials&gt;sample string 2&lt;/Initials&gt;
    &lt;Photo&gt;sample string 10&lt;/Photo&gt;
    &lt;Preposition&gt;sample string 3&lt;/Preposition&gt;
    &lt;Reanimate&gt;sample string 11&lt;/Reanimate&gt;
    &lt;Reanimatedescription&gt;sample string 12&lt;/Reanimatedescription&gt;
    &lt;Roomnumber&gt;sample string 9&lt;/Roomnumber&gt;
    &lt;Sex&gt;sample string 5&lt;/Sex&gt;
    &lt;Surname&gt;sample string 1&lt;/Surname&gt;
    &lt;Text1&gt;sample string 13&lt;/Text1&gt;
    &lt;Text2&gt;sample string 14&lt;/Text2&gt;
    &lt;Text3&gt;sample string 16&lt;/Text3&gt;
    &lt;Text4&gt;sample string 18&lt;/Text4&gt;
    &lt;Text5&gt;sample string 20&lt;/Text5&gt;
    &lt;Text6&gt;sample string 22&lt;/Text6&gt;
  &lt;/AncClientInformation&gt;
  &lt;AncClientInformation&gt;
    &lt;Birthday&gt;sample string 6&lt;/Birthday&gt;
    &lt;Bsn&gt;sample string 7&lt;/Bsn&gt;
    &lt;Callname&gt;sample string 4&lt;/Callname&gt;
    &lt;Clientnumber&gt;sample string 8&lt;/Clientnumber&gt;
    &lt;Contact1Address&gt;sample string 26&lt;/Contact1Address&gt;
    &lt;Contact1Callatnight&gt;sample string 25&lt;/Contact1Callatnight&gt;
    &lt;Contact1City&gt;sample string 27&lt;/Contact1City&gt;
    &lt;Contact1Name&gt;sample string 23&lt;/Contact1Name&gt;
    &lt;Contact1Phonemobile&gt;sample string 29&lt;/Contact1Phonemobile&gt;
    &lt;Contact1Phoneprivate&gt;sample string 30&lt;/Contact1Phoneprivate&gt;
    &lt;Contact1Phonework&gt;sample string 28&lt;/Contact1Phonework&gt;
    &lt;Contact1Remark&gt;sample string 31&lt;/Contact1Remark&gt;
    &lt;Contact1Type&gt;sample string 24&lt;/Contact1Type&gt;
    &lt;Contact2Address&gt;sample string 35&lt;/Contact2Address&gt;
    &lt;Contact2Callatnight&gt;sample string 34&lt;/Contact2Callatnight&gt;
    &lt;Contact2City&gt;sample string 36&lt;/Contact2City&gt;
    &lt;Contact2Name&gt;sample string 32&lt;/Contact2Name&gt;
    &lt;Contact2Phonemobile&gt;sample string 38&lt;/Contact2Phonemobile&gt;
    &lt;Contact2Phoneprivate&gt;sample string 39&lt;/Contact2Phoneprivate&gt;
    &lt;Contact2Phonework&gt;sample string 37&lt;/Contact2Phonework&gt;
    &lt;Contact2Remark&gt;sample string 40&lt;/Contact2Remark&gt;
    &lt;Contact2Type&gt;sample string 33&lt;/Contact2Type&gt;
    &lt;Header3&gt;sample string 15&lt;/Header3&gt;
    &lt;Header4&gt;sample string 17&lt;/Header4&gt;
    &lt;Header5&gt;sample string 19&lt;/Header5&gt;
    &lt;Header6&gt;sample string 21&lt;/Header6&gt;
    &lt;Initials&gt;sample string 2&lt;/Initials&gt;
    &lt;Photo&gt;sample string 10&lt;/Photo&gt;
    &lt;Preposition&gt;sample string 3&lt;/Preposition&gt;
    &lt;Reanimate&gt;sample string 11&lt;/Reanimate&gt;
    &lt;Reanimatedescription&gt;sample string 12&lt;/Reanimatedescription&gt;
    &lt;Roomnumber&gt;sample string 9&lt;/Roomnumber&gt;
    &lt;Sex&gt;sample string 5&lt;/Sex&gt;
    &lt;Surname&gt;sample string 1&lt;/Surname&gt;
    &lt;Text1&gt;sample string 13&lt;/Text1&gt;
    &lt;Text2&gt;sample string 14&lt;/Text2&gt;
    &lt;Text3&gt;sample string 16&lt;/Text3&gt;
    &lt;Text4&gt;sample string 18&lt;/Text4&gt;
    &lt;Text5&gt;sample string 20&lt;/Text5&gt;
    &lt;Text6&gt;sample string 22&lt;/Text6&gt;
  &lt;/AncClientInformation&gt;
&lt;/ArrayOfAncClientInformation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Appointments/AppointmentCompletion">
                <doc title="PlanCare2Api/Appointments/AppointmentCompletion" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                            </representation>
                    </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Appointments/AppointmentCompletions">
                <doc title="PlanCare2Api/Appointments/AppointmentCompletions" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                            </representation>
                    </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Appointments/CompleteAppointmentWithNotCompletedStatus">
                <doc title="PlanCare2Api/Appointments/CompleteAppointmentWithNotCompletedStatus" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                            </representation>
                    </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;Duration&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Reason&quot;: &quot;sample string 5&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;CostTypeId&quot;: 1,
  &quot;ZipCode&quot;: &quot;sample string 7&quot;,
  &quot;HouseNumber&quot;: 1,
  &quot;HouseNumberAddition&quot;: &quot;sample string 8&quot;,
  &quot;ClientSigned&quot;: true,
  &quot;ProductId&quot;: 9,
  &quot;ProjectId&quot;: &quot;sample string 10&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;ContractId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;AppointmentCompletion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Duration&gt;3&lt;/Duration&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
  &lt;HouseNumberAddition&gt;sample string 8&lt;/HouseNumberAddition&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;ProductId&gt;9&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 10&lt;/ProjectId&gt;
  &lt;Reason&gt;sample string 5&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDateTime&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;ZipCode&gt;sample string 7&lt;/ZipCode&gt;
&lt;/AppointmentCompletion&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Appointments/Employee?dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/Appointments/Employee?dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;StatusChangedByName&quot;: &quot;sample string 4&quot;,
    &quot;StatusChangedById&quot;: 5,
    &quot;CreatedByName&quot;: &quot;sample string 6&quot;,
    &quot;CreatedById&quot;: 7,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;Subject&quot;: &quot;sample string 10&quot;,
    &quot;AppointmentType&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Remarks&quot;: &quot;sample string 13&quot;,
    &quot;Status&quot;: &quot;sample string 14&quot;,
    &quot;ParentPlannedItemId&quot;: 1,
    &quot;OccurrenceIndex&quot;: 1,
    &quot;Id&quot;: 15,
    &quot;StartTime&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;Location&quot;: &quot;sample string 18&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;RecursionText&quot;: &quot;sample string 21&quot;,
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsLegacy&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;WorkTypeId&quot;: 1,
    &quot;EmploymentId&quot;: 1,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;StatusChangedByName&quot;: &quot;sample string 4&quot;,
    &quot;StatusChangedById&quot;: 5,
    &quot;CreatedByName&quot;: &quot;sample string 6&quot;,
    &quot;CreatedById&quot;: 7,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;Subject&quot;: &quot;sample string 10&quot;,
    &quot;AppointmentType&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Remarks&quot;: &quot;sample string 13&quot;,
    &quot;Status&quot;: &quot;sample string 14&quot;,
    &quot;ParentPlannedItemId&quot;: 1,
    &quot;OccurrenceIndex&quot;: 1,
    &quot;Id&quot;: 15,
    &quot;StartTime&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;Location&quot;: &quot;sample string 18&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;RecursionText&quot;: &quot;sample string 21&quot;,
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsLegacy&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;WorkTypeId&quot;: 1,
    &quot;EmploymentId&quot;: 1,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
&lt;/ArrayOfAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:59.0098959+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
&lt;/ArrayOfAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Appointments/ReopenAppointment">
                <doc title="PlanCare2Api/Appointments/ReopenAppointment" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;Reason&quot;: &quot;sample string 2&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;ParentPlannedItemId&quot;: 1,
  &quot;OccurrenceIndex&quot;: 1,
  &quot;Reason&quot;: &quot;sample string 2&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ClosedAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;Reason&gt;sample string 2&lt;/Reason&gt;
&lt;/ClosedAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ClosedAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
  &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
  &lt;Reason&gt;sample string 2&lt;/Reason&gt;
&lt;/ClosedAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Appointments?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}">
                <doc title="PlanCare2Api/Appointments?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;StatusChangedByName&quot;: &quot;sample string 4&quot;,
    &quot;StatusChangedById&quot;: 5,
    &quot;CreatedByName&quot;: &quot;sample string 6&quot;,
    &quot;CreatedById&quot;: 7,
    &quot;StartDate&quot;: &quot;2026-05-26T22:08:51.423032+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:51.423032+02:00&quot;,
    &quot;Subject&quot;: &quot;sample string 10&quot;,
    &quot;AppointmentType&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Remarks&quot;: &quot;sample string 13&quot;,
    &quot;Status&quot;: &quot;sample string 14&quot;,
    &quot;ParentPlannedItemId&quot;: 1,
    &quot;OccurrenceIndex&quot;: 1,
    &quot;Id&quot;: 15,
    &quot;StartTime&quot;: &quot;2026-05-26T22:08:51.423032+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T22:08:51.423032+02:00&quot;,
    &quot;Location&quot;: &quot;sample string 18&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;RecursionText&quot;: &quot;sample string 21&quot;,
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsLegacy&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;WorkTypeId&quot;: 1,
    &quot;EmploymentId&quot;: 1,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;StatusChangedByName&quot;: &quot;sample string 4&quot;,
    &quot;StatusChangedById&quot;: 5,
    &quot;CreatedByName&quot;: &quot;sample string 6&quot;,
    &quot;CreatedById&quot;: 7,
    &quot;StartDate&quot;: &quot;2026-05-26T22:08:51.423032+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:51.423032+02:00&quot;,
    &quot;Subject&quot;: &quot;sample string 10&quot;,
    &quot;AppointmentType&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Remarks&quot;: &quot;sample string 13&quot;,
    &quot;Status&quot;: &quot;sample string 14&quot;,
    &quot;ParentPlannedItemId&quot;: 1,
    &quot;OccurrenceIndex&quot;: 1,
    &quot;Id&quot;: 15,
    &quot;StartTime&quot;: &quot;2026-05-26T22:08:51.423032+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T22:08:51.423032+02:00&quot;,
    &quot;Location&quot;: &quot;sample string 18&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;RecursionText&quot;: &quot;sample string 21&quot;,
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsLegacy&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;WorkTypeId&quot;: 1,
    &quot;EmploymentId&quot;: 1,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T22:08:51.423032+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:51.423032+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T22:08:51.423032+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:51.423032+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T22:08:51.423032+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:51.423032+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T22:08:51.423032+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:51.423032+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
&lt;/ArrayOfAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T22:08:51.423032+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:51.423032+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T22:08:51.423032+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:51.423032+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T22:08:51.423032+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:51.423032+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T22:08:51.423032+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:51.423032+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
&lt;/ArrayOfAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ArrangementProductActs/Acts?arrangementId={arrangementId}">
                <doc title="PlanCare2Api/ArrangementProductActs/Acts?arrangementId={arrangementId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="arrangementId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ArrangementId&quot;: 1,
  &quot;ArrangementName&quot;: &quot;sample string 2&quot;,
  &quot;StartDate&quot;: &quot;2026-05-26T22:10:00.7939+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:10:00.7939+02:00&quot;,
  &quot;Products&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ProductId&quot;: 1,
      &quot;Acts&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;CountPerWeek&quot;: 1,
          &quot;TargetTime&quot;: 1,
          &quot;Price&quot;: 1.0,
          &quot;Status&quot;: 0
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ArrangementId&quot;: 1,
  &quot;ArrangementName&quot;: &quot;sample string 2&quot;,
  &quot;StartDate&quot;: &quot;2026-05-26T22:10:00.7939+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:10:00.7939+02:00&quot;,
  &quot;Products&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ProductId&quot;: 1,
      &quot;Acts&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;CountPerWeek&quot;: 1,
          &quot;TargetTime&quot;: 1,
          &quot;Price&quot;: 1.0,
          &quot;Status&quot;: 0
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;CareArrangementsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ArrangementId&gt;1&lt;/ArrangementId&gt;
  &lt;ArrangementName&gt;sample string 2&lt;/ArrangementName&gt;
  &lt;EndDate&gt;2026-05-26T22:10:00.7939+02:00&lt;/EndDate&gt;
  &lt;Products&gt;
    &lt;CareArrangementProduct&gt;
      &lt;Acts&gt;
        &lt;ClientplanArrangementAct&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/ClientplanArrangementAct&gt;
        &lt;ClientplanArrangementAct&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/ClientplanArrangementAct&gt;
      &lt;/Acts&gt;
      &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;/CareArrangementProduct&gt;
    &lt;CareArrangementProduct&gt;
      &lt;Acts&gt;
        &lt;ClientplanArrangementAct&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/ClientplanArrangementAct&gt;
        &lt;ClientplanArrangementAct&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/ClientplanArrangementAct&gt;
      &lt;/Acts&gt;
      &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;/CareArrangementProduct&gt;
  &lt;/Products&gt;
  &lt;StartDate&gt;2026-05-26T22:10:00.7939+02:00&lt;/StartDate&gt;
&lt;/CareArrangementsResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;CareArrangementsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ArrangementId&gt;1&lt;/ArrangementId&gt;
  &lt;ArrangementName&gt;sample string 2&lt;/ArrangementName&gt;
  &lt;EndDate&gt;2026-05-26T22:10:00.7939+02:00&lt;/EndDate&gt;
  &lt;Products&gt;
    &lt;CareArrangementProduct&gt;
      &lt;Acts&gt;
        &lt;ClientplanArrangementAct&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/ClientplanArrangementAct&gt;
        &lt;ClientplanArrangementAct&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/ClientplanArrangementAct&gt;
      &lt;/Acts&gt;
      &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;/CareArrangementProduct&gt;
    &lt;CareArrangementProduct&gt;
      &lt;Acts&gt;
        &lt;ClientplanArrangementAct&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/ClientplanArrangementAct&gt;
        &lt;ClientplanArrangementAct&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/ClientplanArrangementAct&gt;
      &lt;/Acts&gt;
      &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;/CareArrangementProduct&gt;
  &lt;/Products&gt;
  &lt;StartDate&gt;2026-05-26T22:10:00.7939+02:00&lt;/StartDate&gt;
&lt;/CareArrangementsResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ArrangementProductActs/Arrangements?clientplanId={clientplanId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ArrangementProductActs/Arrangements?clientplanId={clientplanId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ClientplanId&quot;: 1,
  &quot;Arrangements&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;NormTime&quot;: 1,
      &quot;Price&quot;: 1.0,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.9629783+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.9629783+02:00&quot;,
      &quot;ContractType&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;IsActive&quot;: true,
        &quot;Source&quot;: &quot;sample string 5&quot;
      }
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ClientplanId&quot;: 1,
  &quot;Arrangements&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;NormTime&quot;: 1,
      &quot;Price&quot;: 1.0,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.9629783+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.9629783+02:00&quot;,
      &quot;ContractType&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;IsActive&quot;: true,
        &quot;Source&quot;: &quot;sample string 5&quot;
      }
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientplanArrangement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Arrangements&gt;
    &lt;Arrangement&gt;
      &lt;ContractType xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Code&gt;sample string 2&lt;/d4p1:Code&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:IsActive&gt;true&lt;/d4p1:IsActive&gt;
        &lt;d4p1:Source&gt;sample string 5&lt;/d4p1:Source&gt;
      &lt;/ContractType&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:56.9629783+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;NormTime&gt;1&lt;/NormTime&gt;
      &lt;Price&gt;1&lt;/Price&gt;
      &lt;StartDate&gt;2026-05-26T23:13:56.9629783+02:00&lt;/StartDate&gt;
    &lt;/Arrangement&gt;
    &lt;Arrangement&gt;
      &lt;ContractType xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Code&gt;sample string 2&lt;/d4p1:Code&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:IsActive&gt;true&lt;/d4p1:IsActive&gt;
        &lt;d4p1:Source&gt;sample string 5&lt;/d4p1:Source&gt;
      &lt;/ContractType&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:56.9629783+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;NormTime&gt;1&lt;/NormTime&gt;
      &lt;Price&gt;1&lt;/Price&gt;
      &lt;StartDate&gt;2026-05-26T23:13:56.9629783+02:00&lt;/StartDate&gt;
    &lt;/Arrangement&gt;
  &lt;/Arrangements&gt;
  &lt;ClientplanId&gt;1&lt;/ClientplanId&gt;
&lt;/ClientplanArrangement&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientplanArrangement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Arrangements&gt;
    &lt;Arrangement&gt;
      &lt;ContractType xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Code&gt;sample string 2&lt;/d4p1:Code&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:IsActive&gt;true&lt;/d4p1:IsActive&gt;
        &lt;d4p1:Source&gt;sample string 5&lt;/d4p1:Source&gt;
      &lt;/ContractType&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:56.9629783+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;NormTime&gt;1&lt;/NormTime&gt;
      &lt;Price&gt;1&lt;/Price&gt;
      &lt;StartDate&gt;2026-05-26T23:13:56.9629783+02:00&lt;/StartDate&gt;
    &lt;/Arrangement&gt;
    &lt;Arrangement&gt;
      &lt;ContractType xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Code&gt;sample string 2&lt;/d4p1:Code&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:IsActive&gt;true&lt;/d4p1:IsActive&gt;
        &lt;d4p1:Source&gt;sample string 5&lt;/d4p1:Source&gt;
      &lt;/ContractType&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:56.9629783+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;NormTime&gt;1&lt;/NormTime&gt;
      &lt;Price&gt;1&lt;/Price&gt;
      &lt;StartDate&gt;2026-05-26T23:13:56.9629783+02:00&lt;/StartDate&gt;
    &lt;/Arrangement&gt;
  &lt;/Arrangements&gt;
  &lt;ClientplanId&gt;1&lt;/ClientplanId&gt;
&lt;/ClientplanArrangement&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ArrangementProductActs/LinkedArrangements?clientplanId={clientplanId}">
                <doc title="PlanCare2Api/ArrangementProductActs/LinkedArrangements?clientplanId={clientplanId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ClientplanId&quot;: 1,
  &quot;ClientplanProductArrangementProductActs&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ClientplanArrangementProductActId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;Status&quot;: 3,
      &quot;CountPerWeek&quot;: 1,
      &quot;NormTime&quot;: 1,
      &quot;ProductArrangementProductAct&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;ProductArrangementProductActId&quot;: 1,
        &quot;CountPerWeek&quot;: 1,
        &quot;TargetTime&quot;: 1,
        &quot;Arrangement&quot;: {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Description&quot;: &quot;sample string 3&quot;,
          &quot;NormTime&quot;: 1,
          &quot;Price&quot;: 1.0,
          &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.9942295+02:00&quot;,
          &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.9942295+02:00&quot;,
          &quot;ContractType&quot;: {
            &quot;$id&quot;: &quot;5&quot;,
            &quot;Id&quot;: 1,
            &quot;Code&quot;: &quot;sample string 2&quot;,
            &quot;Description&quot;: &quot;sample string 3&quot;,
            &quot;IsActive&quot;: true,
            &quot;Source&quot;: &quot;sample string 5&quot;
          }
        },
        &quot;Product&quot;: {
          &quot;$id&quot;: &quot;6&quot;,
          &quot;Id&quot;: 1,
          &quot;ParentId&quot;: 2,
          &quot;Name&quot;: &quot;sample string 3&quot;,
          &quot;Description&quot;: &quot;sample string 4&quot;,
          &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.9942295+02:00&quot;,
          &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.9942295+02:00&quot;,
          &quot;DefaultMinutes&quot;: 6,
          &quot;TypeId&quot;: 7,
          &quot;TypeCode&quot;: &quot;sample string 8&quot;,
          &quot;TypeName&quot;: &quot;sample string 9&quot;
        },
        &quot;Act&quot;: {
          &quot;$id&quot;: &quot;7&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;CountPerWeek&quot;: 1,
          &quot;TargetTime&quot;: 1,
          &quot;Price&quot;: 1.0,
          &quot;Status&quot;: 0
        }
      }
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ClientplanId&quot;: 1,
  &quot;ClientplanProductArrangementProductActs&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ClientplanArrangementProductActId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;Status&quot;: 3,
      &quot;CountPerWeek&quot;: 1,
      &quot;NormTime&quot;: 1,
      &quot;ProductArrangementProductAct&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;ProductArrangementProductActId&quot;: 1,
        &quot;CountPerWeek&quot;: 1,
        &quot;TargetTime&quot;: 1,
        &quot;Arrangement&quot;: {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Description&quot;: &quot;sample string 3&quot;,
          &quot;NormTime&quot;: 1,
          &quot;Price&quot;: 1.0,
          &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.9942295+02:00&quot;,
          &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.9942295+02:00&quot;,
          &quot;ContractType&quot;: {
            &quot;$id&quot;: &quot;5&quot;,
            &quot;Id&quot;: 1,
            &quot;Code&quot;: &quot;sample string 2&quot;,
            &quot;Description&quot;: &quot;sample string 3&quot;,
            &quot;IsActive&quot;: true,
            &quot;Source&quot;: &quot;sample string 5&quot;
          }
        },
        &quot;Product&quot;: {
          &quot;$id&quot;: &quot;6&quot;,
          &quot;Id&quot;: 1,
          &quot;ParentId&quot;: 2,
          &quot;Name&quot;: &quot;sample string 3&quot;,
          &quot;Description&quot;: &quot;sample string 4&quot;,
          &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.9942295+02:00&quot;,
          &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.9942295+02:00&quot;,
          &quot;DefaultMinutes&quot;: 6,
          &quot;TypeId&quot;: 7,
          &quot;TypeCode&quot;: &quot;sample string 8&quot;,
          &quot;TypeName&quot;: &quot;sample string 9&quot;
        },
        &quot;Act&quot;: {
          &quot;$id&quot;: &quot;7&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;CountPerWeek&quot;: 1,
          &quot;TargetTime&quot;: 1,
          &quot;Price&quot;: 1.0,
          &quot;Status&quot;: 0
        }
      }
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;LinkedArrangementsInClientplan xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanId&gt;1&lt;/ClientplanId&gt;
  &lt;ClientplanProductArrangementProductActs&gt;
    &lt;ClientplanProductArrangementProductAct&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientplanArrangementProductActId&gt;1&lt;/ClientplanArrangementProductActId&gt;
      &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
      &lt;NormTime&gt;1&lt;/NormTime&gt;
      &lt;ProductArrangementProductAct&gt;
        &lt;Act&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/Act&gt;
        &lt;Arrangement&gt;
          &lt;ContractType xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
            &lt;d6p1:Code&gt;sample string 2&lt;/d6p1:Code&gt;
            &lt;d6p1:Description&gt;sample string 3&lt;/d6p1:Description&gt;
            &lt;d6p1:Id&gt;1&lt;/d6p1:Id&gt;
            &lt;d6p1:IsActive&gt;true&lt;/d6p1:IsActive&gt;
            &lt;d6p1:Source&gt;sample string 5&lt;/d6p1:Source&gt;
          &lt;/ContractType&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;EndDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/EndDate&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;NormTime&gt;1&lt;/NormTime&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;StartDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/StartDate&gt;
        &lt;/Arrangement&gt;
        &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
        &lt;Product xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:DefaultMinutes&gt;6&lt;/d5p1:DefaultMinutes&gt;
          &lt;d5p1:Description&gt;sample string 4&lt;/d5p1:Description&gt;
          &lt;d5p1:EndDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/d5p1:EndDate&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 3&lt;/d5p1:Name&gt;
          &lt;d5p1:ParentId&gt;2&lt;/d5p1:ParentId&gt;
          &lt;d5p1:StartDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/d5p1:StartDate&gt;
          &lt;d5p1:TypeCode&gt;sample string 8&lt;/d5p1:TypeCode&gt;
          &lt;d5p1:TypeId&gt;7&lt;/d5p1:TypeId&gt;
          &lt;d5p1:TypeName&gt;sample string 9&lt;/d5p1:TypeName&gt;
        &lt;/Product&gt;
        &lt;ProductArrangementProductActId&gt;1&lt;/ProductArrangementProductActId&gt;
        &lt;TargetTime&gt;1&lt;/TargetTime&gt;
      &lt;/ProductArrangementProductAct&gt;
      &lt;Status&gt;3&lt;/Status&gt;
    &lt;/ClientplanProductArrangementProductAct&gt;
    &lt;ClientplanProductArrangementProductAct&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientplanArrangementProductActId&gt;1&lt;/ClientplanArrangementProductActId&gt;
      &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
      &lt;NormTime&gt;1&lt;/NormTime&gt;
      &lt;ProductArrangementProductAct&gt;
        &lt;Act&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/Act&gt;
        &lt;Arrangement&gt;
          &lt;ContractType xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
            &lt;d6p1:Code&gt;sample string 2&lt;/d6p1:Code&gt;
            &lt;d6p1:Description&gt;sample string 3&lt;/d6p1:Description&gt;
            &lt;d6p1:Id&gt;1&lt;/d6p1:Id&gt;
            &lt;d6p1:IsActive&gt;true&lt;/d6p1:IsActive&gt;
            &lt;d6p1:Source&gt;sample string 5&lt;/d6p1:Source&gt;
          &lt;/ContractType&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;EndDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/EndDate&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;NormTime&gt;1&lt;/NormTime&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;StartDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/StartDate&gt;
        &lt;/Arrangement&gt;
        &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
        &lt;Product xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:DefaultMinutes&gt;6&lt;/d5p1:DefaultMinutes&gt;
          &lt;d5p1:Description&gt;sample string 4&lt;/d5p1:Description&gt;
          &lt;d5p1:EndDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/d5p1:EndDate&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 3&lt;/d5p1:Name&gt;
          &lt;d5p1:ParentId&gt;2&lt;/d5p1:ParentId&gt;
          &lt;d5p1:StartDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/d5p1:StartDate&gt;
          &lt;d5p1:TypeCode&gt;sample string 8&lt;/d5p1:TypeCode&gt;
          &lt;d5p1:TypeId&gt;7&lt;/d5p1:TypeId&gt;
          &lt;d5p1:TypeName&gt;sample string 9&lt;/d5p1:TypeName&gt;
        &lt;/Product&gt;
        &lt;ProductArrangementProductActId&gt;1&lt;/ProductArrangementProductActId&gt;
        &lt;TargetTime&gt;1&lt;/TargetTime&gt;
      &lt;/ProductArrangementProductAct&gt;
      &lt;Status&gt;3&lt;/Status&gt;
    &lt;/ClientplanProductArrangementProductAct&gt;
  &lt;/ClientplanProductArrangementProductActs&gt;
&lt;/LinkedArrangementsInClientplan&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;LinkedArrangementsInClientplan xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanId&gt;1&lt;/ClientplanId&gt;
  &lt;ClientplanProductArrangementProductActs&gt;
    &lt;ClientplanProductArrangementProductAct&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientplanArrangementProductActId&gt;1&lt;/ClientplanArrangementProductActId&gt;
      &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
      &lt;NormTime&gt;1&lt;/NormTime&gt;
      &lt;ProductArrangementProductAct&gt;
        &lt;Act&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/Act&gt;
        &lt;Arrangement&gt;
          &lt;ContractType xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
            &lt;d6p1:Code&gt;sample string 2&lt;/d6p1:Code&gt;
            &lt;d6p1:Description&gt;sample string 3&lt;/d6p1:Description&gt;
            &lt;d6p1:Id&gt;1&lt;/d6p1:Id&gt;
            &lt;d6p1:IsActive&gt;true&lt;/d6p1:IsActive&gt;
            &lt;d6p1:Source&gt;sample string 5&lt;/d6p1:Source&gt;
          &lt;/ContractType&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;EndDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/EndDate&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;NormTime&gt;1&lt;/NormTime&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;StartDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/StartDate&gt;
        &lt;/Arrangement&gt;
        &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
        &lt;Product xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:DefaultMinutes&gt;6&lt;/d5p1:DefaultMinutes&gt;
          &lt;d5p1:Description&gt;sample string 4&lt;/d5p1:Description&gt;
          &lt;d5p1:EndDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/d5p1:EndDate&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 3&lt;/d5p1:Name&gt;
          &lt;d5p1:ParentId&gt;2&lt;/d5p1:ParentId&gt;
          &lt;d5p1:StartDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/d5p1:StartDate&gt;
          &lt;d5p1:TypeCode&gt;sample string 8&lt;/d5p1:TypeCode&gt;
          &lt;d5p1:TypeId&gt;7&lt;/d5p1:TypeId&gt;
          &lt;d5p1:TypeName&gt;sample string 9&lt;/d5p1:TypeName&gt;
        &lt;/Product&gt;
        &lt;ProductArrangementProductActId&gt;1&lt;/ProductArrangementProductActId&gt;
        &lt;TargetTime&gt;1&lt;/TargetTime&gt;
      &lt;/ProductArrangementProductAct&gt;
      &lt;Status&gt;3&lt;/Status&gt;
    &lt;/ClientplanProductArrangementProductAct&gt;
    &lt;ClientplanProductArrangementProductAct&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientplanArrangementProductActId&gt;1&lt;/ClientplanArrangementProductActId&gt;
      &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
      &lt;NormTime&gt;1&lt;/NormTime&gt;
      &lt;ProductArrangementProductAct&gt;
        &lt;Act&gt;
          &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;Status&gt;Concept&lt;/Status&gt;
          &lt;TargetTime&gt;1&lt;/TargetTime&gt;
        &lt;/Act&gt;
        &lt;Arrangement&gt;
          &lt;ContractType xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
            &lt;d6p1:Code&gt;sample string 2&lt;/d6p1:Code&gt;
            &lt;d6p1:Description&gt;sample string 3&lt;/d6p1:Description&gt;
            &lt;d6p1:Id&gt;1&lt;/d6p1:Id&gt;
            &lt;d6p1:IsActive&gt;true&lt;/d6p1:IsActive&gt;
            &lt;d6p1:Source&gt;sample string 5&lt;/d6p1:Source&gt;
          &lt;/ContractType&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;EndDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/EndDate&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;NormTime&gt;1&lt;/NormTime&gt;
          &lt;Price&gt;1&lt;/Price&gt;
          &lt;StartDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/StartDate&gt;
        &lt;/Arrangement&gt;
        &lt;CountPerWeek&gt;1&lt;/CountPerWeek&gt;
        &lt;Product xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:DefaultMinutes&gt;6&lt;/d5p1:DefaultMinutes&gt;
          &lt;d5p1:Description&gt;sample string 4&lt;/d5p1:Description&gt;
          &lt;d5p1:EndDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/d5p1:EndDate&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 3&lt;/d5p1:Name&gt;
          &lt;d5p1:ParentId&gt;2&lt;/d5p1:ParentId&gt;
          &lt;d5p1:StartDate&gt;2026-05-26T23:13:56.9942295+02:00&lt;/d5p1:StartDate&gt;
          &lt;d5p1:TypeCode&gt;sample string 8&lt;/d5p1:TypeCode&gt;
          &lt;d5p1:TypeId&gt;7&lt;/d5p1:TypeId&gt;
          &lt;d5p1:TypeName&gt;sample string 9&lt;/d5p1:TypeName&gt;
        &lt;/Product&gt;
        &lt;ProductArrangementProductActId&gt;1&lt;/ProductArrangementProductActId&gt;
        &lt;TargetTime&gt;1&lt;/TargetTime&gt;
      &lt;/ProductArrangementProductAct&gt;
      &lt;Status&gt;3&lt;/Status&gt;
    &lt;/ClientplanProductArrangementProductAct&gt;
  &lt;/ClientplanProductArrangementProductActs&gt;
&lt;/LinkedArrangementsInClientplan&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ArrangementProductActs?clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ArrangementProductActs?clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfArrangementProductAct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ArrangementProductAct&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ArrangementProductAct&gt;
  &lt;ArrangementProductAct&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ArrangementProductAct&gt;
&lt;/ArrayOfArrangementProductAct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfArrangementProductAct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ArrangementProductAct&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ArrangementProductAct&gt;
  &lt;ArrangementProductAct&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ArrangementProductAct&gt;
&lt;/ArrayOfArrangementProductAct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Calendars">
                <doc title="PlanCare2Api/Calendars" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCalendar xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
&lt;/ArrayOfCalendar&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCalendar xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
&lt;/ArrayOfCalendar&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Calendars/{calendarId}/AllowedClients">
                <doc title="PlanCare2Api/Calendars/{calendarId}/AllowedClients" /> 
                <method name="GET">
                    <request>
 
                            <param name="calendarId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;LookupName&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;LookupName&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAllowedClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AllowedClient&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
  &lt;/AllowedClient&gt;
  &lt;AllowedClient&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
  &lt;/AllowedClient&gt;
&lt;/ArrayOfAllowedClient&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAllowedClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AllowedClient&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
  &lt;/AllowedClient&gt;
  &lt;AllowedClient&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
  &lt;/AllowedClient&gt;
&lt;/ArrayOfAllowedClient&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Calendars/{calendarId}/Shifts">
                <doc title="PlanCare2Api/Calendars/{calendarId}/Shifts" /> 
                <method name="GET">
                    <request>
 
                            <param name="calendarId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;TimeFrom&quot;: &quot;2026-05-26T23:13:56.3379701+02:00&quot;,
    &quot;TimeUntil&quot;: &quot;2026-05-26T23:13:56.3379701+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;TimeFrom&quot;: &quot;2026-05-26T23:13:56.3379701+02:00&quot;,
    &quot;TimeUntil&quot;: &quot;2026-05-26T23:13:56.3379701+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfShift xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Shift&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TimeFrom&gt;2026-05-26T23:13:56.3379701+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T23:13:56.3379701+02:00&lt;/TimeUntil&gt;
  &lt;/Shift&gt;
  &lt;Shift&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TimeFrom&gt;2026-05-26T23:13:56.3379701+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T23:13:56.3379701+02:00&lt;/TimeUntil&gt;
  &lt;/Shift&gt;
&lt;/ArrayOfShift&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfShift xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Shift&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TimeFrom&gt;2026-05-26T23:13:56.3379701+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T23:13:56.3379701+02:00&lt;/TimeUntil&gt;
  &lt;/Shift&gt;
  &lt;Shift&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TimeFrom&gt;2026-05-26T23:13:56.3379701+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T23:13:56.3379701+02:00&lt;/TimeUntil&gt;
  &lt;/Shift&gt;
&lt;/ArrayOfShift&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Calendars/GroupCalendars">
                <doc title="PlanCare2Api/Calendars/GroupCalendars" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCalendar xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
&lt;/ArrayOfCalendar&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCalendar xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
&lt;/ArrayOfCalendar&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Calendars/GroupCalendars/{groupcalendarId}/Clients?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}">
                <doc title="PlanCare2Api/Calendars/GroupCalendars/{groupcalendarId}/Clients?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="groupcalendarId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Calendars/GroupCalendars/{groupCalendarId}/Clients?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}">
                <doc title="PlanCare2Api/Calendars/GroupCalendars/{groupCalendarId}/Clients?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}" /> 
                <method name="POST">
                    <request>
 
                            <param name="groupCalendarId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Calendars/GroupCalendars/HasSelectClientsPermission">
                <doc title="PlanCare2Api/Calendars/GroupCalendars/HasSelectClientsPermission" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>true</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>true</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;boolean xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;true&lt;/boolean&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;boolean xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;true&lt;/boolean&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Calendars/TeamCalendars">
                <doc title="PlanCare2Api/Calendars/TeamCalendars" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCalendar xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
&lt;/ArrayOfCalendar&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCalendar xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
&lt;/ArrayOfCalendar&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Calendars/TeamCalendars/{teamCalendarId}/GroupCalendars">
                <doc title="PlanCare2Api/Calendars/TeamCalendars/{teamCalendarId}/GroupCalendars" /> 
                <method name="GET">
                    <request>
 
                            <param name="teamCalendarId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCalendar xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
&lt;/ArrayOfCalendar&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCalendar xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
  &lt;Calendar&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Calendar&gt;
&lt;/ArrayOfCalendar&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Call">
                <doc title="PlanCare2Api/Call" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CallTypeGuid&quot;: &quot;4f96e8b7-f6f1-4e2b-8634-3c27aa71ae06&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T23:13:57.1192334+02:00&quot;,
  &quot;ReportedByRelationId&quot;: 1,
  &quot;ReportedBy&quot;: &quot;sample string 4&quot;,
  &quot;Important&quot;: true,
  &quot;LocationOrganizationEntityId&quot;: 1,
  &quot;LocationAlternative&quot;: &quot;sample string 6&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;EmployeeIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CallTypeGuid&quot;: &quot;4f96e8b7-f6f1-4e2b-8634-3c27aa71ae06&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T23:13:57.1192334+02:00&quot;,
  &quot;ReportedByRelationId&quot;: 1,
  &quot;ReportedBy&quot;: &quot;sample string 4&quot;,
  &quot;Important&quot;: true,
  &quot;LocationOrganizationEntityId&quot;: 1,
  &quot;LocationAlternative&quot;: &quot;sample string 6&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;EmployeeIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Call xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;CallTypeGuid&gt;4f96e8b7-f6f1-4e2b-8634-3c27aa71ae06&lt;/CallTypeGuid&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;DateIncident&gt;2026-05-26T23:13:57.1192334+02:00&lt;/DateIncident&gt;
  &lt;EmployeeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/EmployeeIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Important&gt;true&lt;/Important&gt;
  &lt;LocationAlternative&gt;sample string 6&lt;/LocationAlternative&gt;
  &lt;LocationOrganizationEntityId&gt;1&lt;/LocationOrganizationEntityId&gt;
  &lt;ReportedBy&gt;sample string 4&lt;/ReportedBy&gt;
  &lt;ReportedByRelationId&gt;1&lt;/ReportedByRelationId&gt;
&lt;/Call&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Call xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;CallTypeGuid&gt;4f96e8b7-f6f1-4e2b-8634-3c27aa71ae06&lt;/CallTypeGuid&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;DateIncident&gt;2026-05-26T23:13:57.1192334+02:00&lt;/DateIncident&gt;
  &lt;EmployeeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/EmployeeIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Important&gt;true&lt;/Important&gt;
  &lt;LocationAlternative&gt;sample string 6&lt;/LocationAlternative&gt;
  &lt;LocationOrganizationEntityId&gt;1&lt;/LocationOrganizationEntityId&gt;
  &lt;ReportedBy&gt;sample string 4&lt;/ReportedBy&gt;
  &lt;ReportedByRelationId&gt;1&lt;/ReportedByRelationId&gt;
&lt;/Call&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Call/{id}">
                <doc title="PlanCare2Api/Call/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;CallTypeGuid&quot;: &quot;2c7344b1-0993-4016-bcef-e28178a2629d&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T23:13:57.1192334+02:00&quot;,
  &quot;ReportedByRelationId&quot;: 1,
  &quot;ReportedBy&quot;: &quot;sample string 4&quot;,
  &quot;Important&quot;: true,
  &quot;LocationOrganizationEntityId&quot;: 1,
  &quot;LocationAlternative&quot;: &quot;sample string 6&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;EmployeeIds&quot;: [
    1,
    2
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;CallTypeGuid&quot;: &quot;2c7344b1-0993-4016-bcef-e28178a2629d&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T23:13:57.1192334+02:00&quot;,
  &quot;ReportedByRelationId&quot;: 1,
  &quot;ReportedBy&quot;: &quot;sample string 4&quot;,
  &quot;Important&quot;: true,
  &quot;LocationOrganizationEntityId&quot;: 1,
  &quot;LocationAlternative&quot;: &quot;sample string 6&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;EmployeeIds&quot;: [
    1,
    2
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;Call xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;CallTypeGuid&gt;2c7344b1-0993-4016-bcef-e28178a2629d&lt;/CallTypeGuid&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;DateIncident&gt;2026-05-26T23:13:57.1192334+02:00&lt;/DateIncident&gt;
  &lt;EmployeeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/EmployeeIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Important&gt;true&lt;/Important&gt;
  &lt;LocationAlternative&gt;sample string 6&lt;/LocationAlternative&gt;
  &lt;LocationOrganizationEntityId&gt;1&lt;/LocationOrganizationEntityId&gt;
  &lt;ReportedBy&gt;sample string 4&lt;/ReportedBy&gt;
  &lt;ReportedByRelationId&gt;1&lt;/ReportedByRelationId&gt;
&lt;/Call&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;Call xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;CallTypeGuid&gt;2c7344b1-0993-4016-bcef-e28178a2629d&lt;/CallTypeGuid&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;DateIncident&gt;2026-05-26T23:13:57.1192334+02:00&lt;/DateIncident&gt;
  &lt;EmployeeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/EmployeeIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Important&gt;true&lt;/Important&gt;
  &lt;LocationAlternative&gt;sample string 6&lt;/LocationAlternative&gt;
  &lt;LocationOrganizationEntityId&gt;1&lt;/LocationOrganizationEntityId&gt;
  &lt;ReportedBy&gt;sample string 4&lt;/ReportedBy&gt;
  &lt;ReportedByRelationId&gt;1&lt;/ReportedByRelationId&gt;
&lt;/Call&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Call/{id}">
                <doc title="PlanCare2Api/Call/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Call/ActiveCallTypes">
                <doc title="PlanCare2Api/Call/ActiveCallTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;b7a1fb6f-b7a7-4107-9be6-ef63c0313146&quot;,
    &quot;CategoryName&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;b7a1fb6f-b7a7-4107-9be6-ef63c0313146&quot;,
    &quot;CategoryName&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfActiveCallType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;ActiveCallType&gt;
    &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
    &lt;Guid&gt;b7a1fb6f-b7a7-4107-9be6-ef63c0313146&lt;/Guid&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
  &lt;/ActiveCallType&gt;
  &lt;ActiveCallType&gt;
    &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
    &lt;Guid&gt;b7a1fb6f-b7a7-4107-9be6-ef63c0313146&lt;/Guid&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
  &lt;/ActiveCallType&gt;
&lt;/ArrayOfActiveCallType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfActiveCallType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;ActiveCallType&gt;
    &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
    &lt;Guid&gt;b7a1fb6f-b7a7-4107-9be6-ef63c0313146&lt;/Guid&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
  &lt;/ActiveCallType&gt;
  &lt;ActiveCallType&gt;
    &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
    &lt;Guid&gt;b7a1fb6f-b7a7-4107-9be6-ef63c0313146&lt;/Guid&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
  &lt;/ActiveCallType&gt;
&lt;/ArrayOfActiveCallType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Call/CallOptions?callId={callId}">
                <doc title="PlanCare2Api/Call/CallOptions?callId={callId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="callId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;CategoryName&quot;: &quot;sample string 1&quot;,
  &quot;TypeName&quot;: &quot;sample string 2&quot;,
  &quot;CustomMessage&quot;: &quot;sample string 3&quot;,
  &quot;DescriptionForCreator&quot;: &quot;sample string 4&quot;,
  &quot;ImportantAllowed&quot;: true,
  &quot;AnonymousAllowed&quot;: true,
  &quot;MinimumClients&quot;: 7,
  &quot;MaximumClients&quot;: 1,
  &quot;MinimumEmployees&quot;: 8,
  &quot;MaximumEmployees&quot;: 1,
  &quot;OrganizationEntityRequired&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;CategoryName&quot;: &quot;sample string 1&quot;,
  &quot;TypeName&quot;: &quot;sample string 2&quot;,
  &quot;CustomMessage&quot;: &quot;sample string 3&quot;,
  &quot;DescriptionForCreator&quot;: &quot;sample string 4&quot;,
  &quot;ImportantAllowed&quot;: true,
  &quot;AnonymousAllowed&quot;: true,
  &quot;MinimumClients&quot;: 7,
  &quot;MaximumClients&quot;: 1,
  &quot;MinimumEmployees&quot;: 8,
  &quot;MaximumEmployees&quot;: 1,
  &quot;OrganizationEntityRequired&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;CallOptions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;AnonymousAllowed&gt;true&lt;/AnonymousAllowed&gt;
  &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
  &lt;CustomMessage&gt;sample string 3&lt;/CustomMessage&gt;
  &lt;DescriptionForCreator&gt;sample string 4&lt;/DescriptionForCreator&gt;
  &lt;ImportantAllowed&gt;true&lt;/ImportantAllowed&gt;
  &lt;MaximumClients&gt;1&lt;/MaximumClients&gt;
  &lt;MaximumEmployees&gt;1&lt;/MaximumEmployees&gt;
  &lt;MinimumClients&gt;7&lt;/MinimumClients&gt;
  &lt;MinimumEmployees&gt;8&lt;/MinimumEmployees&gt;
  &lt;OrganizationEntityRequired&gt;true&lt;/OrganizationEntityRequired&gt;
  &lt;TypeName&gt;sample string 2&lt;/TypeName&gt;
&lt;/CallOptions&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;CallOptions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;AnonymousAllowed&gt;true&lt;/AnonymousAllowed&gt;
  &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
  &lt;CustomMessage&gt;sample string 3&lt;/CustomMessage&gt;
  &lt;DescriptionForCreator&gt;sample string 4&lt;/DescriptionForCreator&gt;
  &lt;ImportantAllowed&gt;true&lt;/ImportantAllowed&gt;
  &lt;MaximumClients&gt;1&lt;/MaximumClients&gt;
  &lt;MaximumEmployees&gt;1&lt;/MaximumEmployees&gt;
  &lt;MinimumClients&gt;7&lt;/MinimumClients&gt;
  &lt;MinimumEmployees&gt;8&lt;/MinimumEmployees&gt;
  &lt;OrganizationEntityRequired&gt;true&lt;/OrganizationEntityRequired&gt;
  &lt;TypeName&gt;sample string 2&lt;/TypeName&gt;
&lt;/CallOptions&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Call/CallOptions?callTypeGuid={callTypeGuid}">
                <doc title="PlanCare2Api/Call/CallOptions?callTypeGuid={callTypeGuid}" /> 
                <method name="GET">
                    <request>
 
                            <param name="callTypeGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;CategoryName&quot;: &quot;sample string 1&quot;,
  &quot;TypeName&quot;: &quot;sample string 2&quot;,
  &quot;CustomMessage&quot;: &quot;sample string 3&quot;,
  &quot;DescriptionForCreator&quot;: &quot;sample string 4&quot;,
  &quot;ImportantAllowed&quot;: true,
  &quot;AnonymousAllowed&quot;: true,
  &quot;MinimumClients&quot;: 7,
  &quot;MaximumClients&quot;: 1,
  &quot;MinimumEmployees&quot;: 8,
  &quot;MaximumEmployees&quot;: 1,
  &quot;OrganizationEntityRequired&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;CategoryName&quot;: &quot;sample string 1&quot;,
  &quot;TypeName&quot;: &quot;sample string 2&quot;,
  &quot;CustomMessage&quot;: &quot;sample string 3&quot;,
  &quot;DescriptionForCreator&quot;: &quot;sample string 4&quot;,
  &quot;ImportantAllowed&quot;: true,
  &quot;AnonymousAllowed&quot;: true,
  &quot;MinimumClients&quot;: 7,
  &quot;MaximumClients&quot;: 1,
  &quot;MinimumEmployees&quot;: 8,
  &quot;MaximumEmployees&quot;: 1,
  &quot;OrganizationEntityRequired&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;CallOptions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;AnonymousAllowed&gt;true&lt;/AnonymousAllowed&gt;
  &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
  &lt;CustomMessage&gt;sample string 3&lt;/CustomMessage&gt;
  &lt;DescriptionForCreator&gt;sample string 4&lt;/DescriptionForCreator&gt;
  &lt;ImportantAllowed&gt;true&lt;/ImportantAllowed&gt;
  &lt;MaximumClients&gt;1&lt;/MaximumClients&gt;
  &lt;MaximumEmployees&gt;1&lt;/MaximumEmployees&gt;
  &lt;MinimumClients&gt;7&lt;/MinimumClients&gt;
  &lt;MinimumEmployees&gt;8&lt;/MinimumEmployees&gt;
  &lt;OrganizationEntityRequired&gt;true&lt;/OrganizationEntityRequired&gt;
  &lt;TypeName&gt;sample string 2&lt;/TypeName&gt;
&lt;/CallOptions&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;CallOptions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;AnonymousAllowed&gt;true&lt;/AnonymousAllowed&gt;
  &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
  &lt;CustomMessage&gt;sample string 3&lt;/CustomMessage&gt;
  &lt;DescriptionForCreator&gt;sample string 4&lt;/DescriptionForCreator&gt;
  &lt;ImportantAllowed&gt;true&lt;/ImportantAllowed&gt;
  &lt;MaximumClients&gt;1&lt;/MaximumClients&gt;
  &lt;MaximumEmployees&gt;1&lt;/MaximumEmployees&gt;
  &lt;MinimumClients&gt;7&lt;/MinimumClients&gt;
  &lt;MinimumEmployees&gt;8&lt;/MinimumEmployees&gt;
  &lt;OrganizationEntityRequired&gt;true&lt;/OrganizationEntityRequired&gt;
  &lt;TypeName&gt;sample string 2&lt;/TypeName&gt;
&lt;/CallOptions&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Call/Update">
                <doc title="PlanCare2Api/Call/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CallTypeGuid&quot;: &quot;7875232b-7c18-4060-b4b9-da8c3a0dfd90&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T23:13:57.1192334+02:00&quot;,
  &quot;ReportedByRelationId&quot;: 1,
  &quot;ReportedBy&quot;: &quot;sample string 4&quot;,
  &quot;Important&quot;: true,
  &quot;LocationOrganizationEntityId&quot;: 1,
  &quot;LocationAlternative&quot;: &quot;sample string 6&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;EmployeeIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CallTypeGuid&quot;: &quot;7875232b-7c18-4060-b4b9-da8c3a0dfd90&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T23:13:57.1192334+02:00&quot;,
  &quot;ReportedByRelationId&quot;: 1,
  &quot;ReportedBy&quot;: &quot;sample string 4&quot;,
  &quot;Important&quot;: true,
  &quot;LocationOrganizationEntityId&quot;: 1,
  &quot;LocationAlternative&quot;: &quot;sample string 6&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;EmployeeIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Call xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;CallTypeGuid&gt;7875232b-7c18-4060-b4b9-da8c3a0dfd90&lt;/CallTypeGuid&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;DateIncident&gt;2026-05-26T23:13:57.1192334+02:00&lt;/DateIncident&gt;
  &lt;EmployeeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/EmployeeIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Important&gt;true&lt;/Important&gt;
  &lt;LocationAlternative&gt;sample string 6&lt;/LocationAlternative&gt;
  &lt;LocationOrganizationEntityId&gt;1&lt;/LocationOrganizationEntityId&gt;
  &lt;ReportedBy&gt;sample string 4&lt;/ReportedBy&gt;
  &lt;ReportedByRelationId&gt;1&lt;/ReportedByRelationId&gt;
&lt;/Call&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Call xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;CallTypeGuid&gt;7875232b-7c18-4060-b4b9-da8c3a0dfd90&lt;/CallTypeGuid&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;DateIncident&gt;2026-05-26T23:13:57.1192334+02:00&lt;/DateIncident&gt;
  &lt;EmployeeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/EmployeeIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Important&gt;true&lt;/Important&gt;
  &lt;LocationAlternative&gt;sample string 6&lt;/LocationAlternative&gt;
  &lt;LocationOrganizationEntityId&gt;1&lt;/LocationOrganizationEntityId&gt;
  &lt;ReportedBy&gt;sample string 4&lt;/ReportedBy&gt;
  &lt;ReportedByRelationId&gt;1&lt;/ReportedByRelationId&gt;
&lt;/Call&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Call?dateIncidentFrom={dateIncidentFrom}&amp;dateIncidentUntil={dateIncidentUntil}">
                <doc title="PlanCare2Api/Call?dateIncidentFrom={dateIncidentFrom}&amp;dateIncidentUntil={dateIncidentUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateIncidentFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="dateIncidentUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;CallTypeName&quot;: &quot;sample string 2&quot;,
    &quot;CallTypeCategoryName&quot;: &quot;sample string 3&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 4&quot;,
    &quot;ReportedBy&quot;: &quot;sample string 5&quot;,
    &quot;DateCreated&quot;: &quot;2026-05-26T23:13:57.1036112+02:00&quot;,
    &quot;DateIncident&quot;: &quot;2026-05-26T23:13:57.1036112+02:00&quot;,
    &quot;DateReadyForSuccession&quot;: &quot;2026-05-26T23:13:57.1036112+02:00&quot;,
    &quot;Important&quot;: true,
    &quot;Location&quot;: &quot;sample string 9&quot;,
    &quot;AlertInfo&quot;: &quot;sample string 10&quot;,
    &quot;SuccessorInfo&quot;: &quot;sample string 11&quot;,
    &quot;ClientNames&quot;: [
      &quot;sample string 1&quot;,
      &quot;sample string 2&quot;
    ],
    &quot;ClientNamesConcatenated&quot;: &quot;sample string 12&quot;,
    &quot;EmployeeNames&quot;: [
      &quot;sample string 1&quot;,
      &quot;sample string 2&quot;
    ],
    &quot;EmployeeNamesConcatenated&quot;: &quot;sample string 13&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;CallTypeName&quot;: &quot;sample string 2&quot;,
    &quot;CallTypeCategoryName&quot;: &quot;sample string 3&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 4&quot;,
    &quot;ReportedBy&quot;: &quot;sample string 5&quot;,
    &quot;DateCreated&quot;: &quot;2026-05-26T23:13:57.1036112+02:00&quot;,
    &quot;DateIncident&quot;: &quot;2026-05-26T23:13:57.1036112+02:00&quot;,
    &quot;DateReadyForSuccession&quot;: &quot;2026-05-26T23:13:57.1036112+02:00&quot;,
    &quot;Important&quot;: true,
    &quot;Location&quot;: &quot;sample string 9&quot;,
    &quot;AlertInfo&quot;: &quot;sample string 10&quot;,
    &quot;SuccessorInfo&quot;: &quot;sample string 11&quot;,
    &quot;ClientNames&quot;: [
      &quot;sample string 1&quot;,
      &quot;sample string 2&quot;
    ],
    &quot;ClientNamesConcatenated&quot;: &quot;sample string 12&quot;,
    &quot;EmployeeNames&quot;: [
      &quot;sample string 1&quot;,
      &quot;sample string 2&quot;
    ],
    &quot;EmployeeNamesConcatenated&quot;: &quot;sample string 13&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCallSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;CallSummary&gt;
    &lt;AlertInfo&gt;sample string 10&lt;/AlertInfo&gt;
    &lt;CallTypeCategoryName&gt;sample string 3&lt;/CallTypeCategoryName&gt;
    &lt;CallTypeName&gt;sample string 2&lt;/CallTypeName&gt;
    &lt;ClientNames xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/ClientNames&gt;
    &lt;ClientNamesConcatenated&gt;sample string 12&lt;/ClientNamesConcatenated&gt;
    &lt;CreatedBy&gt;sample string 4&lt;/CreatedBy&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateCreated&gt;
    &lt;DateIncident&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateIncident&gt;
    &lt;DateReadyForSuccession&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateReadyForSuccession&gt;
    &lt;EmployeeNames xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/EmployeeNames&gt;
    &lt;EmployeeNamesConcatenated&gt;sample string 13&lt;/EmployeeNamesConcatenated&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Important&gt;true&lt;/Important&gt;
    &lt;Location&gt;sample string 9&lt;/Location&gt;
    &lt;ReportedBy&gt;sample string 5&lt;/ReportedBy&gt;
    &lt;SuccessorInfo&gt;sample string 11&lt;/SuccessorInfo&gt;
  &lt;/CallSummary&gt;
  &lt;CallSummary&gt;
    &lt;AlertInfo&gt;sample string 10&lt;/AlertInfo&gt;
    &lt;CallTypeCategoryName&gt;sample string 3&lt;/CallTypeCategoryName&gt;
    &lt;CallTypeName&gt;sample string 2&lt;/CallTypeName&gt;
    &lt;ClientNames xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/ClientNames&gt;
    &lt;ClientNamesConcatenated&gt;sample string 12&lt;/ClientNamesConcatenated&gt;
    &lt;CreatedBy&gt;sample string 4&lt;/CreatedBy&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateCreated&gt;
    &lt;DateIncident&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateIncident&gt;
    &lt;DateReadyForSuccession&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateReadyForSuccession&gt;
    &lt;EmployeeNames xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/EmployeeNames&gt;
    &lt;EmployeeNamesConcatenated&gt;sample string 13&lt;/EmployeeNamesConcatenated&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Important&gt;true&lt;/Important&gt;
    &lt;Location&gt;sample string 9&lt;/Location&gt;
    &lt;ReportedBy&gt;sample string 5&lt;/ReportedBy&gt;
    &lt;SuccessorInfo&gt;sample string 11&lt;/SuccessorInfo&gt;
  &lt;/CallSummary&gt;
&lt;/ArrayOfCallSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCallSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call&quot;&gt;
  &lt;CallSummary&gt;
    &lt;AlertInfo&gt;sample string 10&lt;/AlertInfo&gt;
    &lt;CallTypeCategoryName&gt;sample string 3&lt;/CallTypeCategoryName&gt;
    &lt;CallTypeName&gt;sample string 2&lt;/CallTypeName&gt;
    &lt;ClientNames xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/ClientNames&gt;
    &lt;ClientNamesConcatenated&gt;sample string 12&lt;/ClientNamesConcatenated&gt;
    &lt;CreatedBy&gt;sample string 4&lt;/CreatedBy&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateCreated&gt;
    &lt;DateIncident&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateIncident&gt;
    &lt;DateReadyForSuccession&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateReadyForSuccession&gt;
    &lt;EmployeeNames xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/EmployeeNames&gt;
    &lt;EmployeeNamesConcatenated&gt;sample string 13&lt;/EmployeeNamesConcatenated&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Important&gt;true&lt;/Important&gt;
    &lt;Location&gt;sample string 9&lt;/Location&gt;
    &lt;ReportedBy&gt;sample string 5&lt;/ReportedBy&gt;
    &lt;SuccessorInfo&gt;sample string 11&lt;/SuccessorInfo&gt;
  &lt;/CallSummary&gt;
  &lt;CallSummary&gt;
    &lt;AlertInfo&gt;sample string 10&lt;/AlertInfo&gt;
    &lt;CallTypeCategoryName&gt;sample string 3&lt;/CallTypeCategoryName&gt;
    &lt;CallTypeName&gt;sample string 2&lt;/CallTypeName&gt;
    &lt;ClientNames xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/ClientNames&gt;
    &lt;ClientNamesConcatenated&gt;sample string 12&lt;/ClientNamesConcatenated&gt;
    &lt;CreatedBy&gt;sample string 4&lt;/CreatedBy&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateCreated&gt;
    &lt;DateIncident&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateIncident&gt;
    &lt;DateReadyForSuccession&gt;2026-05-26T23:13:57.1036112+02:00&lt;/DateReadyForSuccession&gt;
    &lt;EmployeeNames xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/EmployeeNames&gt;
    &lt;EmployeeNamesConcatenated&gt;sample string 13&lt;/EmployeeNamesConcatenated&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Important&gt;true&lt;/Important&gt;
    &lt;Location&gt;sample string 9&lt;/Location&gt;
    &lt;ReportedBy&gt;sample string 5&lt;/ReportedBy&gt;
    &lt;SuccessorInfo&gt;sample string 11&lt;/SuccessorInfo&gt;
  &lt;/CallSummary&gt;
&lt;/ArrayOfCallSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/AdlCards?clientId={clientId}">
                <doc title="PlanCare2Api/CareRegistration/AdlCards?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ADLCardId&quot;: 1,
    &quot;ActualDate&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
    &quot;TemplateName&quot;: &quot;sample string 3&quot;,
    &quot;MadeToDateBy&quot;: &quot;sample string 4&quot;,
    &quot;Sections&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;SectionName&quot;: &quot;sample string 1&quot;,
        &quot;Items&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Morning&quot;: true,
            &quot;Afternoon&quot;: true,
            &quot;Evening&quot;: true,
            &quot;Night&quot;: true,
            &quot;Remarks&quot;: &quot;sample string 5&quot;,
            &quot;Act&quot;: {
              &quot;$id&quot;: &quot;4&quot;,
              &quot;Name&quot;: &quot;sample string 1&quot;,
              &quot;HasProtocol&quot;: true,
              &quot;HasClientProtocol&quot;: true
            },
            &quot;HasProtocol&quot;: true,
            &quot;HasClientProtocol&quot;: true,
            &quot;HasRemarks&quot;: true,
            &quot;Name&quot;: &quot;sample string 9&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;Remarks&quot;: &quot;sample string 2&quot;,
        &quot;Addition&quot;: &quot;sample string 3&quot;,
        &quot;Choice&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Description&quot;: &quot;sample string 3&quot;
        },
        &quot;Act&quot;: {
          &quot;$ref&quot;: &quot;4&quot;
        },
        &quot;HasProtocol&quot;: true,
        &quot;HasClientProtocol&quot;: true,
        &quot;HasRemarks&quot;: true,
        &quot;HasAddition&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ADLCardId&quot;: 1,
    &quot;ActualDate&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:59.0098959+02:00&quot;,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
    &quot;TemplateName&quot;: &quot;sample string 3&quot;,
    &quot;MadeToDateBy&quot;: &quot;sample string 4&quot;,
    &quot;Sections&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;SectionName&quot;: &quot;sample string 1&quot;,
        &quot;Items&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Morning&quot;: true,
            &quot;Afternoon&quot;: true,
            &quot;Evening&quot;: true,
            &quot;Night&quot;: true,
            &quot;Remarks&quot;: &quot;sample string 5&quot;,
            &quot;Act&quot;: {
              &quot;$id&quot;: &quot;4&quot;,
              &quot;Name&quot;: &quot;sample string 1&quot;,
              &quot;HasProtocol&quot;: true,
              &quot;HasClientProtocol&quot;: true
            },
            &quot;HasProtocol&quot;: true,
            &quot;HasClientProtocol&quot;: true,
            &quot;HasRemarks&quot;: true,
            &quot;Name&quot;: &quot;sample string 9&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;Remarks&quot;: &quot;sample string 2&quot;,
        &quot;Addition&quot;: &quot;sample string 3&quot;,
        &quot;Choice&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Description&quot;: &quot;sample string 3&quot;
        },
        &quot;Act&quot;: {
          &quot;$ref&quot;: &quot;4&quot;
        },
        &quot;HasProtocol&quot;: true,
        &quot;HasClientProtocol&quot;: true,
        &quot;HasRemarks&quot;: true,
        &quot;HasAddition&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfADLCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ADLCard&gt;
    &lt;ADLCardId&gt;1&lt;/ADLCardId&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/HistoricalDate&gt;
    &lt;MadeToDateBy&gt;sample string 4&lt;/MadeToDateBy&gt;
    &lt;Sections&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
    &lt;/Sections&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/ADLCard&gt;
  &lt;ADLCard&gt;
    &lt;ADLCardId&gt;1&lt;/ADLCardId&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/HistoricalDate&gt;
    &lt;MadeToDateBy&gt;sample string 4&lt;/MadeToDateBy&gt;
    &lt;Sections&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
    &lt;/Sections&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/ADLCard&gt;
&lt;/ArrayOfADLCard&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfADLCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ADLCard&gt;
    &lt;ADLCardId&gt;1&lt;/ADLCardId&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/HistoricalDate&gt;
    &lt;MadeToDateBy&gt;sample string 4&lt;/MadeToDateBy&gt;
    &lt;Sections&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
    &lt;/Sections&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/ADLCard&gt;
  &lt;ADLCard&gt;
    &lt;ADLCardId&gt;1&lt;/ADLCardId&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:59.0098959+02:00&lt;/HistoricalDate&gt;
    &lt;MadeToDateBy&gt;sample string 4&lt;/MadeToDateBy&gt;
    &lt;Sections&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
    &lt;/Sections&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/ADLCard&gt;
&lt;/ArrayOfADLCard&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/AdlCards?clientId={clientId}&amp;cardStatus={cardStatus}">
                <doc title="PlanCare2Api/CareRegistration/AdlCards?clientId={clientId}&amp;cardStatus={cardStatus}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="cardStatus"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ADLCardId&quot;: 1,
    &quot;ActualDate&quot;: &quot;2026-05-26T22:08:51.9424469+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T22:08:51.9424469+02:00&quot;,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
    &quot;TemplateName&quot;: &quot;sample string 3&quot;,
    &quot;MadeToDateBy&quot;: &quot;sample string 4&quot;,
    &quot;Sections&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;SectionName&quot;: &quot;sample string 1&quot;,
        &quot;Items&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Morning&quot;: true,
            &quot;Afternoon&quot;: true,
            &quot;Evening&quot;: true,
            &quot;Night&quot;: true,
            &quot;Remarks&quot;: &quot;sample string 5&quot;,
            &quot;Act&quot;: {
              &quot;$id&quot;: &quot;4&quot;,
              &quot;Name&quot;: &quot;sample string 1&quot;,
              &quot;HasProtocol&quot;: true,
              &quot;HasClientProtocol&quot;: true
            },
            &quot;HasProtocol&quot;: true,
            &quot;HasClientProtocol&quot;: true,
            &quot;HasRemarks&quot;: true,
            &quot;Name&quot;: &quot;sample string 9&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;Remarks&quot;: &quot;sample string 2&quot;,
        &quot;Addition&quot;: &quot;sample string 3&quot;,
        &quot;Choice&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Description&quot;: &quot;sample string 3&quot;
        },
        &quot;Act&quot;: {
          &quot;$ref&quot;: &quot;4&quot;
        },
        &quot;HasProtocol&quot;: true,
        &quot;HasClientProtocol&quot;: true,
        &quot;HasRemarks&quot;: true,
        &quot;HasAddition&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ADLCardId&quot;: 1,
    &quot;ActualDate&quot;: &quot;2026-05-26T22:08:51.9424469+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T22:08:51.9424469+02:00&quot;,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
    &quot;TemplateName&quot;: &quot;sample string 3&quot;,
    &quot;MadeToDateBy&quot;: &quot;sample string 4&quot;,
    &quot;Sections&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;SectionName&quot;: &quot;sample string 1&quot;,
        &quot;Items&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Morning&quot;: true,
            &quot;Afternoon&quot;: true,
            &quot;Evening&quot;: true,
            &quot;Night&quot;: true,
            &quot;Remarks&quot;: &quot;sample string 5&quot;,
            &quot;Act&quot;: {
              &quot;$id&quot;: &quot;4&quot;,
              &quot;Name&quot;: &quot;sample string 1&quot;,
              &quot;HasProtocol&quot;: true,
              &quot;HasClientProtocol&quot;: true
            },
            &quot;HasProtocol&quot;: true,
            &quot;HasClientProtocol&quot;: true,
            &quot;HasRemarks&quot;: true,
            &quot;Name&quot;: &quot;sample string 9&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;Remarks&quot;: &quot;sample string 2&quot;,
        &quot;Addition&quot;: &quot;sample string 3&quot;,
        &quot;Choice&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Description&quot;: &quot;sample string 3&quot;
        },
        &quot;Act&quot;: {
          &quot;$ref&quot;: &quot;4&quot;
        },
        &quot;HasProtocol&quot;: true,
        &quot;HasClientProtocol&quot;: true,
        &quot;HasRemarks&quot;: true,
        &quot;HasAddition&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfADLCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ADLCard&gt;
    &lt;ADLCardId&gt;1&lt;/ADLCardId&gt;
    &lt;ActualDate&gt;2026-05-26T22:08:51.9424469+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:08:51.9424469+02:00&lt;/HistoricalDate&gt;
    &lt;MadeToDateBy&gt;sample string 4&lt;/MadeToDateBy&gt;
    &lt;Sections&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
    &lt;/Sections&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/ADLCard&gt;
  &lt;ADLCard&gt;
    &lt;ADLCardId&gt;1&lt;/ADLCardId&gt;
    &lt;ActualDate&gt;2026-05-26T22:08:51.9424469+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:08:51.9424469+02:00&lt;/HistoricalDate&gt;
    &lt;MadeToDateBy&gt;sample string 4&lt;/MadeToDateBy&gt;
    &lt;Sections&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
    &lt;/Sections&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/ADLCard&gt;
&lt;/ArrayOfADLCard&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfADLCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ADLCard&gt;
    &lt;ADLCardId&gt;1&lt;/ADLCardId&gt;
    &lt;ActualDate&gt;2026-05-26T22:08:51.9424469+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:08:51.9424469+02:00&lt;/HistoricalDate&gt;
    &lt;MadeToDateBy&gt;sample string 4&lt;/MadeToDateBy&gt;
    &lt;Sections&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
    &lt;/Sections&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/ADLCard&gt;
  &lt;ADLCard&gt;
    &lt;ADLCardId&gt;1&lt;/ADLCardId&gt;
    &lt;ActualDate&gt;2026-05-26T22:08:51.9424469+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:08:51.9424469+02:00&lt;/HistoricalDate&gt;
    &lt;MadeToDateBy&gt;sample string 4&lt;/MadeToDateBy&gt;
    &lt;Sections&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
      &lt;ADLCardSection&gt;
        &lt;Act&gt;
          &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
          &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
          &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;/Act&gt;
        &lt;Addition&gt;sample string 3&lt;/Addition&gt;
        &lt;Choice&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Choice&gt;
        &lt;HasAddition&gt;true&lt;/HasAddition&gt;
        &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
        &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
        &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
        &lt;Items&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
          &lt;ADLCardSectionItem&gt;
            &lt;Act&gt;
              &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
              &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
              &lt;Name&gt;sample string 1&lt;/Name&gt;
            &lt;/Act&gt;
            &lt;Afternoon&gt;true&lt;/Afternoon&gt;
            &lt;Evening&gt;true&lt;/Evening&gt;
            &lt;HasClientProtocol&gt;true&lt;/HasClientProtocol&gt;
            &lt;HasProtocol&gt;true&lt;/HasProtocol&gt;
            &lt;HasRemarks&gt;true&lt;/HasRemarks&gt;
            &lt;Morning&gt;true&lt;/Morning&gt;
            &lt;Name&gt;sample string 9&lt;/Name&gt;
            &lt;Night&gt;true&lt;/Night&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;/ADLCardSectionItem&gt;
        &lt;/Items&gt;
        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
        &lt;SectionName&gt;sample string 1&lt;/SectionName&gt;
      &lt;/ADLCardSection&gt;
    &lt;/Sections&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/ADLCard&gt;
&lt;/ArrayOfADLCard&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Catheter">
                <doc title="PlanCare2Api/CareRegistration/Catheter" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;IntermittingCatheterExplanation&quot;: &quot;sample string 1&quot;,
  &quot;IntermittingCatheterSize&quot;: &quot;sample string 2&quot;,
  &quot;IntermittingCatheterSizeId&quot;: 1,
  &quot;IntermittingCatheterType&quot;: &quot;sample string 3&quot;,
  &quot;IntermittingCatheterTypeId&quot;: 1,
  &quot;IsIntermittingCatheter&quot;: true,
  &quot;IsOlderThanTwoWeeks&quot;: &quot;sample string 5&quot;,
  &quot;IsOlderThanTwoWeeksId&quot;: 1,
  &quot;StayCatheterBagChange&quot;: &quot;sample string 6&quot;,
  &quot;StayCatheterBagChangeId&quot;: 1,
  &quot;StayCatheterBagTypeDay&quot;: &quot;sample string 7&quot;,
  &quot;StayCatheterBagTypeDayId&quot;: 1,
  &quot;StayCatheterBagVolumeNight&quot;: &quot;sample string 8&quot;,
  &quot;StayCatheterBagVolumeNightId&quot;: 1,
  &quot;StayCatheterChangeFrequency&quot;: &quot;sample string 9&quot;,
  &quot;StayCatheterChangeFrequencyId&quot;: 1,
  &quot;StayCatheterFlushConcentration&quot;: &quot;sample string 10&quot;,
  &quot;StayCatheterFlushConcentrationId&quot;: 1,
  &quot;StayCatheterFlushFrequency&quot;: &quot;sample string 11&quot;,
  &quot;StayCatheterFlushFrequencyId&quot;: 1,
  &quot;StayCatheterLastChangeDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
  &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
  &quot;StayCatheterSize&quot;: &quot;sample string 12&quot;,
  &quot;StayCatheterSizeId&quot;: 1,
  &quot;StayCatheterType&quot;: &quot;sample string 13&quot;,
  &quot;StayCatheterTypeId&quot;: 1,
  &quot;StayCatheterVolume&quot;: 1,
  &quot;HasStayCatheter&quot;: true,
  &quot;AppliedInInstitution&quot;: &quot;sample string 15&quot;,
  &quot;AppliedInInstitutionId&quot;: 1,
  &quot;StayCatheterBagTypeNight&quot;: &quot;sample string 16&quot;,
  &quot;StayCatheterBagTypeNightId&quot;: 1,
  &quot;StayCatheterBagVolumeDay&quot;: &quot;sample string 17&quot;,
  &quot;StayCatheterBagVolumeDayId&quot;: 1,
  &quot;IntermittingCatheterFrequency&quot;: &quot;sample string 18&quot;,
  &quot;IntermittingCatheterFrequencyId&quot;: 1,
  &quot;Id&quot;: 19,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ClientId&quot;: 22,
  &quot;ClientName&quot;: &quot;sample string 23&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;IntermittingCatheterExplanation&quot;: &quot;sample string 1&quot;,
  &quot;IntermittingCatheterSize&quot;: &quot;sample string 2&quot;,
  &quot;IntermittingCatheterSizeId&quot;: 1,
  &quot;IntermittingCatheterType&quot;: &quot;sample string 3&quot;,
  &quot;IntermittingCatheterTypeId&quot;: 1,
  &quot;IsIntermittingCatheter&quot;: true,
  &quot;IsOlderThanTwoWeeks&quot;: &quot;sample string 5&quot;,
  &quot;IsOlderThanTwoWeeksId&quot;: 1,
  &quot;StayCatheterBagChange&quot;: &quot;sample string 6&quot;,
  &quot;StayCatheterBagChangeId&quot;: 1,
  &quot;StayCatheterBagTypeDay&quot;: &quot;sample string 7&quot;,
  &quot;StayCatheterBagTypeDayId&quot;: 1,
  &quot;StayCatheterBagVolumeNight&quot;: &quot;sample string 8&quot;,
  &quot;StayCatheterBagVolumeNightId&quot;: 1,
  &quot;StayCatheterChangeFrequency&quot;: &quot;sample string 9&quot;,
  &quot;StayCatheterChangeFrequencyId&quot;: 1,
  &quot;StayCatheterFlushConcentration&quot;: &quot;sample string 10&quot;,
  &quot;StayCatheterFlushConcentrationId&quot;: 1,
  &quot;StayCatheterFlushFrequency&quot;: &quot;sample string 11&quot;,
  &quot;StayCatheterFlushFrequencyId&quot;: 1,
  &quot;StayCatheterLastChangeDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
  &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
  &quot;StayCatheterSize&quot;: &quot;sample string 12&quot;,
  &quot;StayCatheterSizeId&quot;: 1,
  &quot;StayCatheterType&quot;: &quot;sample string 13&quot;,
  &quot;StayCatheterTypeId&quot;: 1,
  &quot;StayCatheterVolume&quot;: 1,
  &quot;HasStayCatheter&quot;: true,
  &quot;AppliedInInstitution&quot;: &quot;sample string 15&quot;,
  &quot;AppliedInInstitutionId&quot;: 1,
  &quot;StayCatheterBagTypeNight&quot;: &quot;sample string 16&quot;,
  &quot;StayCatheterBagTypeNightId&quot;: 1,
  &quot;StayCatheterBagVolumeDay&quot;: &quot;sample string 17&quot;,
  &quot;StayCatheterBagVolumeDayId&quot;: 1,
  &quot;IntermittingCatheterFrequency&quot;: &quot;sample string 18&quot;,
  &quot;IntermittingCatheterFrequencyId&quot;: 1,
  &quot;Id&quot;: 19,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ClientId&quot;: 22,
  &quot;ClientName&quot;: &quot;sample string 23&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Catheter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;22&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;19&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/RegistrationDate&gt;
  &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
  &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
  &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
  &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
  &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
  &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
  &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
  &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
  &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
  &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
  &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
  &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
  &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
  &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
  &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
  &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
  &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
  &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
  &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
  &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
  &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
  &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
  &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
  &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
  &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
  &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
  &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
  &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
  &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
  &lt;StayCatheterLastChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterLastChangeDate&gt;
  &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterNextChangeDate&gt;
  &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
  &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
  &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
  &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
  &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
&lt;/Catheter&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Catheter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;22&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;19&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/RegistrationDate&gt;
  &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
  &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
  &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
  &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
  &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
  &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
  &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
  &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
  &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
  &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
  &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
  &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
  &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
  &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
  &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
  &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
  &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
  &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
  &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
  &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
  &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
  &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
  &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
  &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
  &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
  &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
  &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
  &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
  &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
  &lt;StayCatheterLastChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterLastChangeDate&gt;
  &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterNextChangeDate&gt;
  &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
  &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
  &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
  &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
  &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
&lt;/Catheter&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Catheter/{id}">
                <doc title="PlanCare2Api/CareRegistration/Catheter/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Catheter/ChangeOfCatheters">
                <doc title="PlanCare2Api/CareRegistration/Catheter/ChangeOfCatheters" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;IntermittingCatheterExplanation&quot;: &quot;sample string 1&quot;,
  &quot;IntermittingCatheterSize&quot;: &quot;sample string 2&quot;,
  &quot;IntermittingCatheterSizeId&quot;: 1,
  &quot;IntermittingCatheterType&quot;: &quot;sample string 3&quot;,
  &quot;IntermittingCatheterTypeId&quot;: 1,
  &quot;IsIntermittingCatheter&quot;: true,
  &quot;IsOlderThanTwoWeeks&quot;: &quot;sample string 5&quot;,
  &quot;IsOlderThanTwoWeeksId&quot;: 1,
  &quot;StayCatheterBagChange&quot;: &quot;sample string 6&quot;,
  &quot;StayCatheterBagChangeId&quot;: 1,
  &quot;StayCatheterBagTypeDay&quot;: &quot;sample string 7&quot;,
  &quot;StayCatheterBagTypeDayId&quot;: 1,
  &quot;StayCatheterBagVolumeNight&quot;: &quot;sample string 8&quot;,
  &quot;StayCatheterBagVolumeNightId&quot;: 1,
  &quot;StayCatheterChangeFrequency&quot;: &quot;sample string 9&quot;,
  &quot;StayCatheterChangeFrequencyId&quot;: 1,
  &quot;StayCatheterFlushConcentration&quot;: &quot;sample string 10&quot;,
  &quot;StayCatheterFlushConcentrationId&quot;: 1,
  &quot;StayCatheterFlushFrequency&quot;: &quot;sample string 11&quot;,
  &quot;StayCatheterFlushFrequencyId&quot;: 1,
  &quot;StayCatheterLastChangeDate&quot;: &quot;2026-05-26T22:10:20.0593719+02:00&quot;,
  &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T22:10:20.0593719+02:00&quot;,
  &quot;StayCatheterSize&quot;: &quot;sample string 12&quot;,
  &quot;StayCatheterSizeId&quot;: 1,
  &quot;StayCatheterType&quot;: &quot;sample string 13&quot;,
  &quot;StayCatheterTypeId&quot;: 1,
  &quot;StayCatheterVolume&quot;: 1,
  &quot;HasStayCatheter&quot;: true,
  &quot;AppliedInInstitution&quot;: &quot;sample string 15&quot;,
  &quot;AppliedInInstitutionId&quot;: 1,
  &quot;StayCatheterBagTypeNight&quot;: &quot;sample string 16&quot;,
  &quot;StayCatheterBagTypeNightId&quot;: 1,
  &quot;StayCatheterBagVolumeDay&quot;: &quot;sample string 17&quot;,
  &quot;StayCatheterBagVolumeDayId&quot;: 1,
  &quot;IntermittingCatheterFrequency&quot;: &quot;sample string 18&quot;,
  &quot;IntermittingCatheterFrequencyId&quot;: 1,
  &quot;Id&quot;: 19,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ClientId&quot;: 22,
  &quot;ClientName&quot;: &quot;sample string 23&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:20.0593719+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:20.0593719+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;IntermittingCatheterExplanation&quot;: &quot;sample string 1&quot;,
  &quot;IntermittingCatheterSize&quot;: &quot;sample string 2&quot;,
  &quot;IntermittingCatheterSizeId&quot;: 1,
  &quot;IntermittingCatheterType&quot;: &quot;sample string 3&quot;,
  &quot;IntermittingCatheterTypeId&quot;: 1,
  &quot;IsIntermittingCatheter&quot;: true,
  &quot;IsOlderThanTwoWeeks&quot;: &quot;sample string 5&quot;,
  &quot;IsOlderThanTwoWeeksId&quot;: 1,
  &quot;StayCatheterBagChange&quot;: &quot;sample string 6&quot;,
  &quot;StayCatheterBagChangeId&quot;: 1,
  &quot;StayCatheterBagTypeDay&quot;: &quot;sample string 7&quot;,
  &quot;StayCatheterBagTypeDayId&quot;: 1,
  &quot;StayCatheterBagVolumeNight&quot;: &quot;sample string 8&quot;,
  &quot;StayCatheterBagVolumeNightId&quot;: 1,
  &quot;StayCatheterChangeFrequency&quot;: &quot;sample string 9&quot;,
  &quot;StayCatheterChangeFrequencyId&quot;: 1,
  &quot;StayCatheterFlushConcentration&quot;: &quot;sample string 10&quot;,
  &quot;StayCatheterFlushConcentrationId&quot;: 1,
  &quot;StayCatheterFlushFrequency&quot;: &quot;sample string 11&quot;,
  &quot;StayCatheterFlushFrequencyId&quot;: 1,
  &quot;StayCatheterLastChangeDate&quot;: &quot;2026-05-26T22:10:20.0593719+02:00&quot;,
  &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T22:10:20.0593719+02:00&quot;,
  &quot;StayCatheterSize&quot;: &quot;sample string 12&quot;,
  &quot;StayCatheterSizeId&quot;: 1,
  &quot;StayCatheterType&quot;: &quot;sample string 13&quot;,
  &quot;StayCatheterTypeId&quot;: 1,
  &quot;StayCatheterVolume&quot;: 1,
  &quot;HasStayCatheter&quot;: true,
  &quot;AppliedInInstitution&quot;: &quot;sample string 15&quot;,
  &quot;AppliedInInstitutionId&quot;: 1,
  &quot;StayCatheterBagTypeNight&quot;: &quot;sample string 16&quot;,
  &quot;StayCatheterBagTypeNightId&quot;: 1,
  &quot;StayCatheterBagVolumeDay&quot;: &quot;sample string 17&quot;,
  &quot;StayCatheterBagVolumeDayId&quot;: 1,
  &quot;IntermittingCatheterFrequency&quot;: &quot;sample string 18&quot;,
  &quot;IntermittingCatheterFrequencyId&quot;: 1,
  &quot;Id&quot;: 19,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ClientId&quot;: 22,
  &quot;ClientName&quot;: &quot;sample string 23&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:20.0593719+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:20.0593719+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfCatheter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;22&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:20.0593719+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;19&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:20.0593719+02:00&lt;/RegistrationDate&gt;
  &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
  &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
  &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
  &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
  &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
  &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
  &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
  &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
  &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
  &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
  &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
  &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
  &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
  &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
  &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
  &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
  &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
  &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
  &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
  &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
  &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
  &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
  &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
  &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
  &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
  &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
  &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
  &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
  &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
  &lt;StayCatheterLastChangeDate&gt;2026-05-26T22:10:20.0593719+02:00&lt;/StayCatheterLastChangeDate&gt;
  &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:10:20.0593719+02:00&lt;/StayCatheterNextChangeDate&gt;
  &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
  &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
  &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
  &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
  &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
&lt;/ChangeOfCatheter&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfCatheter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;22&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:20.0593719+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;19&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:20.0593719+02:00&lt;/RegistrationDate&gt;
  &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
  &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
  &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
  &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
  &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
  &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
  &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
  &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
  &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
  &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
  &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
  &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
  &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
  &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
  &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
  &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
  &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
  &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
  &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
  &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
  &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
  &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
  &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
  &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
  &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
  &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
  &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
  &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
  &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
  &lt;StayCatheterLastChangeDate&gt;2026-05-26T22:10:20.0593719+02:00&lt;/StayCatheterLastChangeDate&gt;
  &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:10:20.0593719+02:00&lt;/StayCatheterNextChangeDate&gt;
  &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
  &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
  &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
  &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
  &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
&lt;/ChangeOfCatheter&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Catheter?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Catheter?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IntermittingCatheterExplanation&quot;: &quot;sample string 1&quot;,
    &quot;IntermittingCatheterSize&quot;: &quot;sample string 2&quot;,
    &quot;IntermittingCatheterSizeId&quot;: 1,
    &quot;IntermittingCatheterType&quot;: &quot;sample string 3&quot;,
    &quot;IntermittingCatheterTypeId&quot;: 1,
    &quot;IsIntermittingCatheter&quot;: true,
    &quot;IsOlderThanTwoWeeks&quot;: &quot;sample string 5&quot;,
    &quot;IsOlderThanTwoWeeksId&quot;: 1,
    &quot;StayCatheterBagChange&quot;: &quot;sample string 6&quot;,
    &quot;StayCatheterBagChangeId&quot;: 1,
    &quot;StayCatheterBagTypeDay&quot;: &quot;sample string 7&quot;,
    &quot;StayCatheterBagTypeDayId&quot;: 1,
    &quot;StayCatheterBagVolumeNight&quot;: &quot;sample string 8&quot;,
    &quot;StayCatheterBagVolumeNightId&quot;: 1,
    &quot;StayCatheterChangeFrequency&quot;: &quot;sample string 9&quot;,
    &quot;StayCatheterChangeFrequencyId&quot;: 1,
    &quot;StayCatheterFlushConcentration&quot;: &quot;sample string 10&quot;,
    &quot;StayCatheterFlushConcentrationId&quot;: 1,
    &quot;StayCatheterFlushFrequency&quot;: &quot;sample string 11&quot;,
    &quot;StayCatheterFlushFrequencyId&quot;: 1,
    &quot;StayCatheterLastChangeDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;StayCatheterSize&quot;: &quot;sample string 12&quot;,
    &quot;StayCatheterSizeId&quot;: 1,
    &quot;StayCatheterType&quot;: &quot;sample string 13&quot;,
    &quot;StayCatheterTypeId&quot;: 1,
    &quot;StayCatheterVolume&quot;: 1,
    &quot;HasStayCatheter&quot;: true,
    &quot;AppliedInInstitution&quot;: &quot;sample string 15&quot;,
    &quot;AppliedInInstitutionId&quot;: 1,
    &quot;StayCatheterBagTypeNight&quot;: &quot;sample string 16&quot;,
    &quot;StayCatheterBagTypeNightId&quot;: 1,
    &quot;StayCatheterBagVolumeDay&quot;: &quot;sample string 17&quot;,
    &quot;StayCatheterBagVolumeDayId&quot;: 1,
    &quot;IntermittingCatheterFrequency&quot;: &quot;sample string 18&quot;,
    &quot;IntermittingCatheterFrequencyId&quot;: 1,
    &quot;Id&quot;: 19,
    &quot;EmployeeId&quot;: 20,
    &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
    &quot;ClientId&quot;: 22,
    &quot;ClientName&quot;: &quot;sample string 23&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IntermittingCatheterExplanation&quot;: &quot;sample string 1&quot;,
    &quot;IntermittingCatheterSize&quot;: &quot;sample string 2&quot;,
    &quot;IntermittingCatheterSizeId&quot;: 1,
    &quot;IntermittingCatheterType&quot;: &quot;sample string 3&quot;,
    &quot;IntermittingCatheterTypeId&quot;: 1,
    &quot;IsIntermittingCatheter&quot;: true,
    &quot;IsOlderThanTwoWeeks&quot;: &quot;sample string 5&quot;,
    &quot;IsOlderThanTwoWeeksId&quot;: 1,
    &quot;StayCatheterBagChange&quot;: &quot;sample string 6&quot;,
    &quot;StayCatheterBagChangeId&quot;: 1,
    &quot;StayCatheterBagTypeDay&quot;: &quot;sample string 7&quot;,
    &quot;StayCatheterBagTypeDayId&quot;: 1,
    &quot;StayCatheterBagVolumeNight&quot;: &quot;sample string 8&quot;,
    &quot;StayCatheterBagVolumeNightId&quot;: 1,
    &quot;StayCatheterChangeFrequency&quot;: &quot;sample string 9&quot;,
    &quot;StayCatheterChangeFrequencyId&quot;: 1,
    &quot;StayCatheterFlushConcentration&quot;: &quot;sample string 10&quot;,
    &quot;StayCatheterFlushConcentrationId&quot;: 1,
    &quot;StayCatheterFlushFrequency&quot;: &quot;sample string 11&quot;,
    &quot;StayCatheterFlushFrequencyId&quot;: 1,
    &quot;StayCatheterLastChangeDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;StayCatheterSize&quot;: &quot;sample string 12&quot;,
    &quot;StayCatheterSizeId&quot;: 1,
    &quot;StayCatheterType&quot;: &quot;sample string 13&quot;,
    &quot;StayCatheterTypeId&quot;: 1,
    &quot;StayCatheterVolume&quot;: 1,
    &quot;HasStayCatheter&quot;: true,
    &quot;AppliedInInstitution&quot;: &quot;sample string 15&quot;,
    &quot;AppliedInInstitutionId&quot;: 1,
    &quot;StayCatheterBagTypeNight&quot;: &quot;sample string 16&quot;,
    &quot;StayCatheterBagTypeNightId&quot;: 1,
    &quot;StayCatheterBagVolumeDay&quot;: &quot;sample string 17&quot;,
    &quot;StayCatheterBagVolumeDayId&quot;: 1,
    &quot;IntermittingCatheterFrequency&quot;: &quot;sample string 18&quot;,
    &quot;IntermittingCatheterFrequencyId&quot;: 1,
    &quot;Id&quot;: 19,
    &quot;EmployeeId&quot;: 20,
    &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
    &quot;ClientId&quot;: 22,
    &quot;ClientName&quot;: &quot;sample string 23&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCatheter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Catheter&gt;
    &lt;ClientId&gt;22&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
    &lt;Id&gt;19&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/RegistrationDate&gt;
    &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
    &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
    &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
    &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
    &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
    &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
    &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
    &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
    &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
    &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
    &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
    &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
    &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
    &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
    &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
    &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
    &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
    &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
    &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
    &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
    &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
    &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
    &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
    &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
    &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
    &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
    &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
    &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
    &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
    &lt;StayCatheterLastChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterNextChangeDate&gt;
    &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
    &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
    &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
    &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
    &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
  &lt;/Catheter&gt;
  &lt;Catheter&gt;
    &lt;ClientId&gt;22&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
    &lt;Id&gt;19&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/RegistrationDate&gt;
    &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
    &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
    &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
    &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
    &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
    &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
    &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
    &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
    &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
    &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
    &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
    &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
    &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
    &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
    &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
    &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
    &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
    &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
    &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
    &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
    &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
    &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
    &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
    &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
    &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
    &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
    &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
    &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
    &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
    &lt;StayCatheterLastChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterNextChangeDate&gt;
    &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
    &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
    &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
    &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
    &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
  &lt;/Catheter&gt;
&lt;/ArrayOfCatheter&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCatheter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Catheter&gt;
    &lt;ClientId&gt;22&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
    &lt;Id&gt;19&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/RegistrationDate&gt;
    &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
    &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
    &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
    &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
    &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
    &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
    &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
    &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
    &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
    &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
    &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
    &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
    &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
    &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
    &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
    &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
    &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
    &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
    &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
    &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
    &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
    &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
    &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
    &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
    &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
    &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
    &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
    &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
    &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
    &lt;StayCatheterLastChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterNextChangeDate&gt;
    &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
    &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
    &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
    &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
    &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
  &lt;/Catheter&gt;
  &lt;Catheter&gt;
    &lt;ClientId&gt;22&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
    &lt;Id&gt;19&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/RegistrationDate&gt;
    &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
    &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
    &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
    &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
    &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
    &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
    &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
    &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
    &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
    &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
    &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
    &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
    &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
    &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
    &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
    &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
    &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
    &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
    &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
    &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
    &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
    &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
    &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
    &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
    &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
    &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
    &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
    &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
    &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
    &lt;StayCatheterLastChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StayCatheterNextChangeDate&gt;
    &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
    &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
    &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
    &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
    &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
  &lt;/Catheter&gt;
&lt;/ArrayOfCatheter&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Catheter?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Catheter?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IntermittingCatheterExplanation&quot;: &quot;sample string 1&quot;,
    &quot;IntermittingCatheterSize&quot;: &quot;sample string 2&quot;,
    &quot;IntermittingCatheterSizeId&quot;: 1,
    &quot;IntermittingCatheterType&quot;: &quot;sample string 3&quot;,
    &quot;IntermittingCatheterTypeId&quot;: 1,
    &quot;IsIntermittingCatheter&quot;: true,
    &quot;IsOlderThanTwoWeeks&quot;: &quot;sample string 5&quot;,
    &quot;IsOlderThanTwoWeeksId&quot;: 1,
    &quot;StayCatheterBagChange&quot;: &quot;sample string 6&quot;,
    &quot;StayCatheterBagChangeId&quot;: 1,
    &quot;StayCatheterBagTypeDay&quot;: &quot;sample string 7&quot;,
    &quot;StayCatheterBagTypeDayId&quot;: 1,
    &quot;StayCatheterBagVolumeNight&quot;: &quot;sample string 8&quot;,
    &quot;StayCatheterBagVolumeNightId&quot;: 1,
    &quot;StayCatheterChangeFrequency&quot;: &quot;sample string 9&quot;,
    &quot;StayCatheterChangeFrequencyId&quot;: 1,
    &quot;StayCatheterFlushConcentration&quot;: &quot;sample string 10&quot;,
    &quot;StayCatheterFlushConcentrationId&quot;: 1,
    &quot;StayCatheterFlushFrequency&quot;: &quot;sample string 11&quot;,
    &quot;StayCatheterFlushFrequencyId&quot;: 1,
    &quot;StayCatheterLastChangeDate&quot;: &quot;2026-05-26T22:09:01.7916866+02:00&quot;,
    &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T22:09:01.7916866+02:00&quot;,
    &quot;StayCatheterSize&quot;: &quot;sample string 12&quot;,
    &quot;StayCatheterSizeId&quot;: 1,
    &quot;StayCatheterType&quot;: &quot;sample string 13&quot;,
    &quot;StayCatheterTypeId&quot;: 1,
    &quot;StayCatheterVolume&quot;: 1,
    &quot;HasStayCatheter&quot;: true,
    &quot;AppliedInInstitution&quot;: &quot;sample string 15&quot;,
    &quot;AppliedInInstitutionId&quot;: 1,
    &quot;StayCatheterBagTypeNight&quot;: &quot;sample string 16&quot;,
    &quot;StayCatheterBagTypeNightId&quot;: 1,
    &quot;StayCatheterBagVolumeDay&quot;: &quot;sample string 17&quot;,
    &quot;StayCatheterBagVolumeDayId&quot;: 1,
    &quot;IntermittingCatheterFrequency&quot;: &quot;sample string 18&quot;,
    &quot;IntermittingCatheterFrequencyId&quot;: 1,
    &quot;Id&quot;: 19,
    &quot;EmployeeId&quot;: 20,
    &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
    &quot;ClientId&quot;: 22,
    &quot;ClientName&quot;: &quot;sample string 23&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:09:01.8073103+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:01.8073103+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IntermittingCatheterExplanation&quot;: &quot;sample string 1&quot;,
    &quot;IntermittingCatheterSize&quot;: &quot;sample string 2&quot;,
    &quot;IntermittingCatheterSizeId&quot;: 1,
    &quot;IntermittingCatheterType&quot;: &quot;sample string 3&quot;,
    &quot;IntermittingCatheterTypeId&quot;: 1,
    &quot;IsIntermittingCatheter&quot;: true,
    &quot;IsOlderThanTwoWeeks&quot;: &quot;sample string 5&quot;,
    &quot;IsOlderThanTwoWeeksId&quot;: 1,
    &quot;StayCatheterBagChange&quot;: &quot;sample string 6&quot;,
    &quot;StayCatheterBagChangeId&quot;: 1,
    &quot;StayCatheterBagTypeDay&quot;: &quot;sample string 7&quot;,
    &quot;StayCatheterBagTypeDayId&quot;: 1,
    &quot;StayCatheterBagVolumeNight&quot;: &quot;sample string 8&quot;,
    &quot;StayCatheterBagVolumeNightId&quot;: 1,
    &quot;StayCatheterChangeFrequency&quot;: &quot;sample string 9&quot;,
    &quot;StayCatheterChangeFrequencyId&quot;: 1,
    &quot;StayCatheterFlushConcentration&quot;: &quot;sample string 10&quot;,
    &quot;StayCatheterFlushConcentrationId&quot;: 1,
    &quot;StayCatheterFlushFrequency&quot;: &quot;sample string 11&quot;,
    &quot;StayCatheterFlushFrequencyId&quot;: 1,
    &quot;StayCatheterLastChangeDate&quot;: &quot;2026-05-26T22:09:01.7916866+02:00&quot;,
    &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T22:09:01.7916866+02:00&quot;,
    &quot;StayCatheterSize&quot;: &quot;sample string 12&quot;,
    &quot;StayCatheterSizeId&quot;: 1,
    &quot;StayCatheterType&quot;: &quot;sample string 13&quot;,
    &quot;StayCatheterTypeId&quot;: 1,
    &quot;StayCatheterVolume&quot;: 1,
    &quot;HasStayCatheter&quot;: true,
    &quot;AppliedInInstitution&quot;: &quot;sample string 15&quot;,
    &quot;AppliedInInstitutionId&quot;: 1,
    &quot;StayCatheterBagTypeNight&quot;: &quot;sample string 16&quot;,
    &quot;StayCatheterBagTypeNightId&quot;: 1,
    &quot;StayCatheterBagVolumeDay&quot;: &quot;sample string 17&quot;,
    &quot;StayCatheterBagVolumeDayId&quot;: 1,
    &quot;IntermittingCatheterFrequency&quot;: &quot;sample string 18&quot;,
    &quot;IntermittingCatheterFrequencyId&quot;: 1,
    &quot;Id&quot;: 19,
    &quot;EmployeeId&quot;: 20,
    &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
    &quot;ClientId&quot;: 22,
    &quot;ClientName&quot;: &quot;sample string 23&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:09:01.8073103+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:01.8073103+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCatheter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Catheter&gt;
    &lt;ClientId&gt;22&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:01.8073103+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
    &lt;Id&gt;19&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:09:01.8073103+02:00&lt;/RegistrationDate&gt;
    &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
    &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
    &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
    &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
    &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
    &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
    &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
    &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
    &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
    &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
    &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
    &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
    &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
    &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
    &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
    &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
    &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
    &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
    &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
    &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
    &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
    &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
    &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
    &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
    &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
    &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
    &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
    &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
    &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
    &lt;StayCatheterLastChangeDate&gt;2026-05-26T22:09:01.7916866+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:09:01.7916866+02:00&lt;/StayCatheterNextChangeDate&gt;
    &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
    &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
    &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
    &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
    &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
  &lt;/Catheter&gt;
  &lt;Catheter&gt;
    &lt;ClientId&gt;22&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:01.8073103+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
    &lt;Id&gt;19&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:09:01.8073103+02:00&lt;/RegistrationDate&gt;
    &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
    &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
    &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
    &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
    &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
    &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
    &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
    &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
    &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
    &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
    &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
    &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
    &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
    &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
    &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
    &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
    &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
    &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
    &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
    &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
    &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
    &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
    &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
    &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
    &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
    &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
    &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
    &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
    &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
    &lt;StayCatheterLastChangeDate&gt;2026-05-26T22:09:01.7916866+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:09:01.7916866+02:00&lt;/StayCatheterNextChangeDate&gt;
    &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
    &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
    &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
    &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
    &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
  &lt;/Catheter&gt;
&lt;/ArrayOfCatheter&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCatheter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Catheter&gt;
    &lt;ClientId&gt;22&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:01.8073103+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
    &lt;Id&gt;19&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:09:01.8073103+02:00&lt;/RegistrationDate&gt;
    &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
    &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
    &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
    &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
    &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
    &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
    &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
    &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
    &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
    &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
    &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
    &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
    &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
    &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
    &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
    &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
    &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
    &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
    &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
    &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
    &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
    &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
    &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
    &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
    &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
    &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
    &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
    &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
    &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
    &lt;StayCatheterLastChangeDate&gt;2026-05-26T22:09:01.7916866+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:09:01.7916866+02:00&lt;/StayCatheterNextChangeDate&gt;
    &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
    &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
    &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
    &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
    &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
  &lt;/Catheter&gt;
  &lt;Catheter&gt;
    &lt;ClientId&gt;22&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 23&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:01.8073103+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
    &lt;Id&gt;19&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:09:01.8073103+02:00&lt;/RegistrationDate&gt;
    &lt;AppliedInInstitution&gt;sample string 15&lt;/AppliedInInstitution&gt;
    &lt;AppliedInInstitutionId&gt;1&lt;/AppliedInInstitutionId&gt;
    &lt;HasStayCatheter&gt;true&lt;/HasStayCatheter&gt;
    &lt;IntermittingCatheterExplanation&gt;sample string 1&lt;/IntermittingCatheterExplanation&gt;
    &lt;IntermittingCatheterFrequency&gt;sample string 18&lt;/IntermittingCatheterFrequency&gt;
    &lt;IntermittingCatheterFrequencyId&gt;1&lt;/IntermittingCatheterFrequencyId&gt;
    &lt;IntermittingCatheterSize&gt;sample string 2&lt;/IntermittingCatheterSize&gt;
    &lt;IntermittingCatheterSizeId&gt;1&lt;/IntermittingCatheterSizeId&gt;
    &lt;IntermittingCatheterType&gt;sample string 3&lt;/IntermittingCatheterType&gt;
    &lt;IntermittingCatheterTypeId&gt;1&lt;/IntermittingCatheterTypeId&gt;
    &lt;IsIntermittingCatheter&gt;true&lt;/IsIntermittingCatheter&gt;
    &lt;IsOlderThanTwoWeeks&gt;sample string 5&lt;/IsOlderThanTwoWeeks&gt;
    &lt;IsOlderThanTwoWeeksId&gt;1&lt;/IsOlderThanTwoWeeksId&gt;
    &lt;StayCatheterBagChange&gt;sample string 6&lt;/StayCatheterBagChange&gt;
    &lt;StayCatheterBagChangeId&gt;1&lt;/StayCatheterBagChangeId&gt;
    &lt;StayCatheterBagTypeDay&gt;sample string 7&lt;/StayCatheterBagTypeDay&gt;
    &lt;StayCatheterBagTypeDayId&gt;1&lt;/StayCatheterBagTypeDayId&gt;
    &lt;StayCatheterBagTypeNight&gt;sample string 16&lt;/StayCatheterBagTypeNight&gt;
    &lt;StayCatheterBagTypeNightId&gt;1&lt;/StayCatheterBagTypeNightId&gt;
    &lt;StayCatheterBagVolumeDay&gt;sample string 17&lt;/StayCatheterBagVolumeDay&gt;
    &lt;StayCatheterBagVolumeDayId&gt;1&lt;/StayCatheterBagVolumeDayId&gt;
    &lt;StayCatheterBagVolumeNight&gt;sample string 8&lt;/StayCatheterBagVolumeNight&gt;
    &lt;StayCatheterBagVolumeNightId&gt;1&lt;/StayCatheterBagVolumeNightId&gt;
    &lt;StayCatheterChangeFrequency&gt;sample string 9&lt;/StayCatheterChangeFrequency&gt;
    &lt;StayCatheterChangeFrequencyId&gt;1&lt;/StayCatheterChangeFrequencyId&gt;
    &lt;StayCatheterFlushConcentration&gt;sample string 10&lt;/StayCatheterFlushConcentration&gt;
    &lt;StayCatheterFlushConcentrationId&gt;1&lt;/StayCatheterFlushConcentrationId&gt;
    &lt;StayCatheterFlushFrequency&gt;sample string 11&lt;/StayCatheterFlushFrequency&gt;
    &lt;StayCatheterFlushFrequencyId&gt;1&lt;/StayCatheterFlushFrequencyId&gt;
    &lt;StayCatheterLastChangeDate&gt;2026-05-26T22:09:01.7916866+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:09:01.7916866+02:00&lt;/StayCatheterNextChangeDate&gt;
    &lt;StayCatheterSize&gt;sample string 12&lt;/StayCatheterSize&gt;
    &lt;StayCatheterSizeId&gt;1&lt;/StayCatheterSizeId&gt;
    &lt;StayCatheterType&gt;sample string 13&lt;/StayCatheterType&gt;
    &lt;StayCatheterTypeId&gt;1&lt;/StayCatheterTypeId&gt;
    &lt;StayCatheterVolume&gt;1&lt;/StayCatheterVolume&gt;
  &lt;/Catheter&gt;
&lt;/ArrayOfCatheter&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Decubitus">
                <doc title="PlanCare2Api/CareRegistration/Decubitus" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ClientAgreesResearch&quot;: true,
  &quot;MoistureDamageId&quot;: 1,
  &quot;MoistureDamage&quot;: &quot;sample string 1&quot;,
  &quot;MoistureDamageAriseInInstitutionId&quot;: 1,
  &quot;MoistureDamageAriseInInstitution&quot;: &quot;sample string 2&quot;,
  &quot;HasDecubitusId&quot;: 1,
  &quot;HasDecubitus&quot;: &quot;sample string 3&quot;,
  &quot;DecubitusDegreeId&quot;: 1,
  &quot;DecubitusDegree&quot;: &quot;sample string 4&quot;,
  &quot;AriseInInstitutionId&quot;: 1,
  &quot;AriseInInstitution&quot;: &quot;sample string 5&quot;,
  &quot;Prevention&quot;: &quot;sample string 6&quot;,
  &quot;PreventionAid1Id&quot;: 1,
  &quot;PreventionAid1&quot;: &quot;sample string 7&quot;,
  &quot;PreventionAid2Id&quot;: 1,
  &quot;PreventionAid2&quot;: &quot;sample string 8&quot;,
  &quot;PreventionAid3Id&quot;: 1,
  &quot;PreventionAid3&quot;: &quot;sample string 9&quot;,
  &quot;PreventionExplanation&quot;: &quot;sample string 10&quot;,
  &quot;ChangeLocation&quot;: true,
  &quot;ChangeLocationPreventionAid1Id&quot;: 1,
  &quot;ChangeLocationPreventionAid1&quot;: &quot;sample string 11&quot;,
  &quot;ChangeLocationPreventionAid2Id&quot;: 1,
  &quot;ChangeLocationPreventionAid2&quot;: &quot;sample string 12&quot;,
  &quot;ChangeLocationPreventionAid3Id&quot;: 1,
  &quot;ChangeLocationPreventionAid3&quot;: &quot;sample string 13&quot;,
  &quot;ChangeLocationExplanation&quot;: &quot;sample string 14&quot;,
  &quot;BradScaleSensoryPerceptionId&quot;: 1,
  &quot;BradScaleSensoryPerception&quot;: &quot;sample string 15&quot;,
  &quot;BradScaleMoistureId&quot;: 1,
  &quot;BradScaleMoisture&quot;: &quot;sample string 16&quot;,
  &quot;BradScaleActivityId&quot;: 1,
  &quot;BradScaleActivity&quot;: &quot;sample string 17&quot;,
  &quot;BradScaleMobilityId&quot;: 1,
  &quot;BradScaleMobility&quot;: &quot;sample string 18&quot;,
  &quot;BradScaleNutritionId&quot;: 1,
  &quot;BradScaleNutrition&quot;: &quot;sample string 19&quot;,
  &quot;BradScaleShearFrictionForcesId&quot;: 1,
  &quot;BradScaleShearFrictionForces&quot;: &quot;sample string 20&quot;,
  &quot;MentalStateId&quot;: 1,
  &quot;MentalState&quot;: &quot;sample string 21&quot;,
  &quot;NeurologyId&quot;: 1,
  &quot;Neurology&quot;: &quot;sample string 22&quot;,
  &quot;MobilityId&quot;: 1,
  &quot;Mobility&quot;: &quot;sample string 23&quot;,
  &quot;NutritionalIntakeId&quot;: 1,
  &quot;NutritionalIntake&quot;: &quot;sample string 24&quot;,
  &quot;IncontinenceId&quot;: 1,
  &quot;Incontinence&quot;: &quot;sample string 25&quot;,
  &quot;AgeId&quot;: 1,
  &quot;Age&quot;: &quot;sample string 26&quot;,
  &quot;TemperatureId&quot;: 1,
  &quot;Temperature&quot;: &quot;sample string 27&quot;,
  &quot;CirculationId&quot;: 1,
  &quot;Circulation&quot;: &quot;sample string 28&quot;,
  &quot;MedicationId&quot;: 1,
  &quot;Medication&quot;: &quot;sample string 29&quot;,
  &quot;DiabetesMellitusId&quot;: 1,
  &quot;DiabetesMellitus&quot;: &quot;sample string 30&quot;,
  &quot;Id&quot;: 31,
  &quot;EmployeeId&quot;: 32,
  &quot;EmployeeName&quot;: &quot;sample string 33&quot;,
  &quot;ClientId&quot;: 34,
  &quot;ClientName&quot;: &quot;sample string 35&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ClientAgreesResearch&quot;: true,
  &quot;MoistureDamageId&quot;: 1,
  &quot;MoistureDamage&quot;: &quot;sample string 1&quot;,
  &quot;MoistureDamageAriseInInstitutionId&quot;: 1,
  &quot;MoistureDamageAriseInInstitution&quot;: &quot;sample string 2&quot;,
  &quot;HasDecubitusId&quot;: 1,
  &quot;HasDecubitus&quot;: &quot;sample string 3&quot;,
  &quot;DecubitusDegreeId&quot;: 1,
  &quot;DecubitusDegree&quot;: &quot;sample string 4&quot;,
  &quot;AriseInInstitutionId&quot;: 1,
  &quot;AriseInInstitution&quot;: &quot;sample string 5&quot;,
  &quot;Prevention&quot;: &quot;sample string 6&quot;,
  &quot;PreventionAid1Id&quot;: 1,
  &quot;PreventionAid1&quot;: &quot;sample string 7&quot;,
  &quot;PreventionAid2Id&quot;: 1,
  &quot;PreventionAid2&quot;: &quot;sample string 8&quot;,
  &quot;PreventionAid3Id&quot;: 1,
  &quot;PreventionAid3&quot;: &quot;sample string 9&quot;,
  &quot;PreventionExplanation&quot;: &quot;sample string 10&quot;,
  &quot;ChangeLocation&quot;: true,
  &quot;ChangeLocationPreventionAid1Id&quot;: 1,
  &quot;ChangeLocationPreventionAid1&quot;: &quot;sample string 11&quot;,
  &quot;ChangeLocationPreventionAid2Id&quot;: 1,
  &quot;ChangeLocationPreventionAid2&quot;: &quot;sample string 12&quot;,
  &quot;ChangeLocationPreventionAid3Id&quot;: 1,
  &quot;ChangeLocationPreventionAid3&quot;: &quot;sample string 13&quot;,
  &quot;ChangeLocationExplanation&quot;: &quot;sample string 14&quot;,
  &quot;BradScaleSensoryPerceptionId&quot;: 1,
  &quot;BradScaleSensoryPerception&quot;: &quot;sample string 15&quot;,
  &quot;BradScaleMoistureId&quot;: 1,
  &quot;BradScaleMoisture&quot;: &quot;sample string 16&quot;,
  &quot;BradScaleActivityId&quot;: 1,
  &quot;BradScaleActivity&quot;: &quot;sample string 17&quot;,
  &quot;BradScaleMobilityId&quot;: 1,
  &quot;BradScaleMobility&quot;: &quot;sample string 18&quot;,
  &quot;BradScaleNutritionId&quot;: 1,
  &quot;BradScaleNutrition&quot;: &quot;sample string 19&quot;,
  &quot;BradScaleShearFrictionForcesId&quot;: 1,
  &quot;BradScaleShearFrictionForces&quot;: &quot;sample string 20&quot;,
  &quot;MentalStateId&quot;: 1,
  &quot;MentalState&quot;: &quot;sample string 21&quot;,
  &quot;NeurologyId&quot;: 1,
  &quot;Neurology&quot;: &quot;sample string 22&quot;,
  &quot;MobilityId&quot;: 1,
  &quot;Mobility&quot;: &quot;sample string 23&quot;,
  &quot;NutritionalIntakeId&quot;: 1,
  &quot;NutritionalIntake&quot;: &quot;sample string 24&quot;,
  &quot;IncontinenceId&quot;: 1,
  &quot;Incontinence&quot;: &quot;sample string 25&quot;,
  &quot;AgeId&quot;: 1,
  &quot;Age&quot;: &quot;sample string 26&quot;,
  &quot;TemperatureId&quot;: 1,
  &quot;Temperature&quot;: &quot;sample string 27&quot;,
  &quot;CirculationId&quot;: 1,
  &quot;Circulation&quot;: &quot;sample string 28&quot;,
  &quot;MedicationId&quot;: 1,
  &quot;Medication&quot;: &quot;sample string 29&quot;,
  &quot;DiabetesMellitusId&quot;: 1,
  &quot;DiabetesMellitus&quot;: &quot;sample string 30&quot;,
  &quot;Id&quot;: 31,
  &quot;EmployeeId&quot;: 32,
  &quot;EmployeeName&quot;: &quot;sample string 33&quot;,
  &quot;ClientId&quot;: 34,
  &quot;ClientName&quot;: &quot;sample string 35&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Decubitus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;34&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
  &lt;Id&gt;31&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDate&gt;
  &lt;Age&gt;sample string 26&lt;/Age&gt;
  &lt;AgeId&gt;1&lt;/AgeId&gt;
  &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
  &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
  &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
  &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
  &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
  &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
  &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
  &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
  &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
  &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
  &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
  &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
  &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
  &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
  &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
  &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
  &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
  &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
  &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
  &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
  &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
  &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
  &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
  &lt;CirculationId&gt;1&lt;/CirculationId&gt;
  &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
  &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
  &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
  &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
  &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
  &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
  &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
  &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
  &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
  &lt;Medication&gt;sample string 29&lt;/Medication&gt;
  &lt;MedicationId&gt;1&lt;/MedicationId&gt;
  &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
  &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
  &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
  &lt;MobilityId&gt;1&lt;/MobilityId&gt;
  &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
  &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
  &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
  &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
  &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
  &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
  &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
  &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
  &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
  &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
  &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
  &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
  &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
  &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
  &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
  &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
  &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
  &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
&lt;/Decubitus&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Decubitus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;34&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
  &lt;Id&gt;31&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDate&gt;
  &lt;Age&gt;sample string 26&lt;/Age&gt;
  &lt;AgeId&gt;1&lt;/AgeId&gt;
  &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
  &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
  &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
  &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
  &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
  &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
  &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
  &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
  &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
  &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
  &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
  &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
  &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
  &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
  &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
  &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
  &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
  &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
  &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
  &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
  &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
  &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
  &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
  &lt;CirculationId&gt;1&lt;/CirculationId&gt;
  &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
  &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
  &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
  &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
  &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
  &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
  &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
  &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
  &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
  &lt;Medication&gt;sample string 29&lt;/Medication&gt;
  &lt;MedicationId&gt;1&lt;/MedicationId&gt;
  &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
  &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
  &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
  &lt;MobilityId&gt;1&lt;/MobilityId&gt;
  &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
  &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
  &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
  &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
  &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
  &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
  &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
  &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
  &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
  &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
  &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
  &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
  &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
  &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
  &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
  &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
  &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
  &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
&lt;/Decubitus&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Decubitus/{id}">
                <doc title="PlanCare2Api/CareRegistration/Decubitus/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Decubitus/ChangeOfDecubitus">
                <doc title="PlanCare2Api/CareRegistration/Decubitus/ChangeOfDecubitus" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ClientAgreesResearch&quot;: true,
  &quot;MoistureDamageId&quot;: 1,
  &quot;MoistureDamage&quot;: &quot;sample string 1&quot;,
  &quot;MoistureDamageAriseInInstitutionId&quot;: 1,
  &quot;MoistureDamageAriseInInstitution&quot;: &quot;sample string 2&quot;,
  &quot;HasDecubitusId&quot;: 1,
  &quot;HasDecubitus&quot;: &quot;sample string 3&quot;,
  &quot;DecubitusDegreeId&quot;: 1,
  &quot;DecubitusDegree&quot;: &quot;sample string 4&quot;,
  &quot;AriseInInstitutionId&quot;: 1,
  &quot;AriseInInstitution&quot;: &quot;sample string 5&quot;,
  &quot;Prevention&quot;: &quot;sample string 6&quot;,
  &quot;PreventionAid1Id&quot;: 1,
  &quot;PreventionAid1&quot;: &quot;sample string 7&quot;,
  &quot;PreventionAid2Id&quot;: 1,
  &quot;PreventionAid2&quot;: &quot;sample string 8&quot;,
  &quot;PreventionAid3Id&quot;: 1,
  &quot;PreventionAid3&quot;: &quot;sample string 9&quot;,
  &quot;PreventionExplanation&quot;: &quot;sample string 10&quot;,
  &quot;ChangeLocation&quot;: true,
  &quot;ChangeLocationPreventionAid1Id&quot;: 1,
  &quot;ChangeLocationPreventionAid1&quot;: &quot;sample string 11&quot;,
  &quot;ChangeLocationPreventionAid2Id&quot;: 1,
  &quot;ChangeLocationPreventionAid2&quot;: &quot;sample string 12&quot;,
  &quot;ChangeLocationPreventionAid3Id&quot;: 1,
  &quot;ChangeLocationPreventionAid3&quot;: &quot;sample string 13&quot;,
  &quot;ChangeLocationExplanation&quot;: &quot;sample string 14&quot;,
  &quot;BradScaleSensoryPerceptionId&quot;: 1,
  &quot;BradScaleSensoryPerception&quot;: &quot;sample string 15&quot;,
  &quot;BradScaleMoistureId&quot;: 1,
  &quot;BradScaleMoisture&quot;: &quot;sample string 16&quot;,
  &quot;BradScaleActivityId&quot;: 1,
  &quot;BradScaleActivity&quot;: &quot;sample string 17&quot;,
  &quot;BradScaleMobilityId&quot;: 1,
  &quot;BradScaleMobility&quot;: &quot;sample string 18&quot;,
  &quot;BradScaleNutritionId&quot;: 1,
  &quot;BradScaleNutrition&quot;: &quot;sample string 19&quot;,
  &quot;BradScaleShearFrictionForcesId&quot;: 1,
  &quot;BradScaleShearFrictionForces&quot;: &quot;sample string 20&quot;,
  &quot;MentalStateId&quot;: 1,
  &quot;MentalState&quot;: &quot;sample string 21&quot;,
  &quot;NeurologyId&quot;: 1,
  &quot;Neurology&quot;: &quot;sample string 22&quot;,
  &quot;MobilityId&quot;: 1,
  &quot;Mobility&quot;: &quot;sample string 23&quot;,
  &quot;NutritionalIntakeId&quot;: 1,
  &quot;NutritionalIntake&quot;: &quot;sample string 24&quot;,
  &quot;IncontinenceId&quot;: 1,
  &quot;Incontinence&quot;: &quot;sample string 25&quot;,
  &quot;AgeId&quot;: 1,
  &quot;Age&quot;: &quot;sample string 26&quot;,
  &quot;TemperatureId&quot;: 1,
  &quot;Temperature&quot;: &quot;sample string 27&quot;,
  &quot;CirculationId&quot;: 1,
  &quot;Circulation&quot;: &quot;sample string 28&quot;,
  &quot;MedicationId&quot;: 1,
  &quot;Medication&quot;: &quot;sample string 29&quot;,
  &quot;DiabetesMellitusId&quot;: 1,
  &quot;DiabetesMellitus&quot;: &quot;sample string 30&quot;,
  &quot;Id&quot;: 31,
  &quot;EmployeeId&quot;: 32,
  &quot;EmployeeName&quot;: &quot;sample string 33&quot;,
  &quot;ClientId&quot;: 34,
  &quot;ClientName&quot;: &quot;sample string 35&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ClientAgreesResearch&quot;: true,
  &quot;MoistureDamageId&quot;: 1,
  &quot;MoistureDamage&quot;: &quot;sample string 1&quot;,
  &quot;MoistureDamageAriseInInstitutionId&quot;: 1,
  &quot;MoistureDamageAriseInInstitution&quot;: &quot;sample string 2&quot;,
  &quot;HasDecubitusId&quot;: 1,
  &quot;HasDecubitus&quot;: &quot;sample string 3&quot;,
  &quot;DecubitusDegreeId&quot;: 1,
  &quot;DecubitusDegree&quot;: &quot;sample string 4&quot;,
  &quot;AriseInInstitutionId&quot;: 1,
  &quot;AriseInInstitution&quot;: &quot;sample string 5&quot;,
  &quot;Prevention&quot;: &quot;sample string 6&quot;,
  &quot;PreventionAid1Id&quot;: 1,
  &quot;PreventionAid1&quot;: &quot;sample string 7&quot;,
  &quot;PreventionAid2Id&quot;: 1,
  &quot;PreventionAid2&quot;: &quot;sample string 8&quot;,
  &quot;PreventionAid3Id&quot;: 1,
  &quot;PreventionAid3&quot;: &quot;sample string 9&quot;,
  &quot;PreventionExplanation&quot;: &quot;sample string 10&quot;,
  &quot;ChangeLocation&quot;: true,
  &quot;ChangeLocationPreventionAid1Id&quot;: 1,
  &quot;ChangeLocationPreventionAid1&quot;: &quot;sample string 11&quot;,
  &quot;ChangeLocationPreventionAid2Id&quot;: 1,
  &quot;ChangeLocationPreventionAid2&quot;: &quot;sample string 12&quot;,
  &quot;ChangeLocationPreventionAid3Id&quot;: 1,
  &quot;ChangeLocationPreventionAid3&quot;: &quot;sample string 13&quot;,
  &quot;ChangeLocationExplanation&quot;: &quot;sample string 14&quot;,
  &quot;BradScaleSensoryPerceptionId&quot;: 1,
  &quot;BradScaleSensoryPerception&quot;: &quot;sample string 15&quot;,
  &quot;BradScaleMoistureId&quot;: 1,
  &quot;BradScaleMoisture&quot;: &quot;sample string 16&quot;,
  &quot;BradScaleActivityId&quot;: 1,
  &quot;BradScaleActivity&quot;: &quot;sample string 17&quot;,
  &quot;BradScaleMobilityId&quot;: 1,
  &quot;BradScaleMobility&quot;: &quot;sample string 18&quot;,
  &quot;BradScaleNutritionId&quot;: 1,
  &quot;BradScaleNutrition&quot;: &quot;sample string 19&quot;,
  &quot;BradScaleShearFrictionForcesId&quot;: 1,
  &quot;BradScaleShearFrictionForces&quot;: &quot;sample string 20&quot;,
  &quot;MentalStateId&quot;: 1,
  &quot;MentalState&quot;: &quot;sample string 21&quot;,
  &quot;NeurologyId&quot;: 1,
  &quot;Neurology&quot;: &quot;sample string 22&quot;,
  &quot;MobilityId&quot;: 1,
  &quot;Mobility&quot;: &quot;sample string 23&quot;,
  &quot;NutritionalIntakeId&quot;: 1,
  &quot;NutritionalIntake&quot;: &quot;sample string 24&quot;,
  &quot;IncontinenceId&quot;: 1,
  &quot;Incontinence&quot;: &quot;sample string 25&quot;,
  &quot;AgeId&quot;: 1,
  &quot;Age&quot;: &quot;sample string 26&quot;,
  &quot;TemperatureId&quot;: 1,
  &quot;Temperature&quot;: &quot;sample string 27&quot;,
  &quot;CirculationId&quot;: 1,
  &quot;Circulation&quot;: &quot;sample string 28&quot;,
  &quot;MedicationId&quot;: 1,
  &quot;Medication&quot;: &quot;sample string 29&quot;,
  &quot;DiabetesMellitusId&quot;: 1,
  &quot;DiabetesMellitus&quot;: &quot;sample string 30&quot;,
  &quot;Id&quot;: 31,
  &quot;EmployeeId&quot;: 32,
  &quot;EmployeeName&quot;: &quot;sample string 33&quot;,
  &quot;ClientId&quot;: 34,
  &quot;ClientName&quot;: &quot;sample string 35&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfDecubitus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;34&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
  &lt;Id&gt;31&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDate&gt;
  &lt;Age&gt;sample string 26&lt;/Age&gt;
  &lt;AgeId&gt;1&lt;/AgeId&gt;
  &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
  &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
  &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
  &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
  &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
  &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
  &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
  &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
  &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
  &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
  &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
  &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
  &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
  &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
  &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
  &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
  &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
  &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
  &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
  &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
  &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
  &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
  &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
  &lt;CirculationId&gt;1&lt;/CirculationId&gt;
  &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
  &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
  &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
  &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
  &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
  &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
  &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
  &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
  &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
  &lt;Medication&gt;sample string 29&lt;/Medication&gt;
  &lt;MedicationId&gt;1&lt;/MedicationId&gt;
  &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
  &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
  &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
  &lt;MobilityId&gt;1&lt;/MobilityId&gt;
  &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
  &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
  &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
  &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
  &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
  &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
  &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
  &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
  &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
  &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
  &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
  &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
  &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
  &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
  &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
  &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
  &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
  &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
&lt;/ChangeOfDecubitus&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfDecubitus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;34&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
  &lt;Id&gt;31&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDate&gt;
  &lt;Age&gt;sample string 26&lt;/Age&gt;
  &lt;AgeId&gt;1&lt;/AgeId&gt;
  &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
  &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
  &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
  &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
  &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
  &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
  &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
  &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
  &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
  &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
  &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
  &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
  &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
  &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
  &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
  &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
  &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
  &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
  &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
  &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
  &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
  &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
  &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
  &lt;CirculationId&gt;1&lt;/CirculationId&gt;
  &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
  &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
  &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
  &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
  &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
  &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
  &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
  &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
  &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
  &lt;Medication&gt;sample string 29&lt;/Medication&gt;
  &lt;MedicationId&gt;1&lt;/MedicationId&gt;
  &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
  &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
  &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
  &lt;MobilityId&gt;1&lt;/MobilityId&gt;
  &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
  &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
  &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
  &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
  &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
  &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
  &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
  &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
  &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
  &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
  &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
  &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
  &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
  &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
  &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
  &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
  &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
  &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
&lt;/ChangeOfDecubitus&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Decubitus?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Decubitus?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientAgreesResearch&quot;: true,
    &quot;MoistureDamageId&quot;: 1,
    &quot;MoistureDamage&quot;: &quot;sample string 1&quot;,
    &quot;MoistureDamageAriseInInstitutionId&quot;: 1,
    &quot;MoistureDamageAriseInInstitution&quot;: &quot;sample string 2&quot;,
    &quot;HasDecubitusId&quot;: 1,
    &quot;HasDecubitus&quot;: &quot;sample string 3&quot;,
    &quot;DecubitusDegreeId&quot;: 1,
    &quot;DecubitusDegree&quot;: &quot;sample string 4&quot;,
    &quot;AriseInInstitutionId&quot;: 1,
    &quot;AriseInInstitution&quot;: &quot;sample string 5&quot;,
    &quot;Prevention&quot;: &quot;sample string 6&quot;,
    &quot;PreventionAid1Id&quot;: 1,
    &quot;PreventionAid1&quot;: &quot;sample string 7&quot;,
    &quot;PreventionAid2Id&quot;: 1,
    &quot;PreventionAid2&quot;: &quot;sample string 8&quot;,
    &quot;PreventionAid3Id&quot;: 1,
    &quot;PreventionAid3&quot;: &quot;sample string 9&quot;,
    &quot;PreventionExplanation&quot;: &quot;sample string 10&quot;,
    &quot;ChangeLocation&quot;: true,
    &quot;ChangeLocationPreventionAid1Id&quot;: 1,
    &quot;ChangeLocationPreventionAid1&quot;: &quot;sample string 11&quot;,
    &quot;ChangeLocationPreventionAid2Id&quot;: 1,
    &quot;ChangeLocationPreventionAid2&quot;: &quot;sample string 12&quot;,
    &quot;ChangeLocationPreventionAid3Id&quot;: 1,
    &quot;ChangeLocationPreventionAid3&quot;: &quot;sample string 13&quot;,
    &quot;ChangeLocationExplanation&quot;: &quot;sample string 14&quot;,
    &quot;BradScaleSensoryPerceptionId&quot;: 1,
    &quot;BradScaleSensoryPerception&quot;: &quot;sample string 15&quot;,
    &quot;BradScaleMoistureId&quot;: 1,
    &quot;BradScaleMoisture&quot;: &quot;sample string 16&quot;,
    &quot;BradScaleActivityId&quot;: 1,
    &quot;BradScaleActivity&quot;: &quot;sample string 17&quot;,
    &quot;BradScaleMobilityId&quot;: 1,
    &quot;BradScaleMobility&quot;: &quot;sample string 18&quot;,
    &quot;BradScaleNutritionId&quot;: 1,
    &quot;BradScaleNutrition&quot;: &quot;sample string 19&quot;,
    &quot;BradScaleShearFrictionForcesId&quot;: 1,
    &quot;BradScaleShearFrictionForces&quot;: &quot;sample string 20&quot;,
    &quot;MentalStateId&quot;: 1,
    &quot;MentalState&quot;: &quot;sample string 21&quot;,
    &quot;NeurologyId&quot;: 1,
    &quot;Neurology&quot;: &quot;sample string 22&quot;,
    &quot;MobilityId&quot;: 1,
    &quot;Mobility&quot;: &quot;sample string 23&quot;,
    &quot;NutritionalIntakeId&quot;: 1,
    &quot;NutritionalIntake&quot;: &quot;sample string 24&quot;,
    &quot;IncontinenceId&quot;: 1,
    &quot;Incontinence&quot;: &quot;sample string 25&quot;,
    &quot;AgeId&quot;: 1,
    &quot;Age&quot;: &quot;sample string 26&quot;,
    &quot;TemperatureId&quot;: 1,
    &quot;Temperature&quot;: &quot;sample string 27&quot;,
    &quot;CirculationId&quot;: 1,
    &quot;Circulation&quot;: &quot;sample string 28&quot;,
    &quot;MedicationId&quot;: 1,
    &quot;Medication&quot;: &quot;sample string 29&quot;,
    &quot;DiabetesMellitusId&quot;: 1,
    &quot;DiabetesMellitus&quot;: &quot;sample string 30&quot;,
    &quot;Id&quot;: 31,
    &quot;EmployeeId&quot;: 32,
    &quot;EmployeeName&quot;: &quot;sample string 33&quot;,
    &quot;ClientId&quot;: 34,
    &quot;ClientName&quot;: &quot;sample string 35&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:08:55.4601433+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:55.4601433+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientAgreesResearch&quot;: true,
    &quot;MoistureDamageId&quot;: 1,
    &quot;MoistureDamage&quot;: &quot;sample string 1&quot;,
    &quot;MoistureDamageAriseInInstitutionId&quot;: 1,
    &quot;MoistureDamageAriseInInstitution&quot;: &quot;sample string 2&quot;,
    &quot;HasDecubitusId&quot;: 1,
    &quot;HasDecubitus&quot;: &quot;sample string 3&quot;,
    &quot;DecubitusDegreeId&quot;: 1,
    &quot;DecubitusDegree&quot;: &quot;sample string 4&quot;,
    &quot;AriseInInstitutionId&quot;: 1,
    &quot;AriseInInstitution&quot;: &quot;sample string 5&quot;,
    &quot;Prevention&quot;: &quot;sample string 6&quot;,
    &quot;PreventionAid1Id&quot;: 1,
    &quot;PreventionAid1&quot;: &quot;sample string 7&quot;,
    &quot;PreventionAid2Id&quot;: 1,
    &quot;PreventionAid2&quot;: &quot;sample string 8&quot;,
    &quot;PreventionAid3Id&quot;: 1,
    &quot;PreventionAid3&quot;: &quot;sample string 9&quot;,
    &quot;PreventionExplanation&quot;: &quot;sample string 10&quot;,
    &quot;ChangeLocation&quot;: true,
    &quot;ChangeLocationPreventionAid1Id&quot;: 1,
    &quot;ChangeLocationPreventionAid1&quot;: &quot;sample string 11&quot;,
    &quot;ChangeLocationPreventionAid2Id&quot;: 1,
    &quot;ChangeLocationPreventionAid2&quot;: &quot;sample string 12&quot;,
    &quot;ChangeLocationPreventionAid3Id&quot;: 1,
    &quot;ChangeLocationPreventionAid3&quot;: &quot;sample string 13&quot;,
    &quot;ChangeLocationExplanation&quot;: &quot;sample string 14&quot;,
    &quot;BradScaleSensoryPerceptionId&quot;: 1,
    &quot;BradScaleSensoryPerception&quot;: &quot;sample string 15&quot;,
    &quot;BradScaleMoistureId&quot;: 1,
    &quot;BradScaleMoisture&quot;: &quot;sample string 16&quot;,
    &quot;BradScaleActivityId&quot;: 1,
    &quot;BradScaleActivity&quot;: &quot;sample string 17&quot;,
    &quot;BradScaleMobilityId&quot;: 1,
    &quot;BradScaleMobility&quot;: &quot;sample string 18&quot;,
    &quot;BradScaleNutritionId&quot;: 1,
    &quot;BradScaleNutrition&quot;: &quot;sample string 19&quot;,
    &quot;BradScaleShearFrictionForcesId&quot;: 1,
    &quot;BradScaleShearFrictionForces&quot;: &quot;sample string 20&quot;,
    &quot;MentalStateId&quot;: 1,
    &quot;MentalState&quot;: &quot;sample string 21&quot;,
    &quot;NeurologyId&quot;: 1,
    &quot;Neurology&quot;: &quot;sample string 22&quot;,
    &quot;MobilityId&quot;: 1,
    &quot;Mobility&quot;: &quot;sample string 23&quot;,
    &quot;NutritionalIntakeId&quot;: 1,
    &quot;NutritionalIntake&quot;: &quot;sample string 24&quot;,
    &quot;IncontinenceId&quot;: 1,
    &quot;Incontinence&quot;: &quot;sample string 25&quot;,
    &quot;AgeId&quot;: 1,
    &quot;Age&quot;: &quot;sample string 26&quot;,
    &quot;TemperatureId&quot;: 1,
    &quot;Temperature&quot;: &quot;sample string 27&quot;,
    &quot;CirculationId&quot;: 1,
    &quot;Circulation&quot;: &quot;sample string 28&quot;,
    &quot;MedicationId&quot;: 1,
    &quot;Medication&quot;: &quot;sample string 29&quot;,
    &quot;DiabetesMellitusId&quot;: 1,
    &quot;DiabetesMellitus&quot;: &quot;sample string 30&quot;,
    &quot;Id&quot;: 31,
    &quot;EmployeeId&quot;: 32,
    &quot;EmployeeName&quot;: &quot;sample string 33&quot;,
    &quot;ClientId&quot;: 34,
    &quot;ClientName&quot;: &quot;sample string 35&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:08:55.4601433+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:55.4601433+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDecubitus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Decubitus&gt;
    &lt;ClientId&gt;34&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:55.4601433+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
    &lt;Id&gt;31&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:55.4601433+02:00&lt;/RegistrationDate&gt;
    &lt;Age&gt;sample string 26&lt;/Age&gt;
    &lt;AgeId&gt;1&lt;/AgeId&gt;
    &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
    &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
    &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
    &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
    &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
    &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
    &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
    &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
    &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
    &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
    &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
    &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
    &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
    &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
    &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
    &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
    &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
    &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
    &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
    &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
    &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
    &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
    &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
    &lt;CirculationId&gt;1&lt;/CirculationId&gt;
    &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
    &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
    &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
    &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
    &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
    &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
    &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
    &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
    &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
    &lt;Medication&gt;sample string 29&lt;/Medication&gt;
    &lt;MedicationId&gt;1&lt;/MedicationId&gt;
    &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
    &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
    &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
    &lt;MobilityId&gt;1&lt;/MobilityId&gt;
    &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
    &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
    &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
    &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
    &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
    &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
    &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
    &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
    &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
    &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
    &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
    &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
    &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
    &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
    &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
    &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
    &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
    &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
  &lt;/Decubitus&gt;
  &lt;Decubitus&gt;
    &lt;ClientId&gt;34&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:55.4601433+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
    &lt;Id&gt;31&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:55.4601433+02:00&lt;/RegistrationDate&gt;
    &lt;Age&gt;sample string 26&lt;/Age&gt;
    &lt;AgeId&gt;1&lt;/AgeId&gt;
    &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
    &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
    &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
    &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
    &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
    &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
    &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
    &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
    &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
    &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
    &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
    &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
    &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
    &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
    &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
    &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
    &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
    &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
    &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
    &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
    &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
    &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
    &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
    &lt;CirculationId&gt;1&lt;/CirculationId&gt;
    &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
    &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
    &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
    &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
    &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
    &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
    &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
    &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
    &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
    &lt;Medication&gt;sample string 29&lt;/Medication&gt;
    &lt;MedicationId&gt;1&lt;/MedicationId&gt;
    &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
    &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
    &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
    &lt;MobilityId&gt;1&lt;/MobilityId&gt;
    &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
    &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
    &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
    &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
    &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
    &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
    &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
    &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
    &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
    &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
    &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
    &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
    &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
    &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
    &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
    &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
    &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
    &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
  &lt;/Decubitus&gt;
&lt;/ArrayOfDecubitus&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDecubitus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Decubitus&gt;
    &lt;ClientId&gt;34&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:55.4601433+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
    &lt;Id&gt;31&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:55.4601433+02:00&lt;/RegistrationDate&gt;
    &lt;Age&gt;sample string 26&lt;/Age&gt;
    &lt;AgeId&gt;1&lt;/AgeId&gt;
    &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
    &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
    &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
    &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
    &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
    &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
    &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
    &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
    &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
    &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
    &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
    &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
    &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
    &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
    &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
    &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
    &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
    &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
    &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
    &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
    &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
    &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
    &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
    &lt;CirculationId&gt;1&lt;/CirculationId&gt;
    &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
    &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
    &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
    &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
    &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
    &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
    &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
    &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
    &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
    &lt;Medication&gt;sample string 29&lt;/Medication&gt;
    &lt;MedicationId&gt;1&lt;/MedicationId&gt;
    &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
    &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
    &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
    &lt;MobilityId&gt;1&lt;/MobilityId&gt;
    &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
    &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
    &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
    &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
    &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
    &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
    &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
    &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
    &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
    &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
    &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
    &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
    &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
    &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
    &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
    &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
    &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
    &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
  &lt;/Decubitus&gt;
  &lt;Decubitus&gt;
    &lt;ClientId&gt;34&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:55.4601433+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
    &lt;Id&gt;31&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:55.4601433+02:00&lt;/RegistrationDate&gt;
    &lt;Age&gt;sample string 26&lt;/Age&gt;
    &lt;AgeId&gt;1&lt;/AgeId&gt;
    &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
    &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
    &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
    &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
    &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
    &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
    &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
    &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
    &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
    &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
    &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
    &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
    &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
    &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
    &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
    &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
    &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
    &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
    &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
    &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
    &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
    &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
    &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
    &lt;CirculationId&gt;1&lt;/CirculationId&gt;
    &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
    &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
    &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
    &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
    &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
    &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
    &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
    &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
    &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
    &lt;Medication&gt;sample string 29&lt;/Medication&gt;
    &lt;MedicationId&gt;1&lt;/MedicationId&gt;
    &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
    &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
    &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
    &lt;MobilityId&gt;1&lt;/MobilityId&gt;
    &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
    &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
    &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
    &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
    &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
    &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
    &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
    &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
    &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
    &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
    &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
    &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
    &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
    &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
    &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
    &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
    &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
    &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
  &lt;/Decubitus&gt;
&lt;/ArrayOfDecubitus&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Decubitus?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Decubitus?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientAgreesResearch&quot;: true,
    &quot;MoistureDamageId&quot;: 1,
    &quot;MoistureDamage&quot;: &quot;sample string 1&quot;,
    &quot;MoistureDamageAriseInInstitutionId&quot;: 1,
    &quot;MoistureDamageAriseInInstitution&quot;: &quot;sample string 2&quot;,
    &quot;HasDecubitusId&quot;: 1,
    &quot;HasDecubitus&quot;: &quot;sample string 3&quot;,
    &quot;DecubitusDegreeId&quot;: 1,
    &quot;DecubitusDegree&quot;: &quot;sample string 4&quot;,
    &quot;AriseInInstitutionId&quot;: 1,
    &quot;AriseInInstitution&quot;: &quot;sample string 5&quot;,
    &quot;Prevention&quot;: &quot;sample string 6&quot;,
    &quot;PreventionAid1Id&quot;: 1,
    &quot;PreventionAid1&quot;: &quot;sample string 7&quot;,
    &quot;PreventionAid2Id&quot;: 1,
    &quot;PreventionAid2&quot;: &quot;sample string 8&quot;,
    &quot;PreventionAid3Id&quot;: 1,
    &quot;PreventionAid3&quot;: &quot;sample string 9&quot;,
    &quot;PreventionExplanation&quot;: &quot;sample string 10&quot;,
    &quot;ChangeLocation&quot;: true,
    &quot;ChangeLocationPreventionAid1Id&quot;: 1,
    &quot;ChangeLocationPreventionAid1&quot;: &quot;sample string 11&quot;,
    &quot;ChangeLocationPreventionAid2Id&quot;: 1,
    &quot;ChangeLocationPreventionAid2&quot;: &quot;sample string 12&quot;,
    &quot;ChangeLocationPreventionAid3Id&quot;: 1,
    &quot;ChangeLocationPreventionAid3&quot;: &quot;sample string 13&quot;,
    &quot;ChangeLocationExplanation&quot;: &quot;sample string 14&quot;,
    &quot;BradScaleSensoryPerceptionId&quot;: 1,
    &quot;BradScaleSensoryPerception&quot;: &quot;sample string 15&quot;,
    &quot;BradScaleMoistureId&quot;: 1,
    &quot;BradScaleMoisture&quot;: &quot;sample string 16&quot;,
    &quot;BradScaleActivityId&quot;: 1,
    &quot;BradScaleActivity&quot;: &quot;sample string 17&quot;,
    &quot;BradScaleMobilityId&quot;: 1,
    &quot;BradScaleMobility&quot;: &quot;sample string 18&quot;,
    &quot;BradScaleNutritionId&quot;: 1,
    &quot;BradScaleNutrition&quot;: &quot;sample string 19&quot;,
    &quot;BradScaleShearFrictionForcesId&quot;: 1,
    &quot;BradScaleShearFrictionForces&quot;: &quot;sample string 20&quot;,
    &quot;MentalStateId&quot;: 1,
    &quot;MentalState&quot;: &quot;sample string 21&quot;,
    &quot;NeurologyId&quot;: 1,
    &quot;Neurology&quot;: &quot;sample string 22&quot;,
    &quot;MobilityId&quot;: 1,
    &quot;Mobility&quot;: &quot;sample string 23&quot;,
    &quot;NutritionalIntakeId&quot;: 1,
    &quot;NutritionalIntake&quot;: &quot;sample string 24&quot;,
    &quot;IncontinenceId&quot;: 1,
    &quot;Incontinence&quot;: &quot;sample string 25&quot;,
    &quot;AgeId&quot;: 1,
    &quot;Age&quot;: &quot;sample string 26&quot;,
    &quot;TemperatureId&quot;: 1,
    &quot;Temperature&quot;: &quot;sample string 27&quot;,
    &quot;CirculationId&quot;: 1,
    &quot;Circulation&quot;: &quot;sample string 28&quot;,
    &quot;MedicationId&quot;: 1,
    &quot;Medication&quot;: &quot;sample string 29&quot;,
    &quot;DiabetesMellitusId&quot;: 1,
    &quot;DiabetesMellitus&quot;: &quot;sample string 30&quot;,
    &quot;Id&quot;: 31,
    &quot;EmployeeId&quot;: 32,
    &quot;EmployeeName&quot;: &quot;sample string 33&quot;,
    &quot;ClientId&quot;: 34,
    &quot;ClientName&quot;: &quot;sample string 35&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientAgreesResearch&quot;: true,
    &quot;MoistureDamageId&quot;: 1,
    &quot;MoistureDamage&quot;: &quot;sample string 1&quot;,
    &quot;MoistureDamageAriseInInstitutionId&quot;: 1,
    &quot;MoistureDamageAriseInInstitution&quot;: &quot;sample string 2&quot;,
    &quot;HasDecubitusId&quot;: 1,
    &quot;HasDecubitus&quot;: &quot;sample string 3&quot;,
    &quot;DecubitusDegreeId&quot;: 1,
    &quot;DecubitusDegree&quot;: &quot;sample string 4&quot;,
    &quot;AriseInInstitutionId&quot;: 1,
    &quot;AriseInInstitution&quot;: &quot;sample string 5&quot;,
    &quot;Prevention&quot;: &quot;sample string 6&quot;,
    &quot;PreventionAid1Id&quot;: 1,
    &quot;PreventionAid1&quot;: &quot;sample string 7&quot;,
    &quot;PreventionAid2Id&quot;: 1,
    &quot;PreventionAid2&quot;: &quot;sample string 8&quot;,
    &quot;PreventionAid3Id&quot;: 1,
    &quot;PreventionAid3&quot;: &quot;sample string 9&quot;,
    &quot;PreventionExplanation&quot;: &quot;sample string 10&quot;,
    &quot;ChangeLocation&quot;: true,
    &quot;ChangeLocationPreventionAid1Id&quot;: 1,
    &quot;ChangeLocationPreventionAid1&quot;: &quot;sample string 11&quot;,
    &quot;ChangeLocationPreventionAid2Id&quot;: 1,
    &quot;ChangeLocationPreventionAid2&quot;: &quot;sample string 12&quot;,
    &quot;ChangeLocationPreventionAid3Id&quot;: 1,
    &quot;ChangeLocationPreventionAid3&quot;: &quot;sample string 13&quot;,
    &quot;ChangeLocationExplanation&quot;: &quot;sample string 14&quot;,
    &quot;BradScaleSensoryPerceptionId&quot;: 1,
    &quot;BradScaleSensoryPerception&quot;: &quot;sample string 15&quot;,
    &quot;BradScaleMoistureId&quot;: 1,
    &quot;BradScaleMoisture&quot;: &quot;sample string 16&quot;,
    &quot;BradScaleActivityId&quot;: 1,
    &quot;BradScaleActivity&quot;: &quot;sample string 17&quot;,
    &quot;BradScaleMobilityId&quot;: 1,
    &quot;BradScaleMobility&quot;: &quot;sample string 18&quot;,
    &quot;BradScaleNutritionId&quot;: 1,
    &quot;BradScaleNutrition&quot;: &quot;sample string 19&quot;,
    &quot;BradScaleShearFrictionForcesId&quot;: 1,
    &quot;BradScaleShearFrictionForces&quot;: &quot;sample string 20&quot;,
    &quot;MentalStateId&quot;: 1,
    &quot;MentalState&quot;: &quot;sample string 21&quot;,
    &quot;NeurologyId&quot;: 1,
    &quot;Neurology&quot;: &quot;sample string 22&quot;,
    &quot;MobilityId&quot;: 1,
    &quot;Mobility&quot;: &quot;sample string 23&quot;,
    &quot;NutritionalIntakeId&quot;: 1,
    &quot;NutritionalIntake&quot;: &quot;sample string 24&quot;,
    &quot;IncontinenceId&quot;: 1,
    &quot;Incontinence&quot;: &quot;sample string 25&quot;,
    &quot;AgeId&quot;: 1,
    &quot;Age&quot;: &quot;sample string 26&quot;,
    &quot;TemperatureId&quot;: 1,
    &quot;Temperature&quot;: &quot;sample string 27&quot;,
    &quot;CirculationId&quot;: 1,
    &quot;Circulation&quot;: &quot;sample string 28&quot;,
    &quot;MedicationId&quot;: 1,
    &quot;Medication&quot;: &quot;sample string 29&quot;,
    &quot;DiabetesMellitusId&quot;: 1,
    &quot;DiabetesMellitus&quot;: &quot;sample string 30&quot;,
    &quot;Id&quot;: 31,
    &quot;EmployeeId&quot;: 32,
    &quot;EmployeeName&quot;: &quot;sample string 33&quot;,
    &quot;ClientId&quot;: 34,
    &quot;ClientName&quot;: &quot;sample string 35&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDecubitus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Decubitus&gt;
    &lt;ClientId&gt;34&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
    &lt;Id&gt;31&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDate&gt;
    &lt;Age&gt;sample string 26&lt;/Age&gt;
    &lt;AgeId&gt;1&lt;/AgeId&gt;
    &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
    &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
    &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
    &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
    &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
    &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
    &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
    &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
    &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
    &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
    &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
    &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
    &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
    &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
    &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
    &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
    &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
    &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
    &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
    &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
    &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
    &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
    &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
    &lt;CirculationId&gt;1&lt;/CirculationId&gt;
    &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
    &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
    &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
    &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
    &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
    &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
    &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
    &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
    &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
    &lt;Medication&gt;sample string 29&lt;/Medication&gt;
    &lt;MedicationId&gt;1&lt;/MedicationId&gt;
    &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
    &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
    &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
    &lt;MobilityId&gt;1&lt;/MobilityId&gt;
    &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
    &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
    &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
    &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
    &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
    &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
    &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
    &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
    &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
    &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
    &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
    &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
    &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
    &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
    &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
    &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
    &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
    &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
  &lt;/Decubitus&gt;
  &lt;Decubitus&gt;
    &lt;ClientId&gt;34&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
    &lt;Id&gt;31&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDate&gt;
    &lt;Age&gt;sample string 26&lt;/Age&gt;
    &lt;AgeId&gt;1&lt;/AgeId&gt;
    &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
    &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
    &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
    &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
    &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
    &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
    &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
    &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
    &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
    &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
    &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
    &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
    &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
    &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
    &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
    &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
    &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
    &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
    &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
    &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
    &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
    &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
    &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
    &lt;CirculationId&gt;1&lt;/CirculationId&gt;
    &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
    &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
    &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
    &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
    &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
    &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
    &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
    &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
    &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
    &lt;Medication&gt;sample string 29&lt;/Medication&gt;
    &lt;MedicationId&gt;1&lt;/MedicationId&gt;
    &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
    &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
    &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
    &lt;MobilityId&gt;1&lt;/MobilityId&gt;
    &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
    &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
    &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
    &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
    &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
    &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
    &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
    &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
    &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
    &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
    &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
    &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
    &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
    &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
    &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
    &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
    &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
    &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
  &lt;/Decubitus&gt;
&lt;/ArrayOfDecubitus&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDecubitus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Decubitus&gt;
    &lt;ClientId&gt;34&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
    &lt;Id&gt;31&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDate&gt;
    &lt;Age&gt;sample string 26&lt;/Age&gt;
    &lt;AgeId&gt;1&lt;/AgeId&gt;
    &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
    &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
    &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
    &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
    &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
    &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
    &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
    &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
    &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
    &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
    &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
    &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
    &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
    &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
    &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
    &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
    &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
    &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
    &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
    &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
    &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
    &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
    &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
    &lt;CirculationId&gt;1&lt;/CirculationId&gt;
    &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
    &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
    &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
    &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
    &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
    &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
    &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
    &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
    &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
    &lt;Medication&gt;sample string 29&lt;/Medication&gt;
    &lt;MedicationId&gt;1&lt;/MedicationId&gt;
    &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
    &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
    &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
    &lt;MobilityId&gt;1&lt;/MobilityId&gt;
    &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
    &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
    &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
    &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
    &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
    &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
    &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
    &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
    &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
    &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
    &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
    &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
    &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
    &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
    &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
    &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
    &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
    &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
  &lt;/Decubitus&gt;
  &lt;Decubitus&gt;
    &lt;ClientId&gt;34&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 35&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;32&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 33&lt;/EmployeeName&gt;
    &lt;Id&gt;31&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDate&gt;
    &lt;Age&gt;sample string 26&lt;/Age&gt;
    &lt;AgeId&gt;1&lt;/AgeId&gt;
    &lt;AriseInInstitution&gt;sample string 5&lt;/AriseInInstitution&gt;
    &lt;AriseInInstitutionId&gt;1&lt;/AriseInInstitutionId&gt;
    &lt;BradScaleActivity&gt;sample string 17&lt;/BradScaleActivity&gt;
    &lt;BradScaleActivityId&gt;1&lt;/BradScaleActivityId&gt;
    &lt;BradScaleMobility&gt;sample string 18&lt;/BradScaleMobility&gt;
    &lt;BradScaleMobilityId&gt;1&lt;/BradScaleMobilityId&gt;
    &lt;BradScaleMoisture&gt;sample string 16&lt;/BradScaleMoisture&gt;
    &lt;BradScaleMoistureId&gt;1&lt;/BradScaleMoistureId&gt;
    &lt;BradScaleNutrition&gt;sample string 19&lt;/BradScaleNutrition&gt;
    &lt;BradScaleNutritionId&gt;1&lt;/BradScaleNutritionId&gt;
    &lt;BradScaleSensoryPerception&gt;sample string 15&lt;/BradScaleSensoryPerception&gt;
    &lt;BradScaleSensoryPerceptionId&gt;1&lt;/BradScaleSensoryPerceptionId&gt;
    &lt;BradScaleShearFrictionForces&gt;sample string 20&lt;/BradScaleShearFrictionForces&gt;
    &lt;BradScaleShearFrictionForcesId&gt;1&lt;/BradScaleShearFrictionForcesId&gt;
    &lt;ChangeLocation&gt;true&lt;/ChangeLocation&gt;
    &lt;ChangeLocationExplanation&gt;sample string 14&lt;/ChangeLocationExplanation&gt;
    &lt;ChangeLocationPreventionAid1&gt;sample string 11&lt;/ChangeLocationPreventionAid1&gt;
    &lt;ChangeLocationPreventionAid1Id&gt;1&lt;/ChangeLocationPreventionAid1Id&gt;
    &lt;ChangeLocationPreventionAid2&gt;sample string 12&lt;/ChangeLocationPreventionAid2&gt;
    &lt;ChangeLocationPreventionAid2Id&gt;1&lt;/ChangeLocationPreventionAid2Id&gt;
    &lt;ChangeLocationPreventionAid3&gt;sample string 13&lt;/ChangeLocationPreventionAid3&gt;
    &lt;ChangeLocationPreventionAid3Id&gt;1&lt;/ChangeLocationPreventionAid3Id&gt;
    &lt;Circulation&gt;sample string 28&lt;/Circulation&gt;
    &lt;CirculationId&gt;1&lt;/CirculationId&gt;
    &lt;ClientAgreesResearch&gt;true&lt;/ClientAgreesResearch&gt;
    &lt;DecubitusDegree&gt;sample string 4&lt;/DecubitusDegree&gt;
    &lt;DecubitusDegreeId&gt;1&lt;/DecubitusDegreeId&gt;
    &lt;DiabetesMellitus&gt;sample string 30&lt;/DiabetesMellitus&gt;
    &lt;DiabetesMellitusId&gt;1&lt;/DiabetesMellitusId&gt;
    &lt;HasDecubitus&gt;sample string 3&lt;/HasDecubitus&gt;
    &lt;HasDecubitusId&gt;1&lt;/HasDecubitusId&gt;
    &lt;Incontinence&gt;sample string 25&lt;/Incontinence&gt;
    &lt;IncontinenceId&gt;1&lt;/IncontinenceId&gt;
    &lt;Medication&gt;sample string 29&lt;/Medication&gt;
    &lt;MedicationId&gt;1&lt;/MedicationId&gt;
    &lt;MentalState&gt;sample string 21&lt;/MentalState&gt;
    &lt;MentalStateId&gt;1&lt;/MentalStateId&gt;
    &lt;Mobility&gt;sample string 23&lt;/Mobility&gt;
    &lt;MobilityId&gt;1&lt;/MobilityId&gt;
    &lt;MoistureDamage&gt;sample string 1&lt;/MoistureDamage&gt;
    &lt;MoistureDamageAriseInInstitution&gt;sample string 2&lt;/MoistureDamageAriseInInstitution&gt;
    &lt;MoistureDamageAriseInInstitutionId&gt;1&lt;/MoistureDamageAriseInInstitutionId&gt;
    &lt;MoistureDamageId&gt;1&lt;/MoistureDamageId&gt;
    &lt;Neurology&gt;sample string 22&lt;/Neurology&gt;
    &lt;NeurologyId&gt;1&lt;/NeurologyId&gt;
    &lt;NutritionalIntake&gt;sample string 24&lt;/NutritionalIntake&gt;
    &lt;NutritionalIntakeId&gt;1&lt;/NutritionalIntakeId&gt;
    &lt;Prevention&gt;sample string 6&lt;/Prevention&gt;
    &lt;PreventionAid1&gt;sample string 7&lt;/PreventionAid1&gt;
    &lt;PreventionAid1Id&gt;1&lt;/PreventionAid1Id&gt;
    &lt;PreventionAid2&gt;sample string 8&lt;/PreventionAid2&gt;
    &lt;PreventionAid2Id&gt;1&lt;/PreventionAid2Id&gt;
    &lt;PreventionAid3&gt;sample string 9&lt;/PreventionAid3&gt;
    &lt;PreventionAid3Id&gt;1&lt;/PreventionAid3Id&gt;
    &lt;PreventionExplanation&gt;sample string 10&lt;/PreventionExplanation&gt;
    &lt;Temperature&gt;sample string 27&lt;/Temperature&gt;
    &lt;TemperatureId&gt;1&lt;/TemperatureId&gt;
  &lt;/Decubitus&gt;
&lt;/ArrayOfDecubitus&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Defecations">
                <doc title="PlanCare2Api/CareRegistration/Defecations" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;DayPart&quot;: &quot;sample string 2&quot;,
  &quot;Aspect&quot;: &quot;sample string 3&quot;,
  &quot;Remedy&quot;: &quot;sample string 4&quot;,
  &quot;Quantity&quot;: &quot;sample string 5&quot;,
  &quot;AspectId&quot;: 1,
  &quot;DayPartId&quot;: 1,
  &quot;QuantityId&quot;: 1,
  &quot;RemedyId&quot;: 1,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:37.5087685+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:07:37.5087685+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;DayPart&quot;: &quot;sample string 2&quot;,
  &quot;Aspect&quot;: &quot;sample string 3&quot;,
  &quot;Remedy&quot;: &quot;sample string 4&quot;,
  &quot;Quantity&quot;: &quot;sample string 5&quot;,
  &quot;AspectId&quot;: 1,
  &quot;DayPartId&quot;: 1,
  &quot;QuantityId&quot;: 1,
  &quot;RemedyId&quot;: 1,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:37.5087685+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:07:37.5087685+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Defecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:37.5087685+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:07:37.5087685+02:00&lt;/RegistrationDate&gt;
  &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
  &lt;AspectId&gt;1&lt;/AspectId&gt;
  &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
  &lt;DayPartId&gt;1&lt;/DayPartId&gt;
  &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
  &lt;QuantityId&gt;1&lt;/QuantityId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
  &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
  &lt;RemedyId&gt;1&lt;/RemedyId&gt;
&lt;/Defecation&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Defecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:37.5087685+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:07:37.5087685+02:00&lt;/RegistrationDate&gt;
  &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
  &lt;AspectId&gt;1&lt;/AspectId&gt;
  &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
  &lt;DayPartId&gt;1&lt;/DayPartId&gt;
  &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
  &lt;QuantityId&gt;1&lt;/QuantityId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
  &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
  &lt;RemedyId&gt;1&lt;/RemedyId&gt;
&lt;/Defecation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Defecations/{id}">
                <doc title="PlanCare2Api/CareRegistration/Defecations/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Defecations/ChangeOfDefecations">
                <doc title="PlanCare2Api/CareRegistration/Defecations/ChangeOfDefecations" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;DayPart&quot;: &quot;sample string 2&quot;,
  &quot;Aspect&quot;: &quot;sample string 3&quot;,
  &quot;Remedy&quot;: &quot;sample string 4&quot;,
  &quot;Quantity&quot;: &quot;sample string 5&quot;,
  &quot;AspectId&quot;: 1,
  &quot;DayPartId&quot;: 1,
  &quot;QuantityId&quot;: 1,
  &quot;RemedyId&quot;: 1,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:51.0580768+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:06:51.0580768+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;DayPart&quot;: &quot;sample string 2&quot;,
  &quot;Aspect&quot;: &quot;sample string 3&quot;,
  &quot;Remedy&quot;: &quot;sample string 4&quot;,
  &quot;Quantity&quot;: &quot;sample string 5&quot;,
  &quot;AspectId&quot;: 1,
  &quot;DayPartId&quot;: 1,
  &quot;QuantityId&quot;: 1,
  &quot;RemedyId&quot;: 1,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:51.0580768+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:06:51.0580768+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:51.0580768+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:06:51.0580768+02:00&lt;/RegistrationDate&gt;
  &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
  &lt;AspectId&gt;1&lt;/AspectId&gt;
  &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
  &lt;DayPartId&gt;1&lt;/DayPartId&gt;
  &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
  &lt;QuantityId&gt;1&lt;/QuantityId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
  &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
  &lt;RemedyId&gt;1&lt;/RemedyId&gt;
&lt;/ChangeOfDefecation&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:51.0580768+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:06:51.0580768+02:00&lt;/RegistrationDate&gt;
  &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
  &lt;AspectId&gt;1&lt;/AspectId&gt;
  &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
  &lt;DayPartId&gt;1&lt;/DayPartId&gt;
  &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
  &lt;QuantityId&gt;1&lt;/QuantityId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
  &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
  &lt;RemedyId&gt;1&lt;/RemedyId&gt;
&lt;/ChangeOfDefecation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Defecations?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Defecations?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Remarks&quot;: &quot;sample string 1&quot;,
    &quot;DayPart&quot;: &quot;sample string 2&quot;,
    &quot;Aspect&quot;: &quot;sample string 3&quot;,
    &quot;Remedy&quot;: &quot;sample string 4&quot;,
    &quot;Quantity&quot;: &quot;sample string 5&quot;,
    &quot;AspectId&quot;: 1,
    &quot;DayPartId&quot;: 1,
    &quot;QuantityId&quot;: 1,
    &quot;RemedyId&quot;: 1,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Remarks&quot;: &quot;sample string 1&quot;,
    &quot;DayPart&quot;: &quot;sample string 2&quot;,
    &quot;Aspect&quot;: &quot;sample string 3&quot;,
    &quot;Remedy&quot;: &quot;sample string 4&quot;,
    &quot;Quantity&quot;: &quot;sample string 5&quot;,
    &quot;AspectId&quot;: 1,
    &quot;DayPartId&quot;: 1,
    &quot;QuantityId&quot;: 1,
    &quot;RemedyId&quot;: 1,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Defecation&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDate&gt;
    &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
    &lt;AspectId&gt;1&lt;/AspectId&gt;
    &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
    &lt;DayPartId&gt;1&lt;/DayPartId&gt;
    &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
    &lt;QuantityId&gt;1&lt;/QuantityId&gt;
    &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
    &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
    &lt;RemedyId&gt;1&lt;/RemedyId&gt;
  &lt;/Defecation&gt;
  &lt;Defecation&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDate&gt;
    &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
    &lt;AspectId&gt;1&lt;/AspectId&gt;
    &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
    &lt;DayPartId&gt;1&lt;/DayPartId&gt;
    &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
    &lt;QuantityId&gt;1&lt;/QuantityId&gt;
    &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
    &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
    &lt;RemedyId&gt;1&lt;/RemedyId&gt;
  &lt;/Defecation&gt;
&lt;/ArrayOfDefecation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Defecation&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDate&gt;
    &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
    &lt;AspectId&gt;1&lt;/AspectId&gt;
    &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
    &lt;DayPartId&gt;1&lt;/DayPartId&gt;
    &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
    &lt;QuantityId&gt;1&lt;/QuantityId&gt;
    &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
    &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
    &lt;RemedyId&gt;1&lt;/RemedyId&gt;
  &lt;/Defecation&gt;
  &lt;Defecation&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDate&gt;
    &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
    &lt;AspectId&gt;1&lt;/AspectId&gt;
    &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
    &lt;DayPartId&gt;1&lt;/DayPartId&gt;
    &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
    &lt;QuantityId&gt;1&lt;/QuantityId&gt;
    &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
    &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
    &lt;RemedyId&gt;1&lt;/RemedyId&gt;
  &lt;/Defecation&gt;
&lt;/ArrayOfDefecation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Defecations?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Defecations?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Remarks&quot;: &quot;sample string 1&quot;,
    &quot;DayPart&quot;: &quot;sample string 2&quot;,
    &quot;Aspect&quot;: &quot;sample string 3&quot;,
    &quot;Remedy&quot;: &quot;sample string 4&quot;,
    &quot;Quantity&quot;: &quot;sample string 5&quot;,
    &quot;AspectId&quot;: 1,
    &quot;DayPartId&quot;: 1,
    &quot;QuantityId&quot;: 1,
    &quot;RemedyId&quot;: 1,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Remarks&quot;: &quot;sample string 1&quot;,
    &quot;DayPart&quot;: &quot;sample string 2&quot;,
    &quot;Aspect&quot;: &quot;sample string 3&quot;,
    &quot;Remedy&quot;: &quot;sample string 4&quot;,
    &quot;Quantity&quot;: &quot;sample string 5&quot;,
    &quot;AspectId&quot;: 1,
    &quot;DayPartId&quot;: 1,
    &quot;QuantityId&quot;: 1,
    &quot;RemedyId&quot;: 1,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Defecation&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDate&gt;
    &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
    &lt;AspectId&gt;1&lt;/AspectId&gt;
    &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
    &lt;DayPartId&gt;1&lt;/DayPartId&gt;
    &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
    &lt;QuantityId&gt;1&lt;/QuantityId&gt;
    &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
    &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
    &lt;RemedyId&gt;1&lt;/RemedyId&gt;
  &lt;/Defecation&gt;
  &lt;Defecation&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDate&gt;
    &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
    &lt;AspectId&gt;1&lt;/AspectId&gt;
    &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
    &lt;DayPartId&gt;1&lt;/DayPartId&gt;
    &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
    &lt;QuantityId&gt;1&lt;/QuantityId&gt;
    &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
    &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
    &lt;RemedyId&gt;1&lt;/RemedyId&gt;
  &lt;/Defecation&gt;
&lt;/ArrayOfDefecation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Defecation&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDate&gt;
    &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
    &lt;AspectId&gt;1&lt;/AspectId&gt;
    &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
    &lt;DayPartId&gt;1&lt;/DayPartId&gt;
    &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
    &lt;QuantityId&gt;1&lt;/QuantityId&gt;
    &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
    &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
    &lt;RemedyId&gt;1&lt;/RemedyId&gt;
  &lt;/Defecation&gt;
  &lt;Defecation&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDate&gt;
    &lt;Aspect&gt;sample string 3&lt;/Aspect&gt;
    &lt;AspectId&gt;1&lt;/AspectId&gt;
    &lt;DayPart&gt;sample string 2&lt;/DayPart&gt;
    &lt;DayPartId&gt;1&lt;/DayPartId&gt;
    &lt;Quantity&gt;sample string 5&lt;/Quantity&gt;
    &lt;QuantityId&gt;1&lt;/QuantityId&gt;
    &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
    &lt;Remedy&gt;sample string 4&lt;/Remedy&gt;
    &lt;RemedyId&gt;1&lt;/RemedyId&gt;
  &lt;/Defecation&gt;
&lt;/ArrayOfDefecation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/FluidBalances">
                <doc title="PlanCare2Api/CareRegistration/FluidBalances" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Balance&quot;: 1,
  &quot;Intake&quot;: 2,
  &quot;Secretion&quot;: 3,
  &quot;UsedMethod&quot;: &quot;sample string 4&quot;,
  &quot;MethodId&quot;: 5,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:09:10.9504128+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:10.9504128+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Balance&quot;: 1,
  &quot;Intake&quot;: 2,
  &quot;Secretion&quot;: 3,
  &quot;UsedMethod&quot;: &quot;sample string 4&quot;,
  &quot;MethodId&quot;: 5,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:09:10.9504128+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:10.9504128+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;FluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:09:10.9504128+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:09:10.9504128+02:00&lt;/RegistrationDate&gt;
  &lt;Balance&gt;1&lt;/Balance&gt;
  &lt;Intake&gt;2&lt;/Intake&gt;
  &lt;MethodId&gt;5&lt;/MethodId&gt;
  &lt;Secretion&gt;3&lt;/Secretion&gt;
  &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
&lt;/FluidBalance&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;FluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:09:10.9504128+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:09:10.9504128+02:00&lt;/RegistrationDate&gt;
  &lt;Balance&gt;1&lt;/Balance&gt;
  &lt;Intake&gt;2&lt;/Intake&gt;
  &lt;MethodId&gt;5&lt;/MethodId&gt;
  &lt;Secretion&gt;3&lt;/Secretion&gt;
  &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
&lt;/FluidBalance&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/FluidBalances/{id}">
                <doc title="PlanCare2Api/CareRegistration/FluidBalances/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/FluidBalances/ChangeOfFluidBalances">
                <doc title="PlanCare2Api/CareRegistration/FluidBalances/ChangeOfFluidBalances" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Balance&quot;: 1,
  &quot;Intake&quot;: 2,
  &quot;Secretion&quot;: 3,
  &quot;UsedMethod&quot;: &quot;sample string 4&quot;,
  &quot;MethodId&quot;: 5,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:08:53.3362324+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:53.3362324+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Balance&quot;: 1,
  &quot;Intake&quot;: 2,
  &quot;Secretion&quot;: 3,
  &quot;UsedMethod&quot;: &quot;sample string 4&quot;,
  &quot;MethodId&quot;: 5,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:08:53.3362324+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:53.3362324+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:08:53.3362324+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:08:53.3362324+02:00&lt;/RegistrationDate&gt;
  &lt;Balance&gt;1&lt;/Balance&gt;
  &lt;Intake&gt;2&lt;/Intake&gt;
  &lt;MethodId&gt;5&lt;/MethodId&gt;
  &lt;Secretion&gt;3&lt;/Secretion&gt;
  &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
&lt;/ChangeOfFluidBalance&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:08:53.3362324+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:08:53.3362324+02:00&lt;/RegistrationDate&gt;
  &lt;Balance&gt;1&lt;/Balance&gt;
  &lt;Intake&gt;2&lt;/Intake&gt;
  &lt;MethodId&gt;5&lt;/MethodId&gt;
  &lt;Secretion&gt;3&lt;/Secretion&gt;
  &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
&lt;/ChangeOfFluidBalance&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/FluidBalances?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/FluidBalances?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Balance&quot;: 1,
    &quot;Intake&quot;: 2,
    &quot;Secretion&quot;: 3,
    &quot;UsedMethod&quot;: &quot;sample string 4&quot;,
    &quot;MethodId&quot;: 5,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Balance&quot;: 1,
    &quot;Intake&quot;: 2,
    &quot;Secretion&quot;: 3,
    &quot;UsedMethod&quot;: &quot;sample string 4&quot;,
    &quot;MethodId&quot;: 5,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;FluidBalance&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/RegistrationDate&gt;
    &lt;Balance&gt;1&lt;/Balance&gt;
    &lt;Intake&gt;2&lt;/Intake&gt;
    &lt;MethodId&gt;5&lt;/MethodId&gt;
    &lt;Secretion&gt;3&lt;/Secretion&gt;
    &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
  &lt;/FluidBalance&gt;
  &lt;FluidBalance&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/RegistrationDate&gt;
    &lt;Balance&gt;1&lt;/Balance&gt;
    &lt;Intake&gt;2&lt;/Intake&gt;
    &lt;MethodId&gt;5&lt;/MethodId&gt;
    &lt;Secretion&gt;3&lt;/Secretion&gt;
    &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
  &lt;/FluidBalance&gt;
&lt;/ArrayOfFluidBalance&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;FluidBalance&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/RegistrationDate&gt;
    &lt;Balance&gt;1&lt;/Balance&gt;
    &lt;Intake&gt;2&lt;/Intake&gt;
    &lt;MethodId&gt;5&lt;/MethodId&gt;
    &lt;Secretion&gt;3&lt;/Secretion&gt;
    &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
  &lt;/FluidBalance&gt;
  &lt;FluidBalance&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/RegistrationDate&gt;
    &lt;Balance&gt;1&lt;/Balance&gt;
    &lt;Intake&gt;2&lt;/Intake&gt;
    &lt;MethodId&gt;5&lt;/MethodId&gt;
    &lt;Secretion&gt;3&lt;/Secretion&gt;
    &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
  &lt;/FluidBalance&gt;
&lt;/ArrayOfFluidBalance&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/FluidBalances?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/FluidBalances?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Balance&quot;: 1,
    &quot;Intake&quot;: 2,
    &quot;Secretion&quot;: 3,
    &quot;UsedMethod&quot;: &quot;sample string 4&quot;,
    &quot;MethodId&quot;: 5,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Balance&quot;: 1,
    &quot;Intake&quot;: 2,
    &quot;Secretion&quot;: 3,
    &quot;UsedMethod&quot;: &quot;sample string 4&quot;,
    &quot;MethodId&quot;: 5,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;FluidBalance&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/RegistrationDate&gt;
    &lt;Balance&gt;1&lt;/Balance&gt;
    &lt;Intake&gt;2&lt;/Intake&gt;
    &lt;MethodId&gt;5&lt;/MethodId&gt;
    &lt;Secretion&gt;3&lt;/Secretion&gt;
    &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
  &lt;/FluidBalance&gt;
  &lt;FluidBalance&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/RegistrationDate&gt;
    &lt;Balance&gt;1&lt;/Balance&gt;
    &lt;Intake&gt;2&lt;/Intake&gt;
    &lt;MethodId&gt;5&lt;/MethodId&gt;
    &lt;Secretion&gt;3&lt;/Secretion&gt;
    &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
  &lt;/FluidBalance&gt;
&lt;/ArrayOfFluidBalance&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;FluidBalance&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/RegistrationDate&gt;
    &lt;Balance&gt;1&lt;/Balance&gt;
    &lt;Intake&gt;2&lt;/Intake&gt;
    &lt;MethodId&gt;5&lt;/MethodId&gt;
    &lt;Secretion&gt;3&lt;/Secretion&gt;
    &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
  &lt;/FluidBalance&gt;
  &lt;FluidBalance&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:57.7129934+02:00&lt;/RegistrationDate&gt;
    &lt;Balance&gt;1&lt;/Balance&gt;
    &lt;Intake&gt;2&lt;/Intake&gt;
    &lt;MethodId&gt;5&lt;/MethodId&gt;
    &lt;Secretion&gt;3&lt;/Secretion&gt;
    &lt;UsedMethod&gt;sample string 4&lt;/UsedMethod&gt;
  &lt;/FluidBalance&gt;
&lt;/ArrayOfFluidBalance&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Glycemias">
                <doc title="PlanCare2Api/CareRegistration/Glycemias" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 2&quot;,
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;EmployeeId&quot;: 6,
  &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
  &quot;ClientId&quot;: 8,
  &quot;ClientName&quot;: &quot;sample string 9&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 2&quot;,
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;EmployeeId&quot;: 6,
  &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
  &quot;ClientId&quot;: 8,
  &quot;ClientName&quot;: &quot;sample string 9&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Glycemias xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;8&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDate&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/Glycemias&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Glycemias xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;8&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDate&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/Glycemias&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Glycemias/{id}">
                <doc title="PlanCare2Api/CareRegistration/Glycemias/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Glycemias/ChangeOfGlycemias">
                <doc title="PlanCare2Api/CareRegistration/Glycemias/ChangeOfGlycemias" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 2&quot;,
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;EmployeeId&quot;: 6,
  &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
  &quot;ClientId&quot;: 8,
  &quot;ClientName&quot;: &quot;sample string 9&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:05.9530014+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:05.9530014+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 2&quot;,
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;EmployeeId&quot;: 6,
  &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
  &quot;ClientId&quot;: 8,
  &quot;ClientName&quot;: &quot;sample string 9&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:05.9530014+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:05.9530014+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfGlycemias xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;8&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:05.9530014+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:05.9530014+02:00&lt;/RegistrationDate&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/ChangeOfGlycemias&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfGlycemias xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;8&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:05.9530014+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:05.9530014+02:00&lt;/RegistrationDate&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/ChangeOfGlycemias&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Glycemias?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Glycemias?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IsSober&quot;: true,
    &quot;Treatment&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 1.0,
    &quot;ValueIsHigh&quot;: true,
    &quot;Diet&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;EmployeeId&quot;: 6,
    &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
    &quot;ClientId&quot;: 8,
    &quot;ClientName&quot;: &quot;sample string 9&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:10:33.1494105+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:33.1494105+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IsSober&quot;: true,
    &quot;Treatment&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 1.0,
    &quot;ValueIsHigh&quot;: true,
    &quot;Diet&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;EmployeeId&quot;: 6,
    &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
    &quot;ClientId&quot;: 8,
    &quot;ClientName&quot;: &quot;sample string 9&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:10:33.1494105+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:33.1494105+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfGlycemias xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Glycemias&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:10:33.1494105+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:10:33.1494105+02:00&lt;/RegistrationDate&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/Glycemias&gt;
  &lt;Glycemias&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:10:33.1494105+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:10:33.1494105+02:00&lt;/RegistrationDate&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/Glycemias&gt;
&lt;/ArrayOfGlycemias&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfGlycemias xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Glycemias&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:10:33.1494105+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:10:33.1494105+02:00&lt;/RegistrationDate&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/Glycemias&gt;
  &lt;Glycemias&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:10:33.1494105+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:10:33.1494105+02:00&lt;/RegistrationDate&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/Glycemias&gt;
&lt;/ArrayOfGlycemias&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Glycemias?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Glycemias?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IsSober&quot;: true,
    &quot;Treatment&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 1.0,
    &quot;ValueIsHigh&quot;: true,
    &quot;Diet&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;EmployeeId&quot;: 6,
    &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
    &quot;ClientId&quot;: 8,
    &quot;ClientName&quot;: &quot;sample string 9&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IsSober&quot;: true,
    &quot;Treatment&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 1.0,
    &quot;ValueIsHigh&quot;: true,
    &quot;Diet&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;EmployeeId&quot;: 6,
    &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
    &quot;ClientId&quot;: 8,
    &quot;ClientName&quot;: &quot;sample string 9&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfGlycemias xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Glycemias&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDate&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/Glycemias&gt;
  &lt;Glycemias&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDate&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/Glycemias&gt;
&lt;/ArrayOfGlycemias&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfGlycemias xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Glycemias&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDate&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/Glycemias&gt;
  &lt;Glycemias&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 9&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;6&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDate&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 2&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/Glycemias&gt;
&lt;/ArrayOfGlycemias&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Measurements">
                <doc title="PlanCare2Api/CareRegistration/Measurements" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;PressureHigh&quot;: 1,
  &quot;PressureLow&quot;: 1,
  &quot;WristValue&quot;: 1,
  &quot;WristKind&quot;: &quot;sample string 1&quot;,
  &quot;BreathingValue&quot;: 1,
  &quot;TemperatureValue&quot;: 1.1,
  &quot;BreathingKindId&quot;: 1,
  &quot;BreathingKindValue&quot;: &quot;sample string 2&quot;,
  &quot;TemperatureCount&quot;: 1,
  &quot;TemperatureFrequencyId&quot;: 1,
  &quot;TemperatureFrequencyValue&quot;: &quot;sample string 3&quot;,
  &quot;TemperatureLocationId&quot;: 1,
  &quot;TemperatureLocationValue&quot;: &quot;sample string 4&quot;,
  &quot;WristRegularityId&quot;: 1,
  &quot;WristRegularityValue&quot;: &quot;sample string 5&quot;,
  &quot;Saturation&quot;: 64,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;PressureHigh&quot;: 1,
  &quot;PressureLow&quot;: 1,
  &quot;WristValue&quot;: 1,
  &quot;WristKind&quot;: &quot;sample string 1&quot;,
  &quot;BreathingValue&quot;: 1,
  &quot;TemperatureValue&quot;: 1.1,
  &quot;BreathingKindId&quot;: 1,
  &quot;BreathingKindValue&quot;: &quot;sample string 2&quot;,
  &quot;TemperatureCount&quot;: 1,
  &quot;TemperatureFrequencyId&quot;: 1,
  &quot;TemperatureFrequencyValue&quot;: &quot;sample string 3&quot;,
  &quot;TemperatureLocationId&quot;: 1,
  &quot;TemperatureLocationValue&quot;: &quot;sample string 4&quot;,
  &quot;WristRegularityId&quot;: 1,
  &quot;WristRegularityValue&quot;: &quot;sample string 5&quot;,
  &quot;Saturation&quot;: 64,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Measurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/RegistrationDate&gt;
  &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
  &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
  &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
  &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
  &lt;PressureLow&gt;1&lt;/PressureLow&gt;
  &lt;Saturation&gt;64&lt;/Saturation&gt;
  &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
  &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
  &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
  &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
  &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
  &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
  &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
  &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
  &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
  &lt;WristValue&gt;1&lt;/WristValue&gt;
&lt;/Measurement&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Measurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/RegistrationDate&gt;
  &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
  &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
  &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
  &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
  &lt;PressureLow&gt;1&lt;/PressureLow&gt;
  &lt;Saturation&gt;64&lt;/Saturation&gt;
  &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
  &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
  &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
  &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
  &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
  &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
  &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
  &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
  &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
  &lt;WristValue&gt;1&lt;/WristValue&gt;
&lt;/Measurement&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Measurements/{id}">
                <doc title="PlanCare2Api/CareRegistration/Measurements/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Measurements/ChangeOfMeasurements">
                <doc title="PlanCare2Api/CareRegistration/Measurements/ChangeOfMeasurements" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;PressureHigh&quot;: 1,
  &quot;PressureLow&quot;: 1,
  &quot;WristValue&quot;: 1,
  &quot;WristKind&quot;: &quot;sample string 1&quot;,
  &quot;BreathingValue&quot;: 1,
  &quot;TemperatureValue&quot;: 1.1,
  &quot;BreathingKindId&quot;: 1,
  &quot;BreathingKindValue&quot;: &quot;sample string 2&quot;,
  &quot;TemperatureCount&quot;: 1,
  &quot;TemperatureFrequencyId&quot;: 1,
  &quot;TemperatureFrequencyValue&quot;: &quot;sample string 3&quot;,
  &quot;TemperatureLocationId&quot;: 1,
  &quot;TemperatureLocationValue&quot;: &quot;sample string 4&quot;,
  &quot;WristRegularityId&quot;: 1,
  &quot;WristRegularityValue&quot;: &quot;sample string 5&quot;,
  &quot;Saturation&quot;: 64,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;PressureHigh&quot;: 1,
  &quot;PressureLow&quot;: 1,
  &quot;WristValue&quot;: 1,
  &quot;WristKind&quot;: &quot;sample string 1&quot;,
  &quot;BreathingValue&quot;: 1,
  &quot;TemperatureValue&quot;: 1.1,
  &quot;BreathingKindId&quot;: 1,
  &quot;BreathingKindValue&quot;: &quot;sample string 2&quot;,
  &quot;TemperatureCount&quot;: 1,
  &quot;TemperatureFrequencyId&quot;: 1,
  &quot;TemperatureFrequencyValue&quot;: &quot;sample string 3&quot;,
  &quot;TemperatureLocationId&quot;: 1,
  &quot;TemperatureLocationValue&quot;: &quot;sample string 4&quot;,
  &quot;WristRegularityId&quot;: 1,
  &quot;WristRegularityValue&quot;: &quot;sample string 5&quot;,
  &quot;Saturation&quot;: 64,
  &quot;Id&quot;: 6,
  &quot;EmployeeId&quot;: 7,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;ClientId&quot;: 9,
  &quot;ClientName&quot;: &quot;sample string 10&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfMeasurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/RegistrationDate&gt;
  &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
  &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
  &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
  &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
  &lt;PressureLow&gt;1&lt;/PressureLow&gt;
  &lt;Saturation&gt;64&lt;/Saturation&gt;
  &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
  &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
  &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
  &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
  &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
  &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
  &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
  &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
  &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
  &lt;WristValue&gt;1&lt;/WristValue&gt;
&lt;/ChangeOfMeasurement&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfMeasurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;9&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/RegistrationDate&gt;
  &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
  &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
  &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
  &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
  &lt;PressureLow&gt;1&lt;/PressureLow&gt;
  &lt;Saturation&gt;64&lt;/Saturation&gt;
  &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
  &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
  &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
  &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
  &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
  &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
  &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
  &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
  &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
  &lt;WristValue&gt;1&lt;/WristValue&gt;
&lt;/ChangeOfMeasurement&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Measurements?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Measurements?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;PressureHigh&quot;: 1,
    &quot;PressureLow&quot;: 1,
    &quot;WristValue&quot;: 1,
    &quot;WristKind&quot;: &quot;sample string 1&quot;,
    &quot;BreathingValue&quot;: 1,
    &quot;TemperatureValue&quot;: 1.1,
    &quot;BreathingKindId&quot;: 1,
    &quot;BreathingKindValue&quot;: &quot;sample string 2&quot;,
    &quot;TemperatureCount&quot;: 1,
    &quot;TemperatureFrequencyId&quot;: 1,
    &quot;TemperatureFrequencyValue&quot;: &quot;sample string 3&quot;,
    &quot;TemperatureLocationId&quot;: 1,
    &quot;TemperatureLocationValue&quot;: &quot;sample string 4&quot;,
    &quot;WristRegularityId&quot;: 1,
    &quot;WristRegularityValue&quot;: &quot;sample string 5&quot;,
    &quot;Saturation&quot;: 64,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;PressureHigh&quot;: 1,
    &quot;PressureLow&quot;: 1,
    &quot;WristValue&quot;: 1,
    &quot;WristKind&quot;: &quot;sample string 1&quot;,
    &quot;BreathingValue&quot;: 1,
    &quot;TemperatureValue&quot;: 1.1,
    &quot;BreathingKindId&quot;: 1,
    &quot;BreathingKindValue&quot;: &quot;sample string 2&quot;,
    &quot;TemperatureCount&quot;: 1,
    &quot;TemperatureFrequencyId&quot;: 1,
    &quot;TemperatureFrequencyValue&quot;: &quot;sample string 3&quot;,
    &quot;TemperatureLocationId&quot;: 1,
    &quot;TemperatureLocationValue&quot;: &quot;sample string 4&quot;,
    &quot;WristRegularityId&quot;: 1,
    &quot;WristRegularityValue&quot;: &quot;sample string 5&quot;,
    &quot;Saturation&quot;: 64,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.7129364+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMeasurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Measurement&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/RegistrationDate&gt;
    &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
    &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
    &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
    &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
    &lt;PressureLow&gt;1&lt;/PressureLow&gt;
    &lt;Saturation&gt;64&lt;/Saturation&gt;
    &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
    &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
    &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
    &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
    &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
    &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
    &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
    &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
    &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
    &lt;WristValue&gt;1&lt;/WristValue&gt;
  &lt;/Measurement&gt;
  &lt;Measurement&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/RegistrationDate&gt;
    &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
    &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
    &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
    &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
    &lt;PressureLow&gt;1&lt;/PressureLow&gt;
    &lt;Saturation&gt;64&lt;/Saturation&gt;
    &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
    &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
    &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
    &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
    &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
    &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
    &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
    &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
    &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
    &lt;WristValue&gt;1&lt;/WristValue&gt;
  &lt;/Measurement&gt;
&lt;/ArrayOfMeasurement&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMeasurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Measurement&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/RegistrationDate&gt;
    &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
    &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
    &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
    &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
    &lt;PressureLow&gt;1&lt;/PressureLow&gt;
    &lt;Saturation&gt;64&lt;/Saturation&gt;
    &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
    &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
    &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
    &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
    &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
    &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
    &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
    &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
    &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
    &lt;WristValue&gt;1&lt;/WristValue&gt;
  &lt;/Measurement&gt;
  &lt;Measurement&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.7129364+02:00&lt;/RegistrationDate&gt;
    &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
    &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
    &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
    &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
    &lt;PressureLow&gt;1&lt;/PressureLow&gt;
    &lt;Saturation&gt;64&lt;/Saturation&gt;
    &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
    &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
    &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
    &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
    &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
    &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
    &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
    &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
    &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
    &lt;WristValue&gt;1&lt;/WristValue&gt;
  &lt;/Measurement&gt;
&lt;/ArrayOfMeasurement&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/Measurements?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/Measurements?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;PressureHigh&quot;: 1,
    &quot;PressureLow&quot;: 1,
    &quot;WristValue&quot;: 1,
    &quot;WristKind&quot;: &quot;sample string 1&quot;,
    &quot;BreathingValue&quot;: 1,
    &quot;TemperatureValue&quot;: 1.1,
    &quot;BreathingKindId&quot;: 1,
    &quot;BreathingKindValue&quot;: &quot;sample string 2&quot;,
    &quot;TemperatureCount&quot;: 1,
    &quot;TemperatureFrequencyId&quot;: 1,
    &quot;TemperatureFrequencyValue&quot;: &quot;sample string 3&quot;,
    &quot;TemperatureLocationId&quot;: 1,
    &quot;TemperatureLocationValue&quot;: &quot;sample string 4&quot;,
    &quot;WristRegularityId&quot;: 1,
    &quot;WristRegularityValue&quot;: &quot;sample string 5&quot;,
    &quot;Saturation&quot;: 64,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;PressureHigh&quot;: 1,
    &quot;PressureLow&quot;: 1,
    &quot;WristValue&quot;: 1,
    &quot;WristKind&quot;: &quot;sample string 1&quot;,
    &quot;BreathingValue&quot;: 1,
    &quot;TemperatureValue&quot;: 1.1,
    &quot;BreathingKindId&quot;: 1,
    &quot;BreathingKindValue&quot;: &quot;sample string 2&quot;,
    &quot;TemperatureCount&quot;: 1,
    &quot;TemperatureFrequencyId&quot;: 1,
    &quot;TemperatureFrequencyValue&quot;: &quot;sample string 3&quot;,
    &quot;TemperatureLocationId&quot;: 1,
    &quot;TemperatureLocationValue&quot;: &quot;sample string 4&quot;,
    &quot;WristRegularityId&quot;: 1,
    &quot;WristRegularityValue&quot;: &quot;sample string 5&quot;,
    &quot;Saturation&quot;: 64,
    &quot;Id&quot;: 6,
    &quot;EmployeeId&quot;: 7,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;ClientId&quot;: 9,
    &quot;ClientName&quot;: &quot;sample string 10&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMeasurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Measurement&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6973114+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDate&gt;
    &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
    &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
    &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
    &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
    &lt;PressureLow&gt;1&lt;/PressureLow&gt;
    &lt;Saturation&gt;64&lt;/Saturation&gt;
    &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
    &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
    &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
    &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
    &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
    &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
    &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
    &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
    &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
    &lt;WristValue&gt;1&lt;/WristValue&gt;
  &lt;/Measurement&gt;
  &lt;Measurement&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6973114+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDate&gt;
    &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
    &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
    &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
    &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
    &lt;PressureLow&gt;1&lt;/PressureLow&gt;
    &lt;Saturation&gt;64&lt;/Saturation&gt;
    &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
    &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
    &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
    &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
    &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
    &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
    &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
    &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
    &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
    &lt;WristValue&gt;1&lt;/WristValue&gt;
  &lt;/Measurement&gt;
&lt;/ArrayOfMeasurement&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMeasurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Measurement&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6973114+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDate&gt;
    &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
    &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
    &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
    &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
    &lt;PressureLow&gt;1&lt;/PressureLow&gt;
    &lt;Saturation&gt;64&lt;/Saturation&gt;
    &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
    &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
    &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
    &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
    &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
    &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
    &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
    &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
    &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
    &lt;WristValue&gt;1&lt;/WristValue&gt;
  &lt;/Measurement&gt;
  &lt;Measurement&gt;
    &lt;ClientId&gt;9&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 10&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6973114+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;7&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDate&gt;
    &lt;BreathingKindId&gt;1&lt;/BreathingKindId&gt;
    &lt;BreathingKindValue&gt;sample string 2&lt;/BreathingKindValue&gt;
    &lt;BreathingValue&gt;1&lt;/BreathingValue&gt;
    &lt;PressureHigh&gt;1&lt;/PressureHigh&gt;
    &lt;PressureLow&gt;1&lt;/PressureLow&gt;
    &lt;Saturation&gt;64&lt;/Saturation&gt;
    &lt;TemperatureCount&gt;1&lt;/TemperatureCount&gt;
    &lt;TemperatureFrequencyId&gt;1&lt;/TemperatureFrequencyId&gt;
    &lt;TemperatureFrequencyValue&gt;sample string 3&lt;/TemperatureFrequencyValue&gt;
    &lt;TemperatureLocationId&gt;1&lt;/TemperatureLocationId&gt;
    &lt;TemperatureLocationValue&gt;sample string 4&lt;/TemperatureLocationValue&gt;
    &lt;TemperatureValue&gt;1.1&lt;/TemperatureValue&gt;
    &lt;WristKind&gt;sample string 1&lt;/WristKind&gt;
    &lt;WristRegularityId&gt;1&lt;/WristRegularityId&gt;
    &lt;WristRegularityValue&gt;sample string 5&lt;/WristRegularityValue&gt;
    &lt;WristValue&gt;1&lt;/WristValue&gt;
  &lt;/Measurement&gt;
&lt;/ArrayOfMeasurement&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/NutritionAndWeights">
                <doc title="PlanCare2Api/CareRegistration/NutritionAndWeights" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;IsTerminal&quot;: true,
  &quot;WantsSystematicConditionCheck&quot;: true,
  &quot;HasSomeFormOfCancer&quot;: true,
  &quot;InNeedOfAssistance&quot;: true,
  &quot;StartWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
  &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
  &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
  &quot;Length&quot;: 64,
  &quot;AbleToSatisfyNutritionNeedsValue&quot;: &quot;sample string 8&quot;,
  &quot;AbleToSatisfyNutritionNeedsId&quot;: 1,
  &quot;EndWeightKg&quot;: 1.1,
  &quot;LossOfAppetiteValue&quot;: &quot;sample string 9&quot;,
  &quot;LossOfAppetiteId&quot;: 1,
  &quot;StartWeightKg&quot;: 1.1,
  &quot;WeightLossLastMonthValue&quot;: &quot;sample string 10&quot;,
  &quot;WeightLossLastMonthId&quot;: 1,
  &quot;WeightLossLastMonthKg&quot;: 1.1,
  &quot;WeightLossLastSixMonthsValue&quot;: &quot;sample string 11&quot;,
  &quot;WeightLossLastSixMonthsId&quot;: 1,
  &quot;WeightLossLastSixMonthsKg&quot;: 1.1,
  &quot;ActualWeightKg&quot;: 1.1,
  &quot;Id&quot;: 12,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;IsTerminal&quot;: true,
  &quot;WantsSystematicConditionCheck&quot;: true,
  &quot;HasSomeFormOfCancer&quot;: true,
  &quot;InNeedOfAssistance&quot;: true,
  &quot;StartWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
  &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
  &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
  &quot;Length&quot;: 64,
  &quot;AbleToSatisfyNutritionNeedsValue&quot;: &quot;sample string 8&quot;,
  &quot;AbleToSatisfyNutritionNeedsId&quot;: 1,
  &quot;EndWeightKg&quot;: 1.1,
  &quot;LossOfAppetiteValue&quot;: &quot;sample string 9&quot;,
  &quot;LossOfAppetiteId&quot;: 1,
  &quot;StartWeightKg&quot;: 1.1,
  &quot;WeightLossLastMonthValue&quot;: &quot;sample string 10&quot;,
  &quot;WeightLossLastMonthId&quot;: 1,
  &quot;WeightLossLastMonthKg&quot;: 1.1,
  &quot;WeightLossLastSixMonthsValue&quot;: &quot;sample string 11&quot;,
  &quot;WeightLossLastSixMonthsId&quot;: 1,
  &quot;WeightLossLastSixMonthsKg&quot;: 1.1,
  &quot;ActualWeightKg&quot;: 1.1,
  &quot;Id&quot;: 12,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;NutritionAndWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
  &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
  &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
  &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
  &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
  &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
  &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
  &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
  &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
  &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
  &lt;Length&gt;64&lt;/Length&gt;
  &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
  &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
  &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
  &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
  &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
  &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
  &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
  &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
  &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
  &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
  &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
&lt;/NutritionAndWeight&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;NutritionAndWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
  &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
  &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
  &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
  &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
  &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
  &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
  &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
  &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
  &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
  &lt;Length&gt;64&lt;/Length&gt;
  &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
  &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
  &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
  &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
  &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
  &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
  &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
  &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
  &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
  &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
  &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
&lt;/NutritionAndWeight&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/NutritionAndWeights/{id}">
                <doc title="PlanCare2Api/CareRegistration/NutritionAndWeights/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/NutritionAndWeights/ChangeOfNutritionAndWeights">
                <doc title="PlanCare2Api/CareRegistration/NutritionAndWeights/ChangeOfNutritionAndWeights" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;IsTerminal&quot;: true,
  &quot;WantsSystematicConditionCheck&quot;: true,
  &quot;HasSomeFormOfCancer&quot;: true,
  &quot;InNeedOfAssistance&quot;: true,
  &quot;StartWeightDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;,
  &quot;EndWeightDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;,
  &quot;ActualWeightDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;,
  &quot;Length&quot;: 64,
  &quot;AbleToSatisfyNutritionNeedsValue&quot;: &quot;sample string 8&quot;,
  &quot;AbleToSatisfyNutritionNeedsId&quot;: 1,
  &quot;EndWeightKg&quot;: 1.1,
  &quot;LossOfAppetiteValue&quot;: &quot;sample string 9&quot;,
  &quot;LossOfAppetiteId&quot;: 1,
  &quot;StartWeightKg&quot;: 1.1,
  &quot;WeightLossLastMonthValue&quot;: &quot;sample string 10&quot;,
  &quot;WeightLossLastMonthId&quot;: 1,
  &quot;WeightLossLastMonthKg&quot;: 1.1,
  &quot;WeightLossLastSixMonthsValue&quot;: &quot;sample string 11&quot;,
  &quot;WeightLossLastSixMonthsId&quot;: 1,
  &quot;WeightLossLastSixMonthsKg&quot;: 1.1,
  &quot;ActualWeightKg&quot;: 1.1,
  &quot;Id&quot;: 12,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;IsTerminal&quot;: true,
  &quot;WantsSystematicConditionCheck&quot;: true,
  &quot;HasSomeFormOfCancer&quot;: true,
  &quot;InNeedOfAssistance&quot;: true,
  &quot;StartWeightDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;,
  &quot;EndWeightDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;,
  &quot;ActualWeightDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;,
  &quot;Length&quot;: 64,
  &quot;AbleToSatisfyNutritionNeedsValue&quot;: &quot;sample string 8&quot;,
  &quot;AbleToSatisfyNutritionNeedsId&quot;: 1,
  &quot;EndWeightKg&quot;: 1.1,
  &quot;LossOfAppetiteValue&quot;: &quot;sample string 9&quot;,
  &quot;LossOfAppetiteId&quot;: 1,
  &quot;StartWeightKg&quot;: 1.1,
  &quot;WeightLossLastMonthValue&quot;: &quot;sample string 10&quot;,
  &quot;WeightLossLastMonthId&quot;: 1,
  &quot;WeightLossLastMonthKg&quot;: 1.1,
  &quot;WeightLossLastSixMonthsValue&quot;: &quot;sample string 11&quot;,
  &quot;WeightLossLastSixMonthsId&quot;: 1,
  &quot;WeightLossLastSixMonthsKg&quot;: 1.1,
  &quot;ActualWeightKg&quot;: 1.1,
  &quot;Id&quot;: 12,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:17.8254042+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfNutritionAndWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/RegistrationDate&gt;
  &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
  &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
  &lt;ActualWeightDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/ActualWeightDate&gt;
  &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
  &lt;EndWeightDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/EndWeightDate&gt;
  &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
  &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
  &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
  &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
  &lt;Length&gt;64&lt;/Length&gt;
  &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
  &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
  &lt;StartWeightDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/StartWeightDate&gt;
  &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
  &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
  &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
  &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
  &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
  &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
  &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
  &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
&lt;/ChangeOfNutritionAndWeight&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfNutritionAndWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/RegistrationDate&gt;
  &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
  &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
  &lt;ActualWeightDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/ActualWeightDate&gt;
  &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
  &lt;EndWeightDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/EndWeightDate&gt;
  &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
  &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
  &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
  &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
  &lt;Length&gt;64&lt;/Length&gt;
  &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
  &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
  &lt;StartWeightDate&gt;2026-05-26T22:10:17.8254042+02:00&lt;/StartWeightDate&gt;
  &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
  &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
  &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
  &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
  &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
  &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
  &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
  &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
&lt;/ChangeOfNutritionAndWeight&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/NutritionAndWeights?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/NutritionAndWeights?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IsTerminal&quot;: true,
    &quot;WantsSystematicConditionCheck&quot;: true,
    &quot;HasSomeFormOfCancer&quot;: true,
    &quot;InNeedOfAssistance&quot;: true,
    &quot;StartWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;Length&quot;: 64,
    &quot;AbleToSatisfyNutritionNeedsValue&quot;: &quot;sample string 8&quot;,
    &quot;AbleToSatisfyNutritionNeedsId&quot;: 1,
    &quot;EndWeightKg&quot;: 1.1,
    &quot;LossOfAppetiteValue&quot;: &quot;sample string 9&quot;,
    &quot;LossOfAppetiteId&quot;: 1,
    &quot;StartWeightKg&quot;: 1.1,
    &quot;WeightLossLastMonthValue&quot;: &quot;sample string 10&quot;,
    &quot;WeightLossLastMonthId&quot;: 1,
    &quot;WeightLossLastMonthKg&quot;: 1.1,
    &quot;WeightLossLastSixMonthsValue&quot;: &quot;sample string 11&quot;,
    &quot;WeightLossLastSixMonthsId&quot;: 1,
    &quot;WeightLossLastSixMonthsKg&quot;: 1.1,
    &quot;ActualWeightKg&quot;: 1.1,
    &quot;Id&quot;: 12,
    &quot;EmployeeId&quot;: 13,
    &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
    &quot;ClientId&quot;: 15,
    &quot;ClientName&quot;: &quot;sample string 16&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IsTerminal&quot;: true,
    &quot;WantsSystematicConditionCheck&quot;: true,
    &quot;HasSomeFormOfCancer&quot;: true,
    &quot;InNeedOfAssistance&quot;: true,
    &quot;StartWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;Length&quot;: 64,
    &quot;AbleToSatisfyNutritionNeedsValue&quot;: &quot;sample string 8&quot;,
    &quot;AbleToSatisfyNutritionNeedsId&quot;: 1,
    &quot;EndWeightKg&quot;: 1.1,
    &quot;LossOfAppetiteValue&quot;: &quot;sample string 9&quot;,
    &quot;LossOfAppetiteId&quot;: 1,
    &quot;StartWeightKg&quot;: 1.1,
    &quot;WeightLossLastMonthValue&quot;: &quot;sample string 10&quot;,
    &quot;WeightLossLastMonthId&quot;: 1,
    &quot;WeightLossLastMonthKg&quot;: 1.1,
    &quot;WeightLossLastSixMonthsValue&quot;: &quot;sample string 11&quot;,
    &quot;WeightLossLastSixMonthsId&quot;: 1,
    &quot;WeightLossLastSixMonthsKg&quot;: 1.1,
    &quot;ActualWeightKg&quot;: 1.1,
    &quot;Id&quot;: 12,
    &quot;EmployeeId&quot;: 13,
    &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
    &quot;ClientId&quot;: 15,
    &quot;ClientName&quot;: &quot;sample string 16&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfNutritionAndWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;NutritionAndWeight&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
    &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
    &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
    &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
    &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
    &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
    &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
    &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
    &lt;Length&gt;64&lt;/Length&gt;
    &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
    &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
    &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
    &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
    &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
    &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
    &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
    &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
    &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
    &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
    &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
  &lt;/NutritionAndWeight&gt;
  &lt;NutritionAndWeight&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
    &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
    &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
    &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
    &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
    &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
    &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
    &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
    &lt;Length&gt;64&lt;/Length&gt;
    &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
    &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
    &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
    &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
    &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
    &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
    &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
    &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
    &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
    &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
    &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
  &lt;/NutritionAndWeight&gt;
&lt;/ArrayOfNutritionAndWeight&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfNutritionAndWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;NutritionAndWeight&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
    &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
    &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
    &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
    &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
    &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
    &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
    &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
    &lt;Length&gt;64&lt;/Length&gt;
    &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
    &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
    &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
    &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
    &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
    &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
    &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
    &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
    &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
    &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
    &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
  &lt;/NutritionAndWeight&gt;
  &lt;NutritionAndWeight&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
    &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
    &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
    &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
    &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
    &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
    &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
    &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
    &lt;Length&gt;64&lt;/Length&gt;
    &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
    &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
    &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
    &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
    &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
    &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
    &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
    &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
    &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
    &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
    &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
  &lt;/NutritionAndWeight&gt;
&lt;/ArrayOfNutritionAndWeight&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/NutritionAndWeights?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/NutritionAndWeights?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IsTerminal&quot;: true,
    &quot;WantsSystematicConditionCheck&quot;: true,
    &quot;HasSomeFormOfCancer&quot;: true,
    &quot;InNeedOfAssistance&quot;: true,
    &quot;StartWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;Length&quot;: 64,
    &quot;AbleToSatisfyNutritionNeedsValue&quot;: &quot;sample string 8&quot;,
    &quot;AbleToSatisfyNutritionNeedsId&quot;: 1,
    &quot;EndWeightKg&quot;: 1.1,
    &quot;LossOfAppetiteValue&quot;: &quot;sample string 9&quot;,
    &quot;LossOfAppetiteId&quot;: 1,
    &quot;StartWeightKg&quot;: 1.1,
    &quot;WeightLossLastMonthValue&quot;: &quot;sample string 10&quot;,
    &quot;WeightLossLastMonthId&quot;: 1,
    &quot;WeightLossLastMonthKg&quot;: 1.1,
    &quot;WeightLossLastSixMonthsValue&quot;: &quot;sample string 11&quot;,
    &quot;WeightLossLastSixMonthsId&quot;: 1,
    &quot;WeightLossLastSixMonthsKg&quot;: 1.1,
    &quot;ActualWeightKg&quot;: 1.1,
    &quot;Id&quot;: 12,
    &quot;EmployeeId&quot;: 13,
    &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
    &quot;ClientId&quot;: 15,
    &quot;ClientName&quot;: &quot;sample string 16&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;IsTerminal&quot;: true,
    &quot;WantsSystematicConditionCheck&quot;: true,
    &quot;HasSomeFormOfCancer&quot;: true,
    &quot;InNeedOfAssistance&quot;: true,
    &quot;StartWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;Length&quot;: 64,
    &quot;AbleToSatisfyNutritionNeedsValue&quot;: &quot;sample string 8&quot;,
    &quot;AbleToSatisfyNutritionNeedsId&quot;: 1,
    &quot;EndWeightKg&quot;: 1.1,
    &quot;LossOfAppetiteValue&quot;: &quot;sample string 9&quot;,
    &quot;LossOfAppetiteId&quot;: 1,
    &quot;StartWeightKg&quot;: 1.1,
    &quot;WeightLossLastMonthValue&quot;: &quot;sample string 10&quot;,
    &quot;WeightLossLastMonthId&quot;: 1,
    &quot;WeightLossLastMonthKg&quot;: 1.1,
    &quot;WeightLossLastSixMonthsValue&quot;: &quot;sample string 11&quot;,
    &quot;WeightLossLastSixMonthsId&quot;: 1,
    &quot;WeightLossLastSixMonthsKg&quot;: 1.1,
    &quot;ActualWeightKg&quot;: 1.1,
    &quot;Id&quot;: 12,
    &quot;EmployeeId&quot;: 13,
    &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
    &quot;ClientId&quot;: 15,
    &quot;ClientName&quot;: &quot;sample string 16&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:56.322343+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfNutritionAndWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;NutritionAndWeight&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
    &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
    &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
    &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
    &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
    &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
    &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
    &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
    &lt;Length&gt;64&lt;/Length&gt;
    &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
    &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
    &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
    &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
    &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
    &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
    &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
    &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
    &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
    &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
    &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
  &lt;/NutritionAndWeight&gt;
  &lt;NutritionAndWeight&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
    &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
    &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
    &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
    &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
    &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
    &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
    &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
    &lt;Length&gt;64&lt;/Length&gt;
    &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
    &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
    &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
    &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
    &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
    &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
    &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
    &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
    &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
    &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
    &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
  &lt;/NutritionAndWeight&gt;
&lt;/ArrayOfNutritionAndWeight&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfNutritionAndWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;NutritionAndWeight&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
    &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
    &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
    &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
    &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
    &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
    &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
    &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
    &lt;Length&gt;64&lt;/Length&gt;
    &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
    &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
    &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
    &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
    &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
    &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
    &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
    &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
    &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
    &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
    &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
  &lt;/NutritionAndWeight&gt;
  &lt;NutritionAndWeight&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/RegistrationDate&gt;
    &lt;AbleToSatisfyNutritionNeedsId&gt;1&lt;/AbleToSatisfyNutritionNeedsId&gt;
    &lt;AbleToSatisfyNutritionNeedsValue&gt;sample string 8&lt;/AbleToSatisfyNutritionNeedsValue&gt;
    &lt;ActualWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/EndWeightDate&gt;
    &lt;EndWeightKg&gt;1.1&lt;/EndWeightKg&gt;
    &lt;HasSomeFormOfCancer&gt;true&lt;/HasSomeFormOfCancer&gt;
    &lt;InNeedOfAssistance&gt;true&lt;/InNeedOfAssistance&gt;
    &lt;IsTerminal&gt;true&lt;/IsTerminal&gt;
    &lt;Length&gt;64&lt;/Length&gt;
    &lt;LossOfAppetiteId&gt;1&lt;/LossOfAppetiteId&gt;
    &lt;LossOfAppetiteValue&gt;sample string 9&lt;/LossOfAppetiteValue&gt;
    &lt;StartWeightDate&gt;2026-05-26T23:13:56.322343+02:00&lt;/StartWeightDate&gt;
    &lt;StartWeightKg&gt;1.1&lt;/StartWeightKg&gt;
    &lt;WantsSystematicConditionCheck&gt;true&lt;/WantsSystematicConditionCheck&gt;
    &lt;WeightLossLastMonthId&gt;1&lt;/WeightLossLastMonthId&gt;
    &lt;WeightLossLastMonthKg&gt;1.1&lt;/WeightLossLastMonthKg&gt;
    &lt;WeightLossLastMonthValue&gt;sample string 10&lt;/WeightLossLastMonthValue&gt;
    &lt;WeightLossLastSixMonthsId&gt;1&lt;/WeightLossLastSixMonthsId&gt;
    &lt;WeightLossLastSixMonthsKg&gt;1.1&lt;/WeightLossLastSixMonthsKg&gt;
    &lt;WeightLossLastSixMonthsValue&gt;sample string 11&lt;/WeightLossLastSixMonthsValue&gt;
  &lt;/NutritionAndWeight&gt;
&lt;/ArrayOfNutritionAndWeight&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/RiskCards/Actual?clientId={clientId}">
                <doc title="PlanCare2Api/CareRegistration/RiskCards/Actual?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;ActualDate&quot;: &quot;2026-05-26T22:08:30.5445583+02:00&quot;,
  &quot;HistoricalDate&quot;: &quot;2026-05-26T22:08:30.5445583+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
  &quot;Categories&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CategoryName&quot;: &quot;sample string 1&quot;,
      &quot;Rank&quot;: 2,
      &quot;Risks&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;RiskName&quot;: &quot;sample string 1&quot;,
          &quot;RiskValue&quot;: &quot;sample string 2&quot;,
          &quot;Rank&quot;: 3,
          &quot;Agreement&quot;: &quot;sample string 4&quot;,
          &quot;Remarks&quot;: &quot;sample string 5&quot;,
          &quot;Enabled&quot;: true,
          &quot;References&quot;: [
            {
              &quot;$id&quot;: &quot;4&quot;,
              &quot;TextValue&quot;: &quot;sample string 1&quot;,
              &quot;Type&quot;: 1,
              &quot;Id&quot;: 2
            },
            {
              &quot;$ref&quot;: &quot;4&quot;
            }
          ]
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;TemplateName&quot;: &quot;sample string 3&quot;,
  &quot;MadeToDateByUsername&quot;: &quot;sample string 4&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;ActualDate&quot;: &quot;2026-05-26T22:08:30.5445583+02:00&quot;,
  &quot;HistoricalDate&quot;: &quot;2026-05-26T22:08:30.5445583+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
  &quot;Categories&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CategoryName&quot;: &quot;sample string 1&quot;,
      &quot;Rank&quot;: 2,
      &quot;Risks&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;RiskName&quot;: &quot;sample string 1&quot;,
          &quot;RiskValue&quot;: &quot;sample string 2&quot;,
          &quot;Rank&quot;: 3,
          &quot;Agreement&quot;: &quot;sample string 4&quot;,
          &quot;Remarks&quot;: &quot;sample string 5&quot;,
          &quot;Enabled&quot;: true,
          &quot;References&quot;: [
            {
              &quot;$id&quot;: &quot;4&quot;,
              &quot;TextValue&quot;: &quot;sample string 1&quot;,
              &quot;Type&quot;: 1,
              &quot;Id&quot;: 2
            },
            {
              &quot;$ref&quot;: &quot;4&quot;
            }
          ]
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;TemplateName&quot;: &quot;sample string 3&quot;,
  &quot;MadeToDateByUsername&quot;: &quot;sample string 4&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;RiskCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ActualDate&gt;2026-05-26T22:08:30.5445583+02:00&lt;/ActualDate&gt;
  &lt;Categories&gt;
    &lt;RiskCardCategory&gt;
      &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Risks&gt;
        &lt;RiskCardRisk&gt;
          &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
          &lt;Enabled&gt;true&lt;/Enabled&gt;
          &lt;Rank&gt;3&lt;/Rank&gt;
          &lt;References&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
          &lt;/References&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
          &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
        &lt;/RiskCardRisk&gt;
        &lt;RiskCardRisk&gt;
          &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
          &lt;Enabled&gt;true&lt;/Enabled&gt;
          &lt;Rank&gt;3&lt;/Rank&gt;
          &lt;References&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
          &lt;/References&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
          &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
        &lt;/RiskCardRisk&gt;
      &lt;/Risks&gt;
    &lt;/RiskCardCategory&gt;
    &lt;RiskCardCategory&gt;
      &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Risks&gt;
        &lt;RiskCardRisk&gt;
          &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
          &lt;Enabled&gt;true&lt;/Enabled&gt;
          &lt;Rank&gt;3&lt;/Rank&gt;
          &lt;References&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
          &lt;/References&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
          &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
        &lt;/RiskCardRisk&gt;
        &lt;RiskCardRisk&gt;
          &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
          &lt;Enabled&gt;true&lt;/Enabled&gt;
          &lt;Rank&gt;3&lt;/Rank&gt;
          &lt;References&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
          &lt;/References&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
          &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
        &lt;/RiskCardRisk&gt;
      &lt;/Risks&gt;
    &lt;/RiskCardCategory&gt;
  &lt;/Categories&gt;
  &lt;HistoricalDate&gt;2026-05-26T22:08:30.5445583+02:00&lt;/HistoricalDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
  &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
  &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
&lt;/RiskCard&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;RiskCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ActualDate&gt;2026-05-26T22:08:30.5445583+02:00&lt;/ActualDate&gt;
  &lt;Categories&gt;
    &lt;RiskCardCategory&gt;
      &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Risks&gt;
        &lt;RiskCardRisk&gt;
          &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
          &lt;Enabled&gt;true&lt;/Enabled&gt;
          &lt;Rank&gt;3&lt;/Rank&gt;
          &lt;References&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
          &lt;/References&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
          &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
        &lt;/RiskCardRisk&gt;
        &lt;RiskCardRisk&gt;
          &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
          &lt;Enabled&gt;true&lt;/Enabled&gt;
          &lt;Rank&gt;3&lt;/Rank&gt;
          &lt;References&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
          &lt;/References&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
          &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
        &lt;/RiskCardRisk&gt;
      &lt;/Risks&gt;
    &lt;/RiskCardCategory&gt;
    &lt;RiskCardCategory&gt;
      &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Risks&gt;
        &lt;RiskCardRisk&gt;
          &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
          &lt;Enabled&gt;true&lt;/Enabled&gt;
          &lt;Rank&gt;3&lt;/Rank&gt;
          &lt;References&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
          &lt;/References&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
          &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
        &lt;/RiskCardRisk&gt;
        &lt;RiskCardRisk&gt;
          &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
          &lt;Enabled&gt;true&lt;/Enabled&gt;
          &lt;Rank&gt;3&lt;/Rank&gt;
          &lt;References&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
            &lt;RiskCardRiskReference&gt;
              &lt;Id&gt;2&lt;/Id&gt;
              &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
              &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
            &lt;/RiskCardRiskReference&gt;
          &lt;/References&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
          &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
        &lt;/RiskCardRisk&gt;
      &lt;/Risks&gt;
    &lt;/RiskCardCategory&gt;
  &lt;/Categories&gt;
  &lt;HistoricalDate&gt;2026-05-26T22:08:30.5445583+02:00&lt;/HistoricalDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
  &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
  &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
&lt;/RiskCard&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/RiskCards?clientId={clientId}">
                <doc title="PlanCare2Api/CareRegistration/RiskCards?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ActualDate&quot;: &quot;2026-05-26T23:13:55.244199+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:55.244199+02:00&quot;,
    &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
    &quot;Categories&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;CategoryName&quot;: &quot;sample string 1&quot;,
        &quot;Rank&quot;: 2,
        &quot;Risks&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;RiskName&quot;: &quot;sample string 1&quot;,
            &quot;RiskValue&quot;: &quot;sample string 2&quot;,
            &quot;Rank&quot;: 3,
            &quot;Agreement&quot;: &quot;sample string 4&quot;,
            &quot;Remarks&quot;: &quot;sample string 5&quot;,
            &quot;Enabled&quot;: true,
            &quot;References&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;TextValue&quot;: &quot;sample string 1&quot;,
                &quot;Type&quot;: 1,
                &quot;Id&quot;: 2
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ]
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;TemplateName&quot;: &quot;sample string 3&quot;,
    &quot;MadeToDateByUsername&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ActualDate&quot;: &quot;2026-05-26T23:13:55.244199+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:55.244199+02:00&quot;,
    &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
    &quot;Categories&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;CategoryName&quot;: &quot;sample string 1&quot;,
        &quot;Rank&quot;: 2,
        &quot;Risks&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;RiskName&quot;: &quot;sample string 1&quot;,
            &quot;RiskValue&quot;: &quot;sample string 2&quot;,
            &quot;Rank&quot;: 3,
            &quot;Agreement&quot;: &quot;sample string 4&quot;,
            &quot;Remarks&quot;: &quot;sample string 5&quot;,
            &quot;Enabled&quot;: true,
            &quot;References&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;TextValue&quot;: &quot;sample string 1&quot;,
                &quot;Type&quot;: 1,
                &quot;Id&quot;: 2
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ]
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;TemplateName&quot;: &quot;sample string 3&quot;,
    &quot;MadeToDateByUsername&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRiskCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;RiskCard&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/ActualDate&gt;
    &lt;Categories&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
    &lt;/Categories&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/HistoricalDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/RiskCard&gt;
  &lt;RiskCard&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/ActualDate&gt;
    &lt;Categories&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
    &lt;/Categories&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/HistoricalDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/RiskCard&gt;
&lt;/ArrayOfRiskCard&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRiskCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;RiskCard&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/ActualDate&gt;
    &lt;Categories&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
    &lt;/Categories&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/HistoricalDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/RiskCard&gt;
  &lt;RiskCard&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/ActualDate&gt;
    &lt;Categories&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
    &lt;/Categories&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/HistoricalDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/RiskCard&gt;
&lt;/ArrayOfRiskCard&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/RiskCards?clientId={clientId}&amp;cardStatus={cardStatus}">
                <doc title="PlanCare2Api/CareRegistration/RiskCards?clientId={clientId}&amp;cardStatus={cardStatus}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="cardStatus"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ActualDate&quot;: &quot;2026-05-26T23:13:55.244199+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:55.244199+02:00&quot;,
    &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
    &quot;Categories&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;CategoryName&quot;: &quot;sample string 1&quot;,
        &quot;Rank&quot;: 2,
        &quot;Risks&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;RiskName&quot;: &quot;sample string 1&quot;,
            &quot;RiskValue&quot;: &quot;sample string 2&quot;,
            &quot;Rank&quot;: 3,
            &quot;Agreement&quot;: &quot;sample string 4&quot;,
            &quot;Remarks&quot;: &quot;sample string 5&quot;,
            &quot;Enabled&quot;: true,
            &quot;References&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;TextValue&quot;: &quot;sample string 1&quot;,
                &quot;Type&quot;: 1,
                &quot;Id&quot;: 2
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ]
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;TemplateName&quot;: &quot;sample string 3&quot;,
    &quot;MadeToDateByUsername&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ActualDate&quot;: &quot;2026-05-26T23:13:55.244199+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:55.244199+02:00&quot;,
    &quot;StatusDescription&quot;: &quot;sample string 2&quot;,
    &quot;Categories&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;CategoryName&quot;: &quot;sample string 1&quot;,
        &quot;Rank&quot;: 2,
        &quot;Risks&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;RiskName&quot;: &quot;sample string 1&quot;,
            &quot;RiskValue&quot;: &quot;sample string 2&quot;,
            &quot;Rank&quot;: 3,
            &quot;Agreement&quot;: &quot;sample string 4&quot;,
            &quot;Remarks&quot;: &quot;sample string 5&quot;,
            &quot;Enabled&quot;: true,
            &quot;References&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;TextValue&quot;: &quot;sample string 1&quot;,
                &quot;Type&quot;: 1,
                &quot;Id&quot;: 2
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ]
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;TemplateName&quot;: &quot;sample string 3&quot;,
    &quot;MadeToDateByUsername&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRiskCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;RiskCard&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/ActualDate&gt;
    &lt;Categories&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
    &lt;/Categories&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/HistoricalDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/RiskCard&gt;
  &lt;RiskCard&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/ActualDate&gt;
    &lt;Categories&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
    &lt;/Categories&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/HistoricalDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/RiskCard&gt;
&lt;/ArrayOfRiskCard&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRiskCard xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;RiskCard&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/ActualDate&gt;
    &lt;Categories&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
    &lt;/Categories&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/HistoricalDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/RiskCard&gt;
  &lt;RiskCard&gt;
    &lt;ActualDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/ActualDate&gt;
    &lt;Categories&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
      &lt;RiskCardCategory&gt;
        &lt;CategoryName&gt;sample string 1&lt;/CategoryName&gt;
        &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;Risks&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
          &lt;RiskCardRisk&gt;
            &lt;Agreement&gt;sample string 4&lt;/Agreement&gt;
            &lt;Enabled&gt;true&lt;/Enabled&gt;
            &lt;Rank&gt;3&lt;/Rank&gt;
            &lt;References&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
              &lt;RiskCardRiskReference&gt;
                &lt;Id&gt;2&lt;/Id&gt;
                &lt;TextValue&gt;sample string 1&lt;/TextValue&gt;
                &lt;Type&gt;ClientplanPartGoal&lt;/Type&gt;
              &lt;/RiskCardRiskReference&gt;
            &lt;/References&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;RiskName&gt;sample string 1&lt;/RiskName&gt;
            &lt;RiskValue&gt;sample string 2&lt;/RiskValue&gt;
          &lt;/RiskCardRisk&gt;
        &lt;/Risks&gt;
      &lt;/RiskCardCategory&gt;
    &lt;/Categories&gt;
    &lt;HistoricalDate&gt;2026-05-26T23:13:55.244199+02:00&lt;/HistoricalDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;MadeToDateByUsername&gt;sample string 4&lt;/MadeToDateByUsername&gt;
    &lt;StatusDescription&gt;sample string 2&lt;/StatusDescription&gt;
    &lt;TemplateName&gt;sample string 3&lt;/TemplateName&gt;
  &lt;/RiskCard&gt;
&lt;/ArrayOfRiskCard&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TransferAdvices">
                <doc title="PlanCare2Api/CareRegistration/TransferAdvices" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Lines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;TypeId&quot;: 2,
      &quot;Type&quot;: &quot;sample string 3&quot;,
      &quot;TransferId&quot;: 4,
      &quot;TransferText&quot;: &quot;sample string 5&quot;,
      &quot;Remarks&quot;: &quot;sample string 6&quot;,
      &quot;ImageId&quot;: 1,
      &quot;Image&quot;: &quot;sample string 7&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;EmployeeId&quot;: 2,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Lines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;TypeId&quot;: 2,
      &quot;Type&quot;: &quot;sample string 3&quot;,
      &quot;TransferId&quot;: 4,
      &quot;TransferText&quot;: &quot;sample string 5&quot;,
      &quot;Remarks&quot;: &quot;sample string 6&quot;,
      &quot;ImageId&quot;: 1,
      &quot;Image&quot;: &quot;sample string 7&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;EmployeeId&quot;: 2,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/RegistrationDate&gt;
  &lt;Lines&gt;
    &lt;TransferAdviceLine&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Image&gt;sample string 7&lt;/Image&gt;
      &lt;ImageId&gt;1&lt;/ImageId&gt;
      &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
      &lt;TransferId&gt;4&lt;/TransferId&gt;
      &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
      &lt;Type&gt;sample string 3&lt;/Type&gt;
      &lt;TypeId&gt;2&lt;/TypeId&gt;
    &lt;/TransferAdviceLine&gt;
    &lt;TransferAdviceLine&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Image&gt;sample string 7&lt;/Image&gt;
      &lt;ImageId&gt;1&lt;/ImageId&gt;
      &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
      &lt;TransferId&gt;4&lt;/TransferId&gt;
      &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
      &lt;Type&gt;sample string 3&lt;/Type&gt;
      &lt;TypeId&gt;2&lt;/TypeId&gt;
    &lt;/TransferAdviceLine&gt;
  &lt;/Lines&gt;
&lt;/TransferAdvice&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/RegistrationDate&gt;
  &lt;Lines&gt;
    &lt;TransferAdviceLine&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Image&gt;sample string 7&lt;/Image&gt;
      &lt;ImageId&gt;1&lt;/ImageId&gt;
      &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
      &lt;TransferId&gt;4&lt;/TransferId&gt;
      &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
      &lt;Type&gt;sample string 3&lt;/Type&gt;
      &lt;TypeId&gt;2&lt;/TypeId&gt;
    &lt;/TransferAdviceLine&gt;
    &lt;TransferAdviceLine&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Image&gt;sample string 7&lt;/Image&gt;
      &lt;ImageId&gt;1&lt;/ImageId&gt;
      &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
      &lt;TransferId&gt;4&lt;/TransferId&gt;
      &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
      &lt;Type&gt;sample string 3&lt;/Type&gt;
      &lt;TypeId&gt;2&lt;/TypeId&gt;
    &lt;/TransferAdviceLine&gt;
  &lt;/Lines&gt;
&lt;/TransferAdvice&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TransferAdvices/{id}">
                <doc title="PlanCare2Api/CareRegistration/TransferAdvices/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TransferAdvices/ChangeOfTransferAdvices">
                <doc title="PlanCare2Api/CareRegistration/TransferAdvices/ChangeOfTransferAdvices" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Lines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;TypeId&quot;: 2,
      &quot;Type&quot;: &quot;sample string 3&quot;,
      &quot;TransferId&quot;: 4,
      &quot;TransferText&quot;: &quot;sample string 5&quot;,
      &quot;Remarks&quot;: &quot;sample string 6&quot;,
      &quot;ImageId&quot;: 1,
      &quot;Image&quot;: &quot;sample string 7&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;EmployeeId&quot;: 2,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Lines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;TypeId&quot;: 2,
      &quot;Type&quot;: &quot;sample string 3&quot;,
      &quot;TransferId&quot;: 4,
      &quot;TransferText&quot;: &quot;sample string 5&quot;,
      &quot;Remarks&quot;: &quot;sample string 6&quot;,
      &quot;ImageId&quot;: 1,
      &quot;Image&quot;: &quot;sample string 7&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;EmployeeId&quot;: 2,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/RegistrationDate&gt;
  &lt;Lines&gt;
    &lt;TransferAdviceLine&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Image&gt;sample string 7&lt;/Image&gt;
      &lt;ImageId&gt;1&lt;/ImageId&gt;
      &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
      &lt;TransferId&gt;4&lt;/TransferId&gt;
      &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
      &lt;Type&gt;sample string 3&lt;/Type&gt;
      &lt;TypeId&gt;2&lt;/TypeId&gt;
    &lt;/TransferAdviceLine&gt;
    &lt;TransferAdviceLine&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Image&gt;sample string 7&lt;/Image&gt;
      &lt;ImageId&gt;1&lt;/ImageId&gt;
      &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
      &lt;TransferId&gt;4&lt;/TransferId&gt;
      &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
      &lt;Type&gt;sample string 3&lt;/Type&gt;
      &lt;TypeId&gt;2&lt;/TypeId&gt;
    &lt;/TransferAdviceLine&gt;
  &lt;/Lines&gt;
&lt;/ChangeOfTransferAdvice&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/RegistrationDate&gt;
  &lt;Lines&gt;
    &lt;TransferAdviceLine&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Image&gt;sample string 7&lt;/Image&gt;
      &lt;ImageId&gt;1&lt;/ImageId&gt;
      &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
      &lt;TransferId&gt;4&lt;/TransferId&gt;
      &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
      &lt;Type&gt;sample string 3&lt;/Type&gt;
      &lt;TypeId&gt;2&lt;/TypeId&gt;
    &lt;/TransferAdviceLine&gt;
    &lt;TransferAdviceLine&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Image&gt;sample string 7&lt;/Image&gt;
      &lt;ImageId&gt;1&lt;/ImageId&gt;
      &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
      &lt;TransferId&gt;4&lt;/TransferId&gt;
      &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
      &lt;Type&gt;sample string 3&lt;/Type&gt;
      &lt;TypeId&gt;2&lt;/TypeId&gt;
    &lt;/TransferAdviceLine&gt;
  &lt;/Lines&gt;
&lt;/ChangeOfTransferAdvice&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TransferAdvices/TransferAdviceLineImage?imageId={imageId}">
                <doc title="PlanCare2Api/CareRegistration/TransferAdvices/TransferAdviceLineImage?imageId={imageId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="imageId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>&quot;sample string&quot;</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>&quot;sample string&quot;</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;string xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;sample string&lt;/string&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;string xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;sample string&lt;/string&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TransferAdvices?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/TransferAdvices?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Lines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;TypeId&quot;: 2,
        &quot;Type&quot;: &quot;sample string 3&quot;,
        &quot;TransferId&quot;: 4,
        &quot;TransferText&quot;: &quot;sample string 5&quot;,
        &quot;Remarks&quot;: &quot;sample string 6&quot;,
        &quot;ImageId&quot;: 1,
        &quot;Image&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:08:58.3160689+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:58.3160689+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Lines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;TypeId&quot;: 2,
        &quot;Type&quot;: &quot;sample string 3&quot;,
        &quot;TransferId&quot;: 4,
        &quot;TransferText&quot;: &quot;sample string 5&quot;,
        &quot;Remarks&quot;: &quot;sample string 6&quot;,
        &quot;ImageId&quot;: 1,
        &quot;Image&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:08:58.3160689+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:58.3160689+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:58.3160689+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:58.3160689+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:58.3160689+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:58.3160689+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
&lt;/ArrayOfTransferAdvice&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:58.3160689+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:58.3160689+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:58.3160689+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:58.3160689+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
&lt;/ArrayOfTransferAdvice&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TransferAdvices?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/TransferAdvices?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Lines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;TypeId&quot;: 2,
        &quot;Type&quot;: &quot;sample string 3&quot;,
        &quot;TransferId&quot;: 4,
        &quot;TransferText&quot;: &quot;sample string 5&quot;,
        &quot;Remarks&quot;: &quot;sample string 6&quot;,
        &quot;ImageId&quot;: 1,
        &quot;Image&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Lines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;TypeId&quot;: 2,
        &quot;Type&quot;: &quot;sample string 3&quot;,
        &quot;TransferId&quot;: 4,
        &quot;TransferText&quot;: &quot;sample string 5&quot;,
        &quot;Remarks&quot;: &quot;sample string 6&quot;,
        &quot;ImageId&quot;: 1,
        &quot;Image&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.0879283+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
&lt;/ArrayOfTransferAdvice&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.0879283+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
&lt;/ArrayOfTransferAdvice&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TransferAdvices?clientId={clientId}&amp;includeImages={includeImages}">
                <doc title="PlanCare2Api/CareRegistration/TransferAdvices?clientId={clientId}&amp;includeImages={includeImages}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="includeImages"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Lines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;TypeId&quot;: 2,
        &quot;Type&quot;: &quot;sample string 3&quot;,
        &quot;TransferId&quot;: 4,
        &quot;TransferText&quot;: &quot;sample string 5&quot;,
        &quot;Remarks&quot;: &quot;sample string 6&quot;,
        &quot;ImageId&quot;: 1,
        &quot;Image&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:08:00.4116836+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:00.4116836+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Lines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;TypeId&quot;: 2,
        &quot;Type&quot;: &quot;sample string 3&quot;,
        &quot;TransferId&quot;: 4,
        &quot;TransferText&quot;: &quot;sample string 5&quot;,
        &quot;Remarks&quot;: &quot;sample string 6&quot;,
        &quot;ImageId&quot;: 1,
        &quot;Image&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:08:00.4116836+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:00.4116836+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:00.4116836+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:00.4116836+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:00.4116836+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:00.4116836+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
&lt;/ArrayOfTransferAdvice&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTransferAdvice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:00.4116836+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:00.4116836+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
  &lt;TransferAdvice&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:08:00.4116836+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:08:00.4116836+02:00&lt;/RegistrationDate&gt;
    &lt;Lines&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
      &lt;TransferAdviceLine&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Image&gt;sample string 7&lt;/Image&gt;
        &lt;ImageId&gt;1&lt;/ImageId&gt;
        &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
        &lt;TransferId&gt;4&lt;/TransferId&gt;
        &lt;TransferText&gt;sample string 5&lt;/TransferText&gt;
        &lt;Type&gt;sample string 3&lt;/Type&gt;
        &lt;TypeId&gt;2&lt;/TypeId&gt;
      &lt;/TransferAdviceLine&gt;
    &lt;/Lines&gt;
  &lt;/TransferAdvice&gt;
&lt;/ArrayOfTransferAdvice&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TubeFeeding">
                <doc title="PlanCare2Api/CareRegistration/TubeFeeding" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;BalloonVolumeId&quot;: 1,
  &quot;BalloonVolume&quot;: &quot;sample string 1&quot;,
  &quot;InsertionSiteId&quot;: 1,
  &quot;InsertionSite&quot;: &quot;sample string 2&quot;,
  &quot;TubeTypeId&quot;: 1,
  &quot;TubeType&quot;: &quot;sample string 3&quot;,
  &quot;TubeSizeId&quot;: 1,
  &quot;TubeSize&quot;: &quot;sample string 4&quot;,
  &quot;PumpPosition&quot;: &quot;sample string 5&quot;,
  &quot;RinseWhen&quot;: &quot;sample string 6&quot;,
  &quot;RinseHowOften&quot;: &quot;sample string 7&quot;,
  &quot;RinseWithWhat&quot;: &quot;sample string 8&quot;,
  &quot;RinseSpeed&quot;: &quot;sample string 9&quot;,
  &quot;RinseAmount&quot;: &quot;sample string 10&quot;,
  &quot;RinsePer24Hours&quot;: &quot;sample string 11&quot;,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Length&quot;: 1,
  &quot;PlacementDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;ChangeDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;PumpType&quot;: &quot;sample string 13&quot;,
  &quot;TubeLines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
      &quot;Administering&quot;: &quot;sample string 3&quot;,
      &quot;Amount&quot;: &quot;sample string 4&quot;,
      &quot;FeedingType&quot;: &quot;sample string 5&quot;,
      &quot;Duration&quot;: &quot;sample string 6&quot;,
      &quot;Speed&quot;: &quot;sample string 7&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;SupplementaryLines&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;FeedingType&quot;: &quot;sample string 2&quot;,
      &quot;Portion&quot;: &quot;sample string 3&quot;,
      &quot;TimesPerDay&quot;: &quot;sample string 4&quot;,
      &quot;Amount&quot;: &quot;sample string 5&quot;,
      &quot;Brand&quot;: &quot;sample string 6&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Id&quot;: 14,
  &quot;EmployeeId&quot;: 15,
  &quot;EmployeeName&quot;: &quot;sample string 16&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;BalloonVolumeId&quot;: 1,
  &quot;BalloonVolume&quot;: &quot;sample string 1&quot;,
  &quot;InsertionSiteId&quot;: 1,
  &quot;InsertionSite&quot;: &quot;sample string 2&quot;,
  &quot;TubeTypeId&quot;: 1,
  &quot;TubeType&quot;: &quot;sample string 3&quot;,
  &quot;TubeSizeId&quot;: 1,
  &quot;TubeSize&quot;: &quot;sample string 4&quot;,
  &quot;PumpPosition&quot;: &quot;sample string 5&quot;,
  &quot;RinseWhen&quot;: &quot;sample string 6&quot;,
  &quot;RinseHowOften&quot;: &quot;sample string 7&quot;,
  &quot;RinseWithWhat&quot;: &quot;sample string 8&quot;,
  &quot;RinseSpeed&quot;: &quot;sample string 9&quot;,
  &quot;RinseAmount&quot;: &quot;sample string 10&quot;,
  &quot;RinsePer24Hours&quot;: &quot;sample string 11&quot;,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Length&quot;: 1,
  &quot;PlacementDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;ChangeDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;PumpType&quot;: &quot;sample string 13&quot;,
  &quot;TubeLines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
      &quot;Administering&quot;: &quot;sample string 3&quot;,
      &quot;Amount&quot;: &quot;sample string 4&quot;,
      &quot;FeedingType&quot;: &quot;sample string 5&quot;,
      &quot;Duration&quot;: &quot;sample string 6&quot;,
      &quot;Speed&quot;: &quot;sample string 7&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;SupplementaryLines&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;FeedingType&quot;: &quot;sample string 2&quot;,
      &quot;Portion&quot;: &quot;sample string 3&quot;,
      &quot;TimesPerDay&quot;: &quot;sample string 4&quot;,
      &quot;Amount&quot;: &quot;sample string 5&quot;,
      &quot;Brand&quot;: &quot;sample string 6&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Id&quot;: 14,
  &quot;EmployeeId&quot;: 15,
  &quot;EmployeeName&quot;: &quot;sample string 16&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TubeFeeding xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
  &lt;Id&gt;14&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDate&gt;
  &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
  &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
  &lt;ChangeDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangeDate&gt;
  &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
  &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;PlacementDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/PlacementDate&gt;
  &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
  &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
  &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
  &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
  &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
  &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
  &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
  &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
  &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
  &lt;SupplementaryLines&gt;
    &lt;TubeFeedingSupplementaryLine&gt;
      &lt;Amount&gt;sample string 5&lt;/Amount&gt;
      &lt;Brand&gt;sample string 6&lt;/Brand&gt;
      &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Portion&gt;sample string 3&lt;/Portion&gt;
      &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
    &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;TubeFeedingSupplementaryLine&gt;
      &lt;Amount&gt;sample string 5&lt;/Amount&gt;
      &lt;Brand&gt;sample string 6&lt;/Brand&gt;
      &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Portion&gt;sample string 3&lt;/Portion&gt;
      &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
    &lt;/TubeFeedingSupplementaryLine&gt;
  &lt;/SupplementaryLines&gt;
  &lt;TubeLines&gt;
    &lt;TubeFeedingTubeLine&gt;
      &lt;Administering&gt;sample string 3&lt;/Administering&gt;
      &lt;Amount&gt;sample string 4&lt;/Amount&gt;
      &lt;Duration&gt;sample string 6&lt;/Duration&gt;
      &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Speed&gt;sample string 7&lt;/Speed&gt;
      &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
    &lt;/TubeFeedingTubeLine&gt;
    &lt;TubeFeedingTubeLine&gt;
      &lt;Administering&gt;sample string 3&lt;/Administering&gt;
      &lt;Amount&gt;sample string 4&lt;/Amount&gt;
      &lt;Duration&gt;sample string 6&lt;/Duration&gt;
      &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Speed&gt;sample string 7&lt;/Speed&gt;
      &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
    &lt;/TubeFeedingTubeLine&gt;
  &lt;/TubeLines&gt;
  &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
  &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
  &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
  &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
&lt;/TubeFeeding&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TubeFeeding xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
  &lt;Id&gt;14&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDate&gt;
  &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
  &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
  &lt;ChangeDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangeDate&gt;
  &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
  &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;PlacementDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/PlacementDate&gt;
  &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
  &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
  &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
  &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
  &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
  &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
  &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
  &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
  &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
  &lt;SupplementaryLines&gt;
    &lt;TubeFeedingSupplementaryLine&gt;
      &lt;Amount&gt;sample string 5&lt;/Amount&gt;
      &lt;Brand&gt;sample string 6&lt;/Brand&gt;
      &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Portion&gt;sample string 3&lt;/Portion&gt;
      &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
    &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;TubeFeedingSupplementaryLine&gt;
      &lt;Amount&gt;sample string 5&lt;/Amount&gt;
      &lt;Brand&gt;sample string 6&lt;/Brand&gt;
      &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Portion&gt;sample string 3&lt;/Portion&gt;
      &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
    &lt;/TubeFeedingSupplementaryLine&gt;
  &lt;/SupplementaryLines&gt;
  &lt;TubeLines&gt;
    &lt;TubeFeedingTubeLine&gt;
      &lt;Administering&gt;sample string 3&lt;/Administering&gt;
      &lt;Amount&gt;sample string 4&lt;/Amount&gt;
      &lt;Duration&gt;sample string 6&lt;/Duration&gt;
      &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Speed&gt;sample string 7&lt;/Speed&gt;
      &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
    &lt;/TubeFeedingTubeLine&gt;
    &lt;TubeFeedingTubeLine&gt;
      &lt;Administering&gt;sample string 3&lt;/Administering&gt;
      &lt;Amount&gt;sample string 4&lt;/Amount&gt;
      &lt;Duration&gt;sample string 6&lt;/Duration&gt;
      &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Speed&gt;sample string 7&lt;/Speed&gt;
      &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
    &lt;/TubeFeedingTubeLine&gt;
  &lt;/TubeLines&gt;
  &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
  &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
  &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
  &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
&lt;/TubeFeeding&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TubeFeeding/{id}">
                <doc title="PlanCare2Api/CareRegistration/TubeFeeding/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TubeFeeding/ChangeOfTubeFeedings">
                <doc title="PlanCare2Api/CareRegistration/TubeFeeding/ChangeOfTubeFeedings" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;BalloonVolumeId&quot;: 1,
  &quot;BalloonVolume&quot;: &quot;sample string 1&quot;,
  &quot;InsertionSiteId&quot;: 1,
  &quot;InsertionSite&quot;: &quot;sample string 2&quot;,
  &quot;TubeTypeId&quot;: 1,
  &quot;TubeType&quot;: &quot;sample string 3&quot;,
  &quot;TubeSizeId&quot;: 1,
  &quot;TubeSize&quot;: &quot;sample string 4&quot;,
  &quot;PumpPosition&quot;: &quot;sample string 5&quot;,
  &quot;RinseWhen&quot;: &quot;sample string 6&quot;,
  &quot;RinseHowOften&quot;: &quot;sample string 7&quot;,
  &quot;RinseWithWhat&quot;: &quot;sample string 8&quot;,
  &quot;RinseSpeed&quot;: &quot;sample string 9&quot;,
  &quot;RinseAmount&quot;: &quot;sample string 10&quot;,
  &quot;RinsePer24Hours&quot;: &quot;sample string 11&quot;,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Length&quot;: 1,
  &quot;PlacementDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;,
  &quot;ChangeDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;,
  &quot;PumpType&quot;: &quot;sample string 13&quot;,
  &quot;TubeLines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;StartDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;,
      &quot;Administering&quot;: &quot;sample string 3&quot;,
      &quot;Amount&quot;: &quot;sample string 4&quot;,
      &quot;FeedingType&quot;: &quot;sample string 5&quot;,
      &quot;Duration&quot;: &quot;sample string 6&quot;,
      &quot;Speed&quot;: &quot;sample string 7&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;SupplementaryLines&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;FeedingType&quot;: &quot;sample string 2&quot;,
      &quot;Portion&quot;: &quot;sample string 3&quot;,
      &quot;TimesPerDay&quot;: &quot;sample string 4&quot;,
      &quot;Amount&quot;: &quot;sample string 5&quot;,
      &quot;Brand&quot;: &quot;sample string 6&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Id&quot;: 14,
  &quot;EmployeeId&quot;: 15,
  &quot;EmployeeName&quot;: &quot;sample string 16&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;BalloonVolumeId&quot;: 1,
  &quot;BalloonVolume&quot;: &quot;sample string 1&quot;,
  &quot;InsertionSiteId&quot;: 1,
  &quot;InsertionSite&quot;: &quot;sample string 2&quot;,
  &quot;TubeTypeId&quot;: 1,
  &quot;TubeType&quot;: &quot;sample string 3&quot;,
  &quot;TubeSizeId&quot;: 1,
  &quot;TubeSize&quot;: &quot;sample string 4&quot;,
  &quot;PumpPosition&quot;: &quot;sample string 5&quot;,
  &quot;RinseWhen&quot;: &quot;sample string 6&quot;,
  &quot;RinseHowOften&quot;: &quot;sample string 7&quot;,
  &quot;RinseWithWhat&quot;: &quot;sample string 8&quot;,
  &quot;RinseSpeed&quot;: &quot;sample string 9&quot;,
  &quot;RinseAmount&quot;: &quot;sample string 10&quot;,
  &quot;RinsePer24Hours&quot;: &quot;sample string 11&quot;,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Length&quot;: 1,
  &quot;PlacementDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;,
  &quot;ChangeDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;,
  &quot;PumpType&quot;: &quot;sample string 13&quot;,
  &quot;TubeLines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;StartDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;,
      &quot;Administering&quot;: &quot;sample string 3&quot;,
      &quot;Amount&quot;: &quot;sample string 4&quot;,
      &quot;FeedingType&quot;: &quot;sample string 5&quot;,
      &quot;Duration&quot;: &quot;sample string 6&quot;,
      &quot;Speed&quot;: &quot;sample string 7&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;SupplementaryLines&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;FeedingType&quot;: &quot;sample string 2&quot;,
      &quot;Portion&quot;: &quot;sample string 3&quot;,
      &quot;TimesPerDay&quot;: &quot;sample string 4&quot;,
      &quot;Amount&quot;: &quot;sample string 5&quot;,
      &quot;Brand&quot;: &quot;sample string 6&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Id&quot;: 14,
  &quot;EmployeeId&quot;: 15,
  &quot;EmployeeName&quot;: &quot;sample string 16&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:19.1434871+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTubeFeeding xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
  &lt;Id&gt;14&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/RegistrationDate&gt;
  &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
  &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
  &lt;ChangeDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/ChangeDate&gt;
  &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
  &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;PlacementDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/PlacementDate&gt;
  &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
  &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
  &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
  &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
  &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
  &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
  &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
  &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
  &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
  &lt;SupplementaryLines&gt;
    &lt;TubeFeedingSupplementaryLine&gt;
      &lt;Amount&gt;sample string 5&lt;/Amount&gt;
      &lt;Brand&gt;sample string 6&lt;/Brand&gt;
      &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Portion&gt;sample string 3&lt;/Portion&gt;
      &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
    &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;TubeFeedingSupplementaryLine&gt;
      &lt;Amount&gt;sample string 5&lt;/Amount&gt;
      &lt;Brand&gt;sample string 6&lt;/Brand&gt;
      &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Portion&gt;sample string 3&lt;/Portion&gt;
      &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
    &lt;/TubeFeedingSupplementaryLine&gt;
  &lt;/SupplementaryLines&gt;
  &lt;TubeLines&gt;
    &lt;TubeFeedingTubeLine&gt;
      &lt;Administering&gt;sample string 3&lt;/Administering&gt;
      &lt;Amount&gt;sample string 4&lt;/Amount&gt;
      &lt;Duration&gt;sample string 6&lt;/Duration&gt;
      &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Speed&gt;sample string 7&lt;/Speed&gt;
      &lt;StartDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/StartDate&gt;
    &lt;/TubeFeedingTubeLine&gt;
    &lt;TubeFeedingTubeLine&gt;
      &lt;Administering&gt;sample string 3&lt;/Administering&gt;
      &lt;Amount&gt;sample string 4&lt;/Amount&gt;
      &lt;Duration&gt;sample string 6&lt;/Duration&gt;
      &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Speed&gt;sample string 7&lt;/Speed&gt;
      &lt;StartDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/StartDate&gt;
    &lt;/TubeFeedingTubeLine&gt;
  &lt;/TubeLines&gt;
  &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
  &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
  &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
  &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
&lt;/ChangeOfTubeFeeding&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTubeFeeding xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
  &lt;Id&gt;14&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/RegistrationDate&gt;
  &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
  &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
  &lt;ChangeDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/ChangeDate&gt;
  &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
  &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;PlacementDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/PlacementDate&gt;
  &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
  &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
  &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
  &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
  &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
  &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
  &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
  &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
  &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
  &lt;SupplementaryLines&gt;
    &lt;TubeFeedingSupplementaryLine&gt;
      &lt;Amount&gt;sample string 5&lt;/Amount&gt;
      &lt;Brand&gt;sample string 6&lt;/Brand&gt;
      &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Portion&gt;sample string 3&lt;/Portion&gt;
      &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
    &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;TubeFeedingSupplementaryLine&gt;
      &lt;Amount&gt;sample string 5&lt;/Amount&gt;
      &lt;Brand&gt;sample string 6&lt;/Brand&gt;
      &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Portion&gt;sample string 3&lt;/Portion&gt;
      &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
    &lt;/TubeFeedingSupplementaryLine&gt;
  &lt;/SupplementaryLines&gt;
  &lt;TubeLines&gt;
    &lt;TubeFeedingTubeLine&gt;
      &lt;Administering&gt;sample string 3&lt;/Administering&gt;
      &lt;Amount&gt;sample string 4&lt;/Amount&gt;
      &lt;Duration&gt;sample string 6&lt;/Duration&gt;
      &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Speed&gt;sample string 7&lt;/Speed&gt;
      &lt;StartDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/StartDate&gt;
    &lt;/TubeFeedingTubeLine&gt;
    &lt;TubeFeedingTubeLine&gt;
      &lt;Administering&gt;sample string 3&lt;/Administering&gt;
      &lt;Amount&gt;sample string 4&lt;/Amount&gt;
      &lt;Duration&gt;sample string 6&lt;/Duration&gt;
      &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Speed&gt;sample string 7&lt;/Speed&gt;
      &lt;StartDate&gt;2026-05-26T22:10:19.1434871+02:00&lt;/StartDate&gt;
    &lt;/TubeFeedingTubeLine&gt;
  &lt;/TubeLines&gt;
  &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
  &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
  &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
  &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
&lt;/ChangeOfTubeFeeding&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TubeFeeding?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/TubeFeeding?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BalloonVolumeId&quot;: 1,
    &quot;BalloonVolume&quot;: &quot;sample string 1&quot;,
    &quot;InsertionSiteId&quot;: 1,
    &quot;InsertionSite&quot;: &quot;sample string 2&quot;,
    &quot;TubeTypeId&quot;: 1,
    &quot;TubeType&quot;: &quot;sample string 3&quot;,
    &quot;TubeSizeId&quot;: 1,
    &quot;TubeSize&quot;: &quot;sample string 4&quot;,
    &quot;PumpPosition&quot;: &quot;sample string 5&quot;,
    &quot;RinseWhen&quot;: &quot;sample string 6&quot;,
    &quot;RinseHowOften&quot;: &quot;sample string 7&quot;,
    &quot;RinseWithWhat&quot;: &quot;sample string 8&quot;,
    &quot;RinseSpeed&quot;: &quot;sample string 9&quot;,
    &quot;RinseAmount&quot;: &quot;sample string 10&quot;,
    &quot;RinsePer24Hours&quot;: &quot;sample string 11&quot;,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Length&quot;: 1,
    &quot;PlacementDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;ChangeDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;PumpType&quot;: &quot;sample string 13&quot;,
    &quot;TubeLines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
        &quot;Administering&quot;: &quot;sample string 3&quot;,
        &quot;Amount&quot;: &quot;sample string 4&quot;,
        &quot;FeedingType&quot;: &quot;sample string 5&quot;,
        &quot;Duration&quot;: &quot;sample string 6&quot;,
        &quot;Speed&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SupplementaryLines&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;FeedingType&quot;: &quot;sample string 2&quot;,
        &quot;Portion&quot;: &quot;sample string 3&quot;,
        &quot;TimesPerDay&quot;: &quot;sample string 4&quot;,
        &quot;Amount&quot;: &quot;sample string 5&quot;,
        &quot;Brand&quot;: &quot;sample string 6&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Id&quot;: 14,
    &quot;EmployeeId&quot;: 15,
    &quot;EmployeeName&quot;: &quot;sample string 16&quot;,
    &quot;ClientId&quot;: 17,
    &quot;ClientName&quot;: &quot;sample string 18&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BalloonVolumeId&quot;: 1,
    &quot;BalloonVolume&quot;: &quot;sample string 1&quot;,
    &quot;InsertionSiteId&quot;: 1,
    &quot;InsertionSite&quot;: &quot;sample string 2&quot;,
    &quot;TubeTypeId&quot;: 1,
    &quot;TubeType&quot;: &quot;sample string 3&quot;,
    &quot;TubeSizeId&quot;: 1,
    &quot;TubeSize&quot;: &quot;sample string 4&quot;,
    &quot;PumpPosition&quot;: &quot;sample string 5&quot;,
    &quot;RinseWhen&quot;: &quot;sample string 6&quot;,
    &quot;RinseHowOften&quot;: &quot;sample string 7&quot;,
    &quot;RinseWithWhat&quot;: &quot;sample string 8&quot;,
    &quot;RinseSpeed&quot;: &quot;sample string 9&quot;,
    &quot;RinseAmount&quot;: &quot;sample string 10&quot;,
    &quot;RinsePer24Hours&quot;: &quot;sample string 11&quot;,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Length&quot;: 1,
    &quot;PlacementDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;ChangeDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;PumpType&quot;: &quot;sample string 13&quot;,
    &quot;TubeLines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
        &quot;Administering&quot;: &quot;sample string 3&quot;,
        &quot;Amount&quot;: &quot;sample string 4&quot;,
        &quot;FeedingType&quot;: &quot;sample string 5&quot;,
        &quot;Duration&quot;: &quot;sample string 6&quot;,
        &quot;Speed&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SupplementaryLines&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;FeedingType&quot;: &quot;sample string 2&quot;,
        &quot;Portion&quot;: &quot;sample string 3&quot;,
        &quot;TimesPerDay&quot;: &quot;sample string 4&quot;,
        &quot;Amount&quot;: &quot;sample string 5&quot;,
        &quot;Brand&quot;: &quot;sample string 6&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Id&quot;: 14,
    &quot;EmployeeId&quot;: 15,
    &quot;EmployeeName&quot;: &quot;sample string 16&quot;,
    &quot;ClientId&quot;: 17,
    &quot;ClientName&quot;: &quot;sample string 18&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTubeFeeding xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TubeFeeding&gt;
    &lt;ClientId&gt;17&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
    &lt;Id&gt;14&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDate&gt;
    &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
    &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
    &lt;ChangeDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangeDate&gt;
    &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
    &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;PlacementDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/PlacementDate&gt;
    &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
    &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
    &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
    &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
    &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
    &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
    &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
    &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
    &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
    &lt;SupplementaryLines&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;/SupplementaryLines&gt;
    &lt;TubeLines&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
    &lt;/TubeLines&gt;
    &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
    &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
    &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
    &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
  &lt;/TubeFeeding&gt;
  &lt;TubeFeeding&gt;
    &lt;ClientId&gt;17&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
    &lt;Id&gt;14&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDate&gt;
    &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
    &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
    &lt;ChangeDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangeDate&gt;
    &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
    &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;PlacementDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/PlacementDate&gt;
    &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
    &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
    &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
    &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
    &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
    &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
    &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
    &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
    &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
    &lt;SupplementaryLines&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;/SupplementaryLines&gt;
    &lt;TubeLines&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
    &lt;/TubeLines&gt;
    &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
    &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
    &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
    &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
  &lt;/TubeFeeding&gt;
&lt;/ArrayOfTubeFeeding&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTubeFeeding xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TubeFeeding&gt;
    &lt;ClientId&gt;17&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
    &lt;Id&gt;14&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDate&gt;
    &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
    &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
    &lt;ChangeDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangeDate&gt;
    &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
    &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;PlacementDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/PlacementDate&gt;
    &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
    &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
    &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
    &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
    &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
    &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
    &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
    &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
    &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
    &lt;SupplementaryLines&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;/SupplementaryLines&gt;
    &lt;TubeLines&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
    &lt;/TubeLines&gt;
    &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
    &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
    &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
    &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
  &lt;/TubeFeeding&gt;
  &lt;TubeFeeding&gt;
    &lt;ClientId&gt;17&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
    &lt;Id&gt;14&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDate&gt;
    &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
    &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
    &lt;ChangeDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangeDate&gt;
    &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
    &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;PlacementDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/PlacementDate&gt;
    &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
    &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
    &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
    &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
    &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
    &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
    &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
    &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
    &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
    &lt;SupplementaryLines&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;/SupplementaryLines&gt;
    &lt;TubeLines&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
    &lt;/TubeLines&gt;
    &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
    &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
    &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
    &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
  &lt;/TubeFeeding&gt;
&lt;/ArrayOfTubeFeeding&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/TubeFeeding?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/TubeFeeding?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BalloonVolumeId&quot;: 1,
    &quot;BalloonVolume&quot;: &quot;sample string 1&quot;,
    &quot;InsertionSiteId&quot;: 1,
    &quot;InsertionSite&quot;: &quot;sample string 2&quot;,
    &quot;TubeTypeId&quot;: 1,
    &quot;TubeType&quot;: &quot;sample string 3&quot;,
    &quot;TubeSizeId&quot;: 1,
    &quot;TubeSize&quot;: &quot;sample string 4&quot;,
    &quot;PumpPosition&quot;: &quot;sample string 5&quot;,
    &quot;RinseWhen&quot;: &quot;sample string 6&quot;,
    &quot;RinseHowOften&quot;: &quot;sample string 7&quot;,
    &quot;RinseWithWhat&quot;: &quot;sample string 8&quot;,
    &quot;RinseSpeed&quot;: &quot;sample string 9&quot;,
    &quot;RinseAmount&quot;: &quot;sample string 10&quot;,
    &quot;RinsePer24Hours&quot;: &quot;sample string 11&quot;,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Length&quot;: 1,
    &quot;PlacementDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;,
    &quot;ChangeDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;,
    &quot;PumpType&quot;: &quot;sample string 13&quot;,
    &quot;TubeLines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;,
        &quot;Administering&quot;: &quot;sample string 3&quot;,
        &quot;Amount&quot;: &quot;sample string 4&quot;,
        &quot;FeedingType&quot;: &quot;sample string 5&quot;,
        &quot;Duration&quot;: &quot;sample string 6&quot;,
        &quot;Speed&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SupplementaryLines&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;FeedingType&quot;: &quot;sample string 2&quot;,
        &quot;Portion&quot;: &quot;sample string 3&quot;,
        &quot;TimesPerDay&quot;: &quot;sample string 4&quot;,
        &quot;Amount&quot;: &quot;sample string 5&quot;,
        &quot;Brand&quot;: &quot;sample string 6&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Id&quot;: 14,
    &quot;EmployeeId&quot;: 15,
    &quot;EmployeeName&quot;: &quot;sample string 16&quot;,
    &quot;ClientId&quot;: 17,
    &quot;ClientName&quot;: &quot;sample string 18&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BalloonVolumeId&quot;: 1,
    &quot;BalloonVolume&quot;: &quot;sample string 1&quot;,
    &quot;InsertionSiteId&quot;: 1,
    &quot;InsertionSite&quot;: &quot;sample string 2&quot;,
    &quot;TubeTypeId&quot;: 1,
    &quot;TubeType&quot;: &quot;sample string 3&quot;,
    &quot;TubeSizeId&quot;: 1,
    &quot;TubeSize&quot;: &quot;sample string 4&quot;,
    &quot;PumpPosition&quot;: &quot;sample string 5&quot;,
    &quot;RinseWhen&quot;: &quot;sample string 6&quot;,
    &quot;RinseHowOften&quot;: &quot;sample string 7&quot;,
    &quot;RinseWithWhat&quot;: &quot;sample string 8&quot;,
    &quot;RinseSpeed&quot;: &quot;sample string 9&quot;,
    &quot;RinseAmount&quot;: &quot;sample string 10&quot;,
    &quot;RinsePer24Hours&quot;: &quot;sample string 11&quot;,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Length&quot;: 1,
    &quot;PlacementDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;,
    &quot;ChangeDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;,
    &quot;PumpType&quot;: &quot;sample string 13&quot;,
    &quot;TubeLines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;,
        &quot;Administering&quot;: &quot;sample string 3&quot;,
        &quot;Amount&quot;: &quot;sample string 4&quot;,
        &quot;FeedingType&quot;: &quot;sample string 5&quot;,
        &quot;Duration&quot;: &quot;sample string 6&quot;,
        &quot;Speed&quot;: &quot;sample string 7&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SupplementaryLines&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;FeedingType&quot;: &quot;sample string 2&quot;,
        &quot;Portion&quot;: &quot;sample string 3&quot;,
        &quot;TimesPerDay&quot;: &quot;sample string 4&quot;,
        &quot;Amount&quot;: &quot;sample string 5&quot;,
        &quot;Brand&quot;: &quot;sample string 6&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Id&quot;: 14,
    &quot;EmployeeId&quot;: 15,
    &quot;EmployeeName&quot;: &quot;sample string 16&quot;,
    &quot;ClientId&quot;: 17,
    &quot;ClientName&quot;: &quot;sample string 18&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:12.9549236+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTubeFeeding xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TubeFeeding&gt;
    &lt;ClientId&gt;17&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
    &lt;Id&gt;14&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/RegistrationDate&gt;
    &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
    &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
    &lt;ChangeDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/ChangeDate&gt;
    &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
    &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;PlacementDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/PlacementDate&gt;
    &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
    &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
    &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
    &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
    &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
    &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
    &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
    &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
    &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
    &lt;SupplementaryLines&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;/SupplementaryLines&gt;
    &lt;TubeLines&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
    &lt;/TubeLines&gt;
    &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
    &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
    &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
    &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
  &lt;/TubeFeeding&gt;
  &lt;TubeFeeding&gt;
    &lt;ClientId&gt;17&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
    &lt;Id&gt;14&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/RegistrationDate&gt;
    &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
    &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
    &lt;ChangeDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/ChangeDate&gt;
    &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
    &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;PlacementDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/PlacementDate&gt;
    &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
    &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
    &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
    &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
    &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
    &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
    &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
    &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
    &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
    &lt;SupplementaryLines&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;/SupplementaryLines&gt;
    &lt;TubeLines&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
    &lt;/TubeLines&gt;
    &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
    &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
    &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
    &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
  &lt;/TubeFeeding&gt;
&lt;/ArrayOfTubeFeeding&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTubeFeeding xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;TubeFeeding&gt;
    &lt;ClientId&gt;17&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
    &lt;Id&gt;14&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/RegistrationDate&gt;
    &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
    &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
    &lt;ChangeDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/ChangeDate&gt;
    &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
    &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;PlacementDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/PlacementDate&gt;
    &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
    &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
    &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
    &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
    &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
    &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
    &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
    &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
    &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
    &lt;SupplementaryLines&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;/SupplementaryLines&gt;
    &lt;TubeLines&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
    &lt;/TubeLines&gt;
    &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
    &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
    &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
    &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
  &lt;/TubeFeeding&gt;
  &lt;TubeFeeding&gt;
    &lt;ClientId&gt;17&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;15&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 16&lt;/EmployeeName&gt;
    &lt;Id&gt;14&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/RegistrationDate&gt;
    &lt;BalloonVolume&gt;sample string 1&lt;/BalloonVolume&gt;
    &lt;BalloonVolumeId&gt;1&lt;/BalloonVolumeId&gt;
    &lt;ChangeDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/ChangeDate&gt;
    &lt;InsertionSite&gt;sample string 2&lt;/InsertionSite&gt;
    &lt;InsertionSiteId&gt;1&lt;/InsertionSiteId&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;PlacementDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/PlacementDate&gt;
    &lt;PumpPosition&gt;sample string 5&lt;/PumpPosition&gt;
    &lt;PumpType&gt;sample string 13&lt;/PumpType&gt;
    &lt;Remarks&gt;sample string 12&lt;/Remarks&gt;
    &lt;RinseAmount&gt;sample string 10&lt;/RinseAmount&gt;
    &lt;RinseHowOften&gt;sample string 7&lt;/RinseHowOften&gt;
    &lt;RinsePer24Hours&gt;sample string 11&lt;/RinsePer24Hours&gt;
    &lt;RinseSpeed&gt;sample string 9&lt;/RinseSpeed&gt;
    &lt;RinseWhen&gt;sample string 6&lt;/RinseWhen&gt;
    &lt;RinseWithWhat&gt;sample string 8&lt;/RinseWithWhat&gt;
    &lt;SupplementaryLines&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
      &lt;TubeFeedingSupplementaryLine&gt;
        &lt;Amount&gt;sample string 5&lt;/Amount&gt;
        &lt;Brand&gt;sample string 6&lt;/Brand&gt;
        &lt;FeedingType&gt;sample string 2&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Portion&gt;sample string 3&lt;/Portion&gt;
        &lt;TimesPerDay&gt;sample string 4&lt;/TimesPerDay&gt;
      &lt;/TubeFeedingSupplementaryLine&gt;
    &lt;/SupplementaryLines&gt;
    &lt;TubeLines&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
      &lt;TubeFeedingTubeLine&gt;
        &lt;Administering&gt;sample string 3&lt;/Administering&gt;
        &lt;Amount&gt;sample string 4&lt;/Amount&gt;
        &lt;Duration&gt;sample string 6&lt;/Duration&gt;
        &lt;FeedingType&gt;sample string 5&lt;/FeedingType&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Speed&gt;sample string 7&lt;/Speed&gt;
        &lt;StartDate&gt;2026-05-26T22:09:12.9549236+02:00&lt;/StartDate&gt;
      &lt;/TubeFeedingTubeLine&gt;
    &lt;/TubeLines&gt;
    &lt;TubeSize&gt;sample string 4&lt;/TubeSize&gt;
    &lt;TubeSizeId&gt;1&lt;/TubeSizeId&gt;
    &lt;TubeType&gt;sample string 3&lt;/TubeType&gt;
    &lt;TubeTypeId&gt;1&lt;/TubeTypeId&gt;
  &lt;/TubeFeeding&gt;
&lt;/ArrayOfTubeFeeding&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/UrineResults">
                <doc title="PlanCare2Api/CareRegistration/UrineResults" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;TypeTestId&quot;: 1,
  &quot;TypeTest&quot;: &quot;sample string 1&quot;,
  &quot;PHId&quot;: 1,
  &quot;PH&quot;: &quot;sample string 2&quot;,
  &quot;LeukoId&quot;: 1,
  &quot;Leuko&quot;: &quot;sample string 3&quot;,
  &quot;NitriteId&quot;: 1,
  &quot;Nitrite&quot;: &quot;sample string 4&quot;,
  &quot;ProteinId&quot;: 1,
  &quot;Protein&quot;: &quot;sample string 5&quot;,
  &quot;GlucoseId&quot;: 1,
  &quot;Glucose&quot;: &quot;sample string 6&quot;,
  &quot;KetonesId&quot;: 1,
  &quot;Ketones&quot;: &quot;sample string 7&quot;,
  &quot;UrobilinogenId&quot;: 1,
  &quot;Urobilinogen&quot;: &quot;sample string 8&quot;,
  &quot;BilirubinId&quot;: 1,
  &quot;Bilirubin&quot;: &quot;sample string 9&quot;,
  &quot;BloodId&quot;: 1,
  &quot;Blood&quot;: &quot;sample string 10&quot;,
  &quot;HemoglobinId&quot;: 1,
  &quot;Hemoglobin&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:22.3966433+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:22.3966433+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;TypeTestId&quot;: 1,
  &quot;TypeTest&quot;: &quot;sample string 1&quot;,
  &quot;PHId&quot;: 1,
  &quot;PH&quot;: &quot;sample string 2&quot;,
  &quot;LeukoId&quot;: 1,
  &quot;Leuko&quot;: &quot;sample string 3&quot;,
  &quot;NitriteId&quot;: 1,
  &quot;Nitrite&quot;: &quot;sample string 4&quot;,
  &quot;ProteinId&quot;: 1,
  &quot;Protein&quot;: &quot;sample string 5&quot;,
  &quot;GlucoseId&quot;: 1,
  &quot;Glucose&quot;: &quot;sample string 6&quot;,
  &quot;KetonesId&quot;: 1,
  &quot;Ketones&quot;: &quot;sample string 7&quot;,
  &quot;UrobilinogenId&quot;: 1,
  &quot;Urobilinogen&quot;: &quot;sample string 8&quot;,
  &quot;BilirubinId&quot;: 1,
  &quot;Bilirubin&quot;: &quot;sample string 9&quot;,
  &quot;BloodId&quot;: 1,
  &quot;Blood&quot;: &quot;sample string 10&quot;,
  &quot;HemoglobinId&quot;: 1,
  &quot;Hemoglobin&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:10:22.3966433+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:22.3966433+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;UrineResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:22.3966433+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:22.3966433+02:00&lt;/RegistrationDate&gt;
  &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
  &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
  &lt;Blood&gt;sample string 10&lt;/Blood&gt;
  &lt;BloodId&gt;1&lt;/BloodId&gt;
  &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
  &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
  &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
  &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
  &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
  &lt;KetonesId&gt;1&lt;/KetonesId&gt;
  &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
  &lt;LeukoId&gt;1&lt;/LeukoId&gt;
  &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
  &lt;NitriteId&gt;1&lt;/NitriteId&gt;
  &lt;PH&gt;sample string 2&lt;/PH&gt;
  &lt;PHId&gt;1&lt;/PHId&gt;
  &lt;Protein&gt;sample string 5&lt;/Protein&gt;
  &lt;ProteinId&gt;1&lt;/ProteinId&gt;
  &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
  &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
  &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
  &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
&lt;/UrineResult&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;UrineResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:10:22.3966433+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:10:22.3966433+02:00&lt;/RegistrationDate&gt;
  &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
  &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
  &lt;Blood&gt;sample string 10&lt;/Blood&gt;
  &lt;BloodId&gt;1&lt;/BloodId&gt;
  &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
  &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
  &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
  &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
  &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
  &lt;KetonesId&gt;1&lt;/KetonesId&gt;
  &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
  &lt;LeukoId&gt;1&lt;/LeukoId&gt;
  &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
  &lt;NitriteId&gt;1&lt;/NitriteId&gt;
  &lt;PH&gt;sample string 2&lt;/PH&gt;
  &lt;PHId&gt;1&lt;/PHId&gt;
  &lt;Protein&gt;sample string 5&lt;/Protein&gt;
  &lt;ProteinId&gt;1&lt;/ProteinId&gt;
  &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
  &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
  &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
  &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
&lt;/UrineResult&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/UrineResults/{id}">
                <doc title="PlanCare2Api/CareRegistration/UrineResults/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/UrineResults/ChangeOfUrineResults">
                <doc title="PlanCare2Api/CareRegistration/UrineResults/ChangeOfUrineResults" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;TypeTestId&quot;: 1,
  &quot;TypeTest&quot;: &quot;sample string 1&quot;,
  &quot;PHId&quot;: 1,
  &quot;PH&quot;: &quot;sample string 2&quot;,
  &quot;LeukoId&quot;: 1,
  &quot;Leuko&quot;: &quot;sample string 3&quot;,
  &quot;NitriteId&quot;: 1,
  &quot;Nitrite&quot;: &quot;sample string 4&quot;,
  &quot;ProteinId&quot;: 1,
  &quot;Protein&quot;: &quot;sample string 5&quot;,
  &quot;GlucoseId&quot;: 1,
  &quot;Glucose&quot;: &quot;sample string 6&quot;,
  &quot;KetonesId&quot;: 1,
  &quot;Ketones&quot;: &quot;sample string 7&quot;,
  &quot;UrobilinogenId&quot;: 1,
  &quot;Urobilinogen&quot;: &quot;sample string 8&quot;,
  &quot;BilirubinId&quot;: 1,
  &quot;Bilirubin&quot;: &quot;sample string 9&quot;,
  &quot;BloodId&quot;: 1,
  &quot;Blood&quot;: &quot;sample string 10&quot;,
  &quot;HemoglobinId&quot;: 1,
  &quot;Hemoglobin&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:09:56.6897033+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:56.6897033+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;TypeTestId&quot;: 1,
  &quot;TypeTest&quot;: &quot;sample string 1&quot;,
  &quot;PHId&quot;: 1,
  &quot;PH&quot;: &quot;sample string 2&quot;,
  &quot;LeukoId&quot;: 1,
  &quot;Leuko&quot;: &quot;sample string 3&quot;,
  &quot;NitriteId&quot;: 1,
  &quot;Nitrite&quot;: &quot;sample string 4&quot;,
  &quot;ProteinId&quot;: 1,
  &quot;Protein&quot;: &quot;sample string 5&quot;,
  &quot;GlucoseId&quot;: 1,
  &quot;Glucose&quot;: &quot;sample string 6&quot;,
  &quot;KetonesId&quot;: 1,
  &quot;Ketones&quot;: &quot;sample string 7&quot;,
  &quot;UrobilinogenId&quot;: 1,
  &quot;Urobilinogen&quot;: &quot;sample string 8&quot;,
  &quot;BilirubinId&quot;: 1,
  &quot;Bilirubin&quot;: &quot;sample string 9&quot;,
  &quot;BloodId&quot;: 1,
  &quot;Blood&quot;: &quot;sample string 10&quot;,
  &quot;HemoglobinId&quot;: 1,
  &quot;Hemoglobin&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:09:56.6897033+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:56.6897033+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfUrineResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:09:56.6897033+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:09:56.6897033+02:00&lt;/RegistrationDate&gt;
  &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
  &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
  &lt;Blood&gt;sample string 10&lt;/Blood&gt;
  &lt;BloodId&gt;1&lt;/BloodId&gt;
  &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
  &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
  &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
  &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
  &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
  &lt;KetonesId&gt;1&lt;/KetonesId&gt;
  &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
  &lt;LeukoId&gt;1&lt;/LeukoId&gt;
  &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
  &lt;NitriteId&gt;1&lt;/NitriteId&gt;
  &lt;PH&gt;sample string 2&lt;/PH&gt;
  &lt;PHId&gt;1&lt;/PHId&gt;
  &lt;Protein&gt;sample string 5&lt;/Protein&gt;
  &lt;ProteinId&gt;1&lt;/ProteinId&gt;
  &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
  &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
  &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
  &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
&lt;/ChangeOfUrineResult&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfUrineResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;CreationDate&gt;2026-05-26T22:09:56.6897033+02:00&lt;/CreationDate&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDate&gt;2026-05-26T22:09:56.6897033+02:00&lt;/RegistrationDate&gt;
  &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
  &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
  &lt;Blood&gt;sample string 10&lt;/Blood&gt;
  &lt;BloodId&gt;1&lt;/BloodId&gt;
  &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
  &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
  &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
  &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
  &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
  &lt;KetonesId&gt;1&lt;/KetonesId&gt;
  &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
  &lt;LeukoId&gt;1&lt;/LeukoId&gt;
  &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
  &lt;NitriteId&gt;1&lt;/NitriteId&gt;
  &lt;PH&gt;sample string 2&lt;/PH&gt;
  &lt;PHId&gt;1&lt;/PHId&gt;
  &lt;Protein&gt;sample string 5&lt;/Protein&gt;
  &lt;ProteinId&gt;1&lt;/ProteinId&gt;
  &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
  &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
  &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
  &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
&lt;/ChangeOfUrineResult&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/UrineResults?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/UrineResults?bsn={bsn}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TypeTestId&quot;: 1,
    &quot;TypeTest&quot;: &quot;sample string 1&quot;,
    &quot;PHId&quot;: 1,
    &quot;PH&quot;: &quot;sample string 2&quot;,
    &quot;LeukoId&quot;: 1,
    &quot;Leuko&quot;: &quot;sample string 3&quot;,
    &quot;NitriteId&quot;: 1,
    &quot;Nitrite&quot;: &quot;sample string 4&quot;,
    &quot;ProteinId&quot;: 1,
    &quot;Protein&quot;: &quot;sample string 5&quot;,
    &quot;GlucoseId&quot;: 1,
    &quot;Glucose&quot;: &quot;sample string 6&quot;,
    &quot;KetonesId&quot;: 1,
    &quot;Ketones&quot;: &quot;sample string 7&quot;,
    &quot;UrobilinogenId&quot;: 1,
    &quot;Urobilinogen&quot;: &quot;sample string 8&quot;,
    &quot;BilirubinId&quot;: 1,
    &quot;Bilirubin&quot;: &quot;sample string 9&quot;,
    &quot;BloodId&quot;: 1,
    &quot;Blood&quot;: &quot;sample string 10&quot;,
    &quot;HemoglobinId&quot;: 1,
    &quot;Hemoglobin&quot;: &quot;sample string 11&quot;,
    &quot;Id&quot;: 12,
    &quot;EmployeeId&quot;: 13,
    &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
    &quot;ClientId&quot;: 15,
    &quot;ClientName&quot;: &quot;sample string 16&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:10:31.2102427+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:31.2102427+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TypeTestId&quot;: 1,
    &quot;TypeTest&quot;: &quot;sample string 1&quot;,
    &quot;PHId&quot;: 1,
    &quot;PH&quot;: &quot;sample string 2&quot;,
    &quot;LeukoId&quot;: 1,
    &quot;Leuko&quot;: &quot;sample string 3&quot;,
    &quot;NitriteId&quot;: 1,
    &quot;Nitrite&quot;: &quot;sample string 4&quot;,
    &quot;ProteinId&quot;: 1,
    &quot;Protein&quot;: &quot;sample string 5&quot;,
    &quot;GlucoseId&quot;: 1,
    &quot;Glucose&quot;: &quot;sample string 6&quot;,
    &quot;KetonesId&quot;: 1,
    &quot;Ketones&quot;: &quot;sample string 7&quot;,
    &quot;UrobilinogenId&quot;: 1,
    &quot;Urobilinogen&quot;: &quot;sample string 8&quot;,
    &quot;BilirubinId&quot;: 1,
    &quot;Bilirubin&quot;: &quot;sample string 9&quot;,
    &quot;BloodId&quot;: 1,
    &quot;Blood&quot;: &quot;sample string 10&quot;,
    &quot;HemoglobinId&quot;: 1,
    &quot;Hemoglobin&quot;: &quot;sample string 11&quot;,
    &quot;Id&quot;: 12,
    &quot;EmployeeId&quot;: 13,
    &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
    &quot;ClientId&quot;: 15,
    &quot;ClientName&quot;: &quot;sample string 16&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T22:10:31.2102427+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:31.2102427+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfUrineResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;UrineResult&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:10:31.2102427+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:10:31.2102427+02:00&lt;/RegistrationDate&gt;
    &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
    &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
    &lt;Blood&gt;sample string 10&lt;/Blood&gt;
    &lt;BloodId&gt;1&lt;/BloodId&gt;
    &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
    &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
    &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
    &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
    &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
    &lt;KetonesId&gt;1&lt;/KetonesId&gt;
    &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
    &lt;LeukoId&gt;1&lt;/LeukoId&gt;
    &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
    &lt;NitriteId&gt;1&lt;/NitriteId&gt;
    &lt;PH&gt;sample string 2&lt;/PH&gt;
    &lt;PHId&gt;1&lt;/PHId&gt;
    &lt;Protein&gt;sample string 5&lt;/Protein&gt;
    &lt;ProteinId&gt;1&lt;/ProteinId&gt;
    &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
    &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
    &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
    &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
  &lt;/UrineResult&gt;
  &lt;UrineResult&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:10:31.2102427+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:10:31.2102427+02:00&lt;/RegistrationDate&gt;
    &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
    &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
    &lt;Blood&gt;sample string 10&lt;/Blood&gt;
    &lt;BloodId&gt;1&lt;/BloodId&gt;
    &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
    &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
    &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
    &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
    &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
    &lt;KetonesId&gt;1&lt;/KetonesId&gt;
    &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
    &lt;LeukoId&gt;1&lt;/LeukoId&gt;
    &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
    &lt;NitriteId&gt;1&lt;/NitriteId&gt;
    &lt;PH&gt;sample string 2&lt;/PH&gt;
    &lt;PHId&gt;1&lt;/PHId&gt;
    &lt;Protein&gt;sample string 5&lt;/Protein&gt;
    &lt;ProteinId&gt;1&lt;/ProteinId&gt;
    &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
    &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
    &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
    &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
  &lt;/UrineResult&gt;
&lt;/ArrayOfUrineResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfUrineResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;UrineResult&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:10:31.2102427+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:10:31.2102427+02:00&lt;/RegistrationDate&gt;
    &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
    &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
    &lt;Blood&gt;sample string 10&lt;/Blood&gt;
    &lt;BloodId&gt;1&lt;/BloodId&gt;
    &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
    &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
    &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
    &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
    &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
    &lt;KetonesId&gt;1&lt;/KetonesId&gt;
    &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
    &lt;LeukoId&gt;1&lt;/LeukoId&gt;
    &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
    &lt;NitriteId&gt;1&lt;/NitriteId&gt;
    &lt;PH&gt;sample string 2&lt;/PH&gt;
    &lt;PHId&gt;1&lt;/PHId&gt;
    &lt;Protein&gt;sample string 5&lt;/Protein&gt;
    &lt;ProteinId&gt;1&lt;/ProteinId&gt;
    &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
    &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
    &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
    &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
  &lt;/UrineResult&gt;
  &lt;UrineResult&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T22:10:31.2102427+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T22:10:31.2102427+02:00&lt;/RegistrationDate&gt;
    &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
    &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
    &lt;Blood&gt;sample string 10&lt;/Blood&gt;
    &lt;BloodId&gt;1&lt;/BloodId&gt;
    &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
    &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
    &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
    &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
    &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
    &lt;KetonesId&gt;1&lt;/KetonesId&gt;
    &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
    &lt;LeukoId&gt;1&lt;/LeukoId&gt;
    &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
    &lt;NitriteId&gt;1&lt;/NitriteId&gt;
    &lt;PH&gt;sample string 2&lt;/PH&gt;
    &lt;PHId&gt;1&lt;/PHId&gt;
    &lt;Protein&gt;sample string 5&lt;/Protein&gt;
    &lt;ProteinId&gt;1&lt;/ProteinId&gt;
    &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
    &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
    &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
    &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
  &lt;/UrineResult&gt;
&lt;/ArrayOfUrineResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CareRegistration/UrineResults?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}">
                <doc title="PlanCare2Api/CareRegistration/UrineResults?clientId={clientId}&amp;from={from}&amp;maxRecordCount={maxRecordCount}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="from"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxRecordCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TypeTestId&quot;: 1,
    &quot;TypeTest&quot;: &quot;sample string 1&quot;,
    &quot;PHId&quot;: 1,
    &quot;PH&quot;: &quot;sample string 2&quot;,
    &quot;LeukoId&quot;: 1,
    &quot;Leuko&quot;: &quot;sample string 3&quot;,
    &quot;NitriteId&quot;: 1,
    &quot;Nitrite&quot;: &quot;sample string 4&quot;,
    &quot;ProteinId&quot;: 1,
    &quot;Protein&quot;: &quot;sample string 5&quot;,
    &quot;GlucoseId&quot;: 1,
    &quot;Glucose&quot;: &quot;sample string 6&quot;,
    &quot;KetonesId&quot;: 1,
    &quot;Ketones&quot;: &quot;sample string 7&quot;,
    &quot;UrobilinogenId&quot;: 1,
    &quot;Urobilinogen&quot;: &quot;sample string 8&quot;,
    &quot;BilirubinId&quot;: 1,
    &quot;Bilirubin&quot;: &quot;sample string 9&quot;,
    &quot;BloodId&quot;: 1,
    &quot;Blood&quot;: &quot;sample string 10&quot;,
    &quot;HemoglobinId&quot;: 1,
    &quot;Hemoglobin&quot;: &quot;sample string 11&quot;,
    &quot;Id&quot;: 12,
    &quot;EmployeeId&quot;: 13,
    &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
    &quot;ClientId&quot;: 15,
    &quot;ClientName&quot;: &quot;sample string 16&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6505142+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:58.6505142+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TypeTestId&quot;: 1,
    &quot;TypeTest&quot;: &quot;sample string 1&quot;,
    &quot;PHId&quot;: 1,
    &quot;PH&quot;: &quot;sample string 2&quot;,
    &quot;LeukoId&quot;: 1,
    &quot;Leuko&quot;: &quot;sample string 3&quot;,
    &quot;NitriteId&quot;: 1,
    &quot;Nitrite&quot;: &quot;sample string 4&quot;,
    &quot;ProteinId&quot;: 1,
    &quot;Protein&quot;: &quot;sample string 5&quot;,
    &quot;GlucoseId&quot;: 1,
    &quot;Glucose&quot;: &quot;sample string 6&quot;,
    &quot;KetonesId&quot;: 1,
    &quot;Ketones&quot;: &quot;sample string 7&quot;,
    &quot;UrobilinogenId&quot;: 1,
    &quot;Urobilinogen&quot;: &quot;sample string 8&quot;,
    &quot;BilirubinId&quot;: 1,
    &quot;Bilirubin&quot;: &quot;sample string 9&quot;,
    &quot;BloodId&quot;: 1,
    &quot;Blood&quot;: &quot;sample string 10&quot;,
    &quot;HemoglobinId&quot;: 1,
    &quot;Hemoglobin&quot;: &quot;sample string 11&quot;,
    &quot;Id&quot;: 12,
    &quot;EmployeeId&quot;: 13,
    &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
    &quot;ClientId&quot;: 15,
    &quot;ClientName&quot;: &quot;sample string 16&quot;,
    &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6505142+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:58.6505142+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfUrineResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;UrineResult&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:58.6505142+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:58.6505142+02:00&lt;/RegistrationDate&gt;
    &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
    &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
    &lt;Blood&gt;sample string 10&lt;/Blood&gt;
    &lt;BloodId&gt;1&lt;/BloodId&gt;
    &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
    &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
    &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
    &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
    &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
    &lt;KetonesId&gt;1&lt;/KetonesId&gt;
    &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
    &lt;LeukoId&gt;1&lt;/LeukoId&gt;
    &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
    &lt;NitriteId&gt;1&lt;/NitriteId&gt;
    &lt;PH&gt;sample string 2&lt;/PH&gt;
    &lt;PHId&gt;1&lt;/PHId&gt;
    &lt;Protein&gt;sample string 5&lt;/Protein&gt;
    &lt;ProteinId&gt;1&lt;/ProteinId&gt;
    &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
    &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
    &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
    &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
  &lt;/UrineResult&gt;
  &lt;UrineResult&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:58.6505142+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:58.6505142+02:00&lt;/RegistrationDate&gt;
    &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
    &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
    &lt;Blood&gt;sample string 10&lt;/Blood&gt;
    &lt;BloodId&gt;1&lt;/BloodId&gt;
    &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
    &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
    &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
    &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
    &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
    &lt;KetonesId&gt;1&lt;/KetonesId&gt;
    &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
    &lt;LeukoId&gt;1&lt;/LeukoId&gt;
    &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
    &lt;NitriteId&gt;1&lt;/NitriteId&gt;
    &lt;PH&gt;sample string 2&lt;/PH&gt;
    &lt;PHId&gt;1&lt;/PHId&gt;
    &lt;Protein&gt;sample string 5&lt;/Protein&gt;
    &lt;ProteinId&gt;1&lt;/ProteinId&gt;
    &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
    &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
    &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
    &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
  &lt;/UrineResult&gt;
&lt;/ArrayOfUrineResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfUrineResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;UrineResult&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:58.6505142+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:58.6505142+02:00&lt;/RegistrationDate&gt;
    &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
    &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
    &lt;Blood&gt;sample string 10&lt;/Blood&gt;
    &lt;BloodId&gt;1&lt;/BloodId&gt;
    &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
    &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
    &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
    &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
    &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
    &lt;KetonesId&gt;1&lt;/KetonesId&gt;
    &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
    &lt;LeukoId&gt;1&lt;/LeukoId&gt;
    &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
    &lt;NitriteId&gt;1&lt;/NitriteId&gt;
    &lt;PH&gt;sample string 2&lt;/PH&gt;
    &lt;PHId&gt;1&lt;/PHId&gt;
    &lt;Protein&gt;sample string 5&lt;/Protein&gt;
    &lt;ProteinId&gt;1&lt;/ProteinId&gt;
    &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
    &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
    &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
    &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
  &lt;/UrineResult&gt;
  &lt;UrineResult&gt;
    &lt;ClientId&gt;15&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
    &lt;CreationDate&gt;2026-05-26T23:13:58.6505142+02:00&lt;/CreationDate&gt;
    &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:58.6505142+02:00&lt;/RegistrationDate&gt;
    &lt;Bilirubin&gt;sample string 9&lt;/Bilirubin&gt;
    &lt;BilirubinId&gt;1&lt;/BilirubinId&gt;
    &lt;Blood&gt;sample string 10&lt;/Blood&gt;
    &lt;BloodId&gt;1&lt;/BloodId&gt;
    &lt;Glucose&gt;sample string 6&lt;/Glucose&gt;
    &lt;GlucoseId&gt;1&lt;/GlucoseId&gt;
    &lt;Hemoglobin&gt;sample string 11&lt;/Hemoglobin&gt;
    &lt;HemoglobinId&gt;1&lt;/HemoglobinId&gt;
    &lt;Ketones&gt;sample string 7&lt;/Ketones&gt;
    &lt;KetonesId&gt;1&lt;/KetonesId&gt;
    &lt;Leuko&gt;sample string 3&lt;/Leuko&gt;
    &lt;LeukoId&gt;1&lt;/LeukoId&gt;
    &lt;Nitrite&gt;sample string 4&lt;/Nitrite&gt;
    &lt;NitriteId&gt;1&lt;/NitriteId&gt;
    &lt;PH&gt;sample string 2&lt;/PH&gt;
    &lt;PHId&gt;1&lt;/PHId&gt;
    &lt;Protein&gt;sample string 5&lt;/Protein&gt;
    &lt;ProteinId&gt;1&lt;/ProteinId&gt;
    &lt;TypeTest&gt;sample string 1&lt;/TypeTest&gt;
    &lt;TypeTestId&gt;1&lt;/TypeTestId&gt;
    &lt;Urobilinogen&gt;sample string 8&lt;/Urobilinogen&gt;
    &lt;UrobilinogenId&gt;1&lt;/UrobilinogenId&gt;
  &lt;/UrineResult&gt;
&lt;/ArrayOfUrineResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ChoiceTypes">
                <doc title="PlanCare2Api/ChoiceTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Category&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Category&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfChoiceType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ChoiceType&gt;
    &lt;Category&gt;sample string 3&lt;/Category&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/ChoiceType&gt;
  &lt;ChoiceType&gt;
    &lt;Category&gt;sample string 3&lt;/Category&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/ChoiceType&gt;
&lt;/ArrayOfChoiceType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfChoiceType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ChoiceType&gt;
    &lt;Category&gt;sample string 3&lt;/Category&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/ChoiceType&gt;
  &lt;ChoiceType&gt;
    &lt;Category&gt;sample string 3&lt;/Category&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/ChoiceType&gt;
&lt;/ArrayOfChoiceType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ChoiceTypes/{choiceType}/Choices">
                <doc title="PlanCare2Api/ChoiceTypes/{choiceType}/Choices" /> 
                <method name="GET">
                    <request>
 
                            <param name="choiceType"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfChoice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Choice&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Choice&gt;
  &lt;Choice&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Choice&gt;
&lt;/ArrayOfChoice&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfChoice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Choice&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Choice&gt;
  &lt;Choice&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Choice&gt;
&lt;/ArrayOfChoice&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAgreements?clientId={clientId}">
                <doc title="PlanCare2Api/ClientAgreements?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;ClientPlanName&quot;: &quot;sample string 4&quot;,
    &quot;ClientplanAgreementId&quot;: 1,
    &quot;ClientId&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;ClientPlanName&quot;: &quot;sample string 4&quot;,
    &quot;ClientplanAgreementId&quot;: 1,
    &quot;ClientId&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAgreement&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientPlanName&gt;sample string 4&lt;/ClientPlanName&gt;
    &lt;ClientplanAgreementId&gt;1&lt;/ClientplanAgreementId&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientAgreement&gt;
  &lt;ClientAgreement&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientPlanName&gt;sample string 4&lt;/ClientPlanName&gt;
    &lt;ClientplanAgreementId&gt;1&lt;/ClientplanAgreementId&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientAgreement&gt;
&lt;/ArrayOfClientAgreement&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAgreement&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientPlanName&gt;sample string 4&lt;/ClientPlanName&gt;
    &lt;ClientplanAgreementId&gt;1&lt;/ClientplanAgreementId&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientAgreement&gt;
  &lt;ClientAgreement&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientPlanName&gt;sample string 4&lt;/ClientPlanName&gt;
    &lt;ClientplanAgreementId&gt;1&lt;/ClientplanAgreementId&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientAgreement&gt;
&lt;/ArrayOfClientAgreement&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAgreements?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}">
                <doc title="PlanCare2Api/ClientAgreements?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;ClientPlanName&quot;: &quot;sample string 4&quot;,
    &quot;ClientplanAgreementId&quot;: 1,
    &quot;ClientId&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;ClientPlanName&quot;: &quot;sample string 4&quot;,
    &quot;ClientplanAgreementId&quot;: 1,
    &quot;ClientId&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAgreement&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientPlanName&gt;sample string 4&lt;/ClientPlanName&gt;
    &lt;ClientplanAgreementId&gt;1&lt;/ClientplanAgreementId&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientAgreement&gt;
  &lt;ClientAgreement&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientPlanName&gt;sample string 4&lt;/ClientPlanName&gt;
    &lt;ClientplanAgreementId&gt;1&lt;/ClientplanAgreementId&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientAgreement&gt;
&lt;/ArrayOfClientAgreement&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAgreement&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientPlanName&gt;sample string 4&lt;/ClientPlanName&gt;
    &lt;ClientplanAgreementId&gt;1&lt;/ClientplanAgreementId&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientAgreement&gt;
  &lt;ClientAgreement&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientPlanName&gt;sample string 4&lt;/ClientPlanName&gt;
    &lt;ClientplanAgreementId&gt;1&lt;/ClientplanAgreementId&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientAgreement&gt;
&lt;/ArrayOfClientAgreement&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/{appointmentId}">
                <doc title="PlanCare2Api/ClientAppointments/{appointmentId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/{appointmentId}/OccurrenceIndex/{occurrenceIndex}">
                <doc title="PlanCare2Api/ClientAppointments/{appointmentId}/OccurrenceIndex/{occurrenceIndex}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceIndex"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ActionAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ActionAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ActionIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ActionIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ActionIds&gt;
&lt;/ActionAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ActionIds&gt;
&lt;/ActionAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ActionAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/ClientAppointments/ActionAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ActionIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ActionIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ActionIds&gt;
&lt;/ActionAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ActionIds&gt;
&lt;/ActionAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/AgreementAppointments">
                <doc title="PlanCare2Api/ClientAppointments/AgreementAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:08:34.9478942+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;AgreementAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:34.9478942+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:08:34.9478942+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:08:34.9478942+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:34.9478942+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:34.9478942+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:34.9478942+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:34.9478942+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:34.9478942+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/AgreementAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;AgreementAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:34.9478942+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:08:34.9478942+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:08:34.9478942+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:34.9478942+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:34.9478942+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:34.9478942+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:34.9478942+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:34.9478942+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/AgreementAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/AgreementAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/ClientAppointments/AgreementAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:24.959491+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;AgreementAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:24.959491+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:07:24.959491+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:24.959491+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:24.959491+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:24.959491+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:24.959491+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:24.959491+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:24.959491+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/AgreementAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;AgreementAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:24.959491+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:07:24.959491+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:24.959491+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:24.959491+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:24.959491+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:24.959491+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:24.959491+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:24.959491+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/AgreementAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ArrangementProductActAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ArrangementProductActAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ArrangementProductActIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ArrangementProductActIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:09:16.7563873+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ArrangementProductActAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:16.7563873+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:09:16.7563873+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:09:16.7563873+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:09:16.7563873+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:09:16.7563873+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:09:16.7563873+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:09:16.7563873+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:16.7563873+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ArrangementProductActIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ArrangementProductActIds&gt;
&lt;/ArrangementProductActAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ArrangementProductActAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:16.7563873+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:09:16.7563873+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:09:16.7563873+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:09:16.7563873+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:09:16.7563873+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:09:16.7563873+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:09:16.7563873+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:16.7563873+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ArrangementProductActIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ArrangementProductActIds&gt;
&lt;/ArrangementProductActAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ArrangementProductActAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/ClientAppointments/ArrangementProductActAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ArrangementProductActIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ArrangementProductActIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrangementProductActAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ArrangementProductActIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ArrangementProductActIds&gt;
&lt;/ArrangementProductActAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrangementProductActAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ArrangementProductActIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ArrangementProductActIds&gt;
&lt;/ArrangementProductActAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeEmployeeForOccurrence">
                <doc title="PlanCare2Api/ClientAppointments/ChangeEmployeeForOccurrence" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ParentId&quot;: 1,
  &quot;Id&quot;: 2,
  &quot;OccurrenceIndex&quot;: 3,
  &quot;EmployeeId&quot;: 4,
  &quot;ContractOfServiceId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ParentId&quot;: 1,
  &quot;Id&quot;: 2,
  &quot;OccurrenceIndex&quot;: 3,
  &quot;EmployeeId&quot;: 4,
  &quot;ContractOfServiceId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeEmployeeForOccurrence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;4&lt;/EmployeeId&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;3&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
&lt;/ChangeEmployeeForOccurrence&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeEmployeeForOccurrence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;4&lt;/EmployeeId&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;3&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
&lt;/ChangeEmployeeForOccurrence&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfActionAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfActionAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ActionIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ActionIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ActionIds&gt;
&lt;/ChangeOfActionAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ActionIds&gt;
&lt;/ChangeOfActionAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfAgreementAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfAgreementAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfAgreementAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/ChangeOfAgreementAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfAgreementAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/ChangeOfAgreementAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfArrangementProductActAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfArrangementProductActAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ArrangementProductActIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ArrangementProductActIds&quot;: [
    1,
    2
  ],
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfArrangementProductActAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3692398+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3692398+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ArrangementProductActIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ArrangementProductActIds&gt;
&lt;/ChangeOfArrangementProductActAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfArrangementProductActAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3692398+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3692398+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ArrangementProductActIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ArrangementProductActIds&gt;
&lt;/ChangeOfArrangementProductActAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfContractAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfContractAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProductName&quot;: &quot;sample string 3&quot;,
  &quot;ContractLineId&quot;: 1,
  &quot;CareTrajectId&quot;: 1,
  &quot;DOTLocationId&quot;: 1,
  &quot;WorkTypeId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 4&quot;,
  &quot;ProjectName&quot;: &quot;sample string 5&quot;,
  &quot;OrganizationEntityId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ClientId&quot;: 6,
  &quot;ClientName&quot;: &quot;sample string 7&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 11&quot;,
  &quot;Reason&quot;: &quot;sample string 12&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
  &quot;StatusChangedById&quot;: 14,
  &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
  &quot;CreatedById&quot;: 16,
  &quot;Remarks&quot;: &quot;sample string 17&quot;,
  &quot;Id&quot;: 18,
  &quot;Location&quot;: &quot;sample string 19&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProductName&quot;: &quot;sample string 3&quot;,
  &quot;ContractLineId&quot;: 1,
  &quot;CareTrajectId&quot;: 1,
  &quot;DOTLocationId&quot;: 1,
  &quot;WorkTypeId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 4&quot;,
  &quot;ProjectName&quot;: &quot;sample string 5&quot;,
  &quot;OrganizationEntityId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ClientId&quot;: 6,
  &quot;ClientName&quot;: &quot;sample string 7&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 11&quot;,
  &quot;Reason&quot;: &quot;sample string 12&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
  &quot;StatusChangedById&quot;: 14,
  &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
  &quot;CreatedById&quot;: 16,
  &quot;Remarks&quot;: &quot;sample string 17&quot;,
  &quot;Id&quot;: 18,
  &quot;Location&quot;: &quot;sample string 19&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:52.0903798+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:52.0903798+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:06:52.0903798+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:52.0903798+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:06:52.0903798+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:06:52.0903798+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:06:52.0903798+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:06:52.0903798+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:52.0903798+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;6&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
  &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
  &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
  &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfContractAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:52.0903798+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:06:52.0903798+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:52.0903798+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:06:52.0903798+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:06:52.0903798+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:06:52.0903798+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:06:52.0903798+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:52.0903798+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;6&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
  &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
  &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
  &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfContractAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfGeneralAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfGeneralAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfGeneralAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.322366+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.322366+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
&lt;/ChangeOfGeneralAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfGeneralAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.322366+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.322366+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
&lt;/ChangeOfGeneralAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfGRZContractAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfGRZContractAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;DOTLocationId&quot;: 3,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 6&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 9&quot;,
  &quot;Reason&quot;: &quot;sample string 10&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 11&quot;,
  &quot;StatusChangedById&quot;: 12,
  &quot;CreatedByName&quot;: &quot;sample string 13&quot;,
  &quot;CreatedById&quot;: 14,
  &quot;Remarks&quot;: &quot;sample string 15&quot;,
  &quot;Id&quot;: 16,
  &quot;Location&quot;: &quot;sample string 17&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 20&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 21&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;DOTLocationId&quot;: 3,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 6&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 9&quot;,
  &quot;Reason&quot;: &quot;sample string 10&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 11&quot;,
  &quot;StatusChangedById&quot;: 12,
  &quot;CreatedByName&quot;: &quot;sample string 13&quot;,
  &quot;CreatedById&quot;: 14,
  &quot;Remarks&quot;: &quot;sample string 15&quot;,
  &quot;Id&quot;: 16,
  &quot;Location&quot;: &quot;sample string 17&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 20&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 21&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfGRZContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 20&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 6&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;DOTLocationId&gt;3&lt;/DOTLocationId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfGRZContractAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfGRZContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 20&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 6&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;DOTLocationId&gt;3&lt;/DOTLocationId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfGRZContractAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfInterventionAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfInterventionAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;InterventionId&quot;: &quot;f88c46dd-1ea1-414d-83e7-4dac6641ecfe&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;InterventionId&quot;: &quot;f88c46dd-1ea1-414d-83e7-4dac6641ecfe&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3536153+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfInterventionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;InterventionId&gt;f88c46dd-1ea1-414d-83e7-4dac6641ecfe&lt;/InterventionId&gt;
&lt;/ChangeOfInterventionAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfInterventionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3536153+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3536153+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3536153+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;InterventionId&gt;f88c46dd-1ea1-414d-83e7-4dac6641ecfe&lt;/InterventionId&gt;
&lt;/ChangeOfInterventionAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfLegacyActionAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfLegacyActionAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3692398+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfLegacyActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3692398+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3692398+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ChangeOfLegacyActionAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfLegacyActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3692398+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3692398+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3692398+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3692398+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ChangeOfLegacyActionAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfOccurrenceAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfOccurrenceAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:08.7108594+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:08.7108594+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:08.7108594+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:08.7108594+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfOccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:07:08.7108594+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:07:08.7108594+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/ChangeOfOccurrenceAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfOccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:07:08.7108594+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:07:08.7108594+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/ChangeOfOccurrenceAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfPCDContractAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfPCDContractAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProjectId&quot;: &quot;sample string 3&quot;,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 6&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 9&quot;,
  &quot;Reason&quot;: &quot;sample string 10&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 11&quot;,
  &quot;StatusChangedById&quot;: 12,
  &quot;CreatedByName&quot;: &quot;sample string 13&quot;,
  &quot;CreatedById&quot;: 14,
  &quot;Remarks&quot;: &quot;sample string 15&quot;,
  &quot;Id&quot;: 16,
  &quot;Location&quot;: &quot;sample string 17&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 20&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 21&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProjectId&quot;: &quot;sample string 3&quot;,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 6&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 9&quot;,
  &quot;Reason&quot;: &quot;sample string 10&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 11&quot;,
  &quot;StatusChangedById&quot;: 12,
  &quot;CreatedByName&quot;: &quot;sample string 13&quot;,
  &quot;CreatedById&quot;: 14,
  &quot;Remarks&quot;: &quot;sample string 15&quot;,
  &quot;Id&quot;: 16,
  &quot;Location&quot;: &quot;sample string 17&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 20&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 21&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfPCDContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 20&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.1504852+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.1504852+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 6&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 3&lt;/ProjectId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfPCDContractAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfPCDContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 20&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.1504852+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.1504852+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 6&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 3&lt;/ProjectId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfPCDContractAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ChangeOfPCDDBCContractAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ChangeOfPCDDBCContractAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProjectId&quot;: &quot;sample string 3&quot;,
  &quot;CareTrajectId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 10&quot;,
  &quot;Reason&quot;: &quot;sample string 11&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 12&quot;,
  &quot;StatusChangedById&quot;: 13,
  &quot;CreatedByName&quot;: &quot;sample string 14&quot;,
  &quot;CreatedById&quot;: 15,
  &quot;Remarks&quot;: &quot;sample string 16&quot;,
  &quot;Id&quot;: 17,
  &quot;Location&quot;: &quot;sample string 18&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 21&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 22&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProjectId&quot;: &quot;sample string 3&quot;,
  &quot;CareTrajectId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 10&quot;,
  &quot;Reason&quot;: &quot;sample string 11&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 12&quot;,
  &quot;StatusChangedById&quot;: 13,
  &quot;CreatedByName&quot;: &quot;sample string 14&quot;,
  &quot;CreatedById&quot;: 15,
  &quot;Remarks&quot;: &quot;sample string 16&quot;,
  &quot;Id&quot;: 17,
  &quot;Location&quot;: &quot;sample string 18&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 21&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.2446751+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 22&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfPCDDBCContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;15&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2446751+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;17&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2446751+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.2446751+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2446751+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2446751+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2446751+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2446751+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2446751+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;4&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 3&lt;/ProjectId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfPCDDBCContractAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfPCDDBCContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;15&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2446751+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;17&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2446751+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.2446751+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2446751+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2446751+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2446751+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2446751+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2446751+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;4&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 3&lt;/ProjectId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfPCDDBCContractAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ContractAppointments">
                <doc title="PlanCare2Api/ClientAppointments/ContractAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProductName&quot;: &quot;sample string 3&quot;,
  &quot;ContractLineId&quot;: 1,
  &quot;CareTrajectId&quot;: 1,
  &quot;DOTLocationId&quot;: 1,
  &quot;WorkTypeId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 4&quot;,
  &quot;ProjectName&quot;: &quot;sample string 5&quot;,
  &quot;OrganizationEntityId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ClientId&quot;: 6,
  &quot;ClientName&quot;: &quot;sample string 7&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 11&quot;,
  &quot;Reason&quot;: &quot;sample string 12&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
  &quot;StatusChangedById&quot;: 14,
  &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
  &quot;CreatedById&quot;: 16,
  &quot;Remarks&quot;: &quot;sample string 17&quot;,
  &quot;Id&quot;: 18,
  &quot;Location&quot;: &quot;sample string 19&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProductName&quot;: &quot;sample string 3&quot;,
  &quot;ContractLineId&quot;: 1,
  &quot;CareTrajectId&quot;: 1,
  &quot;DOTLocationId&quot;: 1,
  &quot;WorkTypeId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 4&quot;,
  &quot;ProjectName&quot;: &quot;sample string 5&quot;,
  &quot;OrganizationEntityId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ClientId&quot;: 6,
  &quot;ClientName&quot;: &quot;sample string 7&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 11&quot;,
  &quot;Reason&quot;: &quot;sample string 12&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
  &quot;StatusChangedById&quot;: 14,
  &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
  &quot;CreatedById&quot;: 16,
  &quot;Remarks&quot;: &quot;sample string 17&quot;,
  &quot;Id&quot;: 18,
  &quot;Location&quot;: &quot;sample string 19&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;6&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
  &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
  &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
  &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ContractAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;6&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
  &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
  &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
  &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ContractAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ContractAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/ClientAppointments/ContractAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProductName&quot;: &quot;sample string 3&quot;,
  &quot;ContractLineId&quot;: 1,
  &quot;CareTrajectId&quot;: 1,
  &quot;DOTLocationId&quot;: 1,
  &quot;WorkTypeId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 4&quot;,
  &quot;ProjectName&quot;: &quot;sample string 5&quot;,
  &quot;OrganizationEntityId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ClientId&quot;: 6,
  &quot;ClientName&quot;: &quot;sample string 7&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 11&quot;,
  &quot;Reason&quot;: &quot;sample string 12&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
  &quot;StatusChangedById&quot;: 14,
  &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
  &quot;CreatedById&quot;: 16,
  &quot;Remarks&quot;: &quot;sample string 17&quot;,
  &quot;Id&quot;: 18,
  &quot;Location&quot;: &quot;sample string 19&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProductName&quot;: &quot;sample string 3&quot;,
  &quot;ContractLineId&quot;: 1,
  &quot;CareTrajectId&quot;: 1,
  &quot;DOTLocationId&quot;: 1,
  &quot;WorkTypeId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 4&quot;,
  &quot;ProjectName&quot;: &quot;sample string 5&quot;,
  &quot;OrganizationEntityId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ClientId&quot;: 6,
  &quot;ClientName&quot;: &quot;sample string 7&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 11&quot;,
  &quot;Reason&quot;: &quot;sample string 12&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
  &quot;StatusChangedById&quot;: 14,
  &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
  &quot;CreatedById&quot;: 16,
  &quot;Remarks&quot;: &quot;sample string 17&quot;,
  &quot;Id&quot;: 18,
  &quot;Location&quot;: &quot;sample string 19&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2911133+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2911133+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;6&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
  &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
  &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
  &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ContractAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2911133+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2911133+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;6&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
  &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
  &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
  &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ContractAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ContractAppointments?clientId={clientId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/ClientAppointments/ContractAppointments?clientId={clientId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ContractId&quot;: 1,
    &quot;ProductId&quot;: 2,
    &quot;ProductName&quot;: &quot;sample string 3&quot;,
    &quot;ContractLineId&quot;: 1,
    &quot;CareTrajectId&quot;: 1,
    &quot;DOTLocationId&quot;: 1,
    &quot;WorkTypeId&quot;: 1,
    &quot;ProjectId&quot;: &quot;sample string 4&quot;,
    &quot;ProjectName&quot;: &quot;sample string 5&quot;,
    &quot;OrganizationEntityId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientId&quot;: 6,
    &quot;ClientName&quot;: &quot;sample string 7&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
    &quot;StatusChangedById&quot;: 14,
    &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
    &quot;CreatedById&quot;: 16,
    &quot;Remarks&quot;: &quot;sample string 17&quot;,
    &quot;Id&quot;: 18,
    &quot;Location&quot;: &quot;sample string 19&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ContractId&quot;: 1,
    &quot;ProductId&quot;: 2,
    &quot;ProductName&quot;: &quot;sample string 3&quot;,
    &quot;ContractLineId&quot;: 1,
    &quot;CareTrajectId&quot;: 1,
    &quot;DOTLocationId&quot;: 1,
    &quot;WorkTypeId&quot;: 1,
    &quot;ProjectId&quot;: &quot;sample string 4&quot;,
    &quot;ProjectName&quot;: &quot;sample string 5&quot;,
    &quot;OrganizationEntityId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientId&quot;: 6,
    &quot;ClientName&quot;: &quot;sample string 7&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
    &quot;StatusChangedById&quot;: 14,
    &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
    &quot;CreatedById&quot;: 16,
    &quot;Remarks&quot;: &quot;sample string 17&quot;,
    &quot;Id&quot;: 18,
    &quot;Location&quot;: &quot;sample string 19&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:57.2598604+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
&lt;/ArrayOfContractAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.2598604+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.2598604+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2598604+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
&lt;/ArrayOfContractAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ContractAppointments?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/ClientAppointments/ContractAppointments?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ContractId&quot;: 1,
    &quot;ProductId&quot;: 2,
    &quot;ProductName&quot;: &quot;sample string 3&quot;,
    &quot;ContractLineId&quot;: 1,
    &quot;CareTrajectId&quot;: 1,
    &quot;DOTLocationId&quot;: 1,
    &quot;WorkTypeId&quot;: 1,
    &quot;ProjectId&quot;: &quot;sample string 4&quot;,
    &quot;ProjectName&quot;: &quot;sample string 5&quot;,
    &quot;OrganizationEntityId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientId&quot;: 6,
    &quot;ClientName&quot;: &quot;sample string 7&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
    &quot;StatusChangedById&quot;: 14,
    &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
    &quot;CreatedById&quot;: 16,
    &quot;Remarks&quot;: &quot;sample string 17&quot;,
    &quot;Id&quot;: 18,
    &quot;Location&quot;: &quot;sample string 19&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ContractId&quot;: 1,
    &quot;ProductId&quot;: 2,
    &quot;ProductName&quot;: &quot;sample string 3&quot;,
    &quot;ContractLineId&quot;: 1,
    &quot;CareTrajectId&quot;: 1,
    &quot;DOTLocationId&quot;: 1,
    &quot;WorkTypeId&quot;: 1,
    &quot;ProjectId&quot;: &quot;sample string 4&quot;,
    &quot;ProjectName&quot;: &quot;sample string 5&quot;,
    &quot;OrganizationEntityId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientId&quot;: 6,
    &quot;ClientName&quot;: &quot;sample string 7&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
    &quot;StatusChangedById&quot;: 14,
    &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
    &quot;CreatedById&quot;: 16,
    &quot;Remarks&quot;: &quot;sample string 17&quot;,
    &quot;Id&quot;: 18,
    &quot;Location&quot;: &quot;sample string 19&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:09:19.3205945+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:09:19.3205945+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:09:19.3205945+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:09:19.3205945+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:09:19.3205945+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
&lt;/ArrayOfContractAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:09:19.3205945+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:09:19.3205945+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:09:19.3205945+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:09:19.3205945+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:19.3205945+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:19.3205945+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
&lt;/ArrayOfContractAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/ContractAppointments?socialSecurityNumber={socialSecurityNumber}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/ClientAppointments/ContractAppointments?socialSecurityNumber={socialSecurityNumber}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="socialSecurityNumber"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ContractId&quot;: 1,
    &quot;ProductId&quot;: 2,
    &quot;ProductName&quot;: &quot;sample string 3&quot;,
    &quot;ContractLineId&quot;: 1,
    &quot;CareTrajectId&quot;: 1,
    &quot;DOTLocationId&quot;: 1,
    &quot;WorkTypeId&quot;: 1,
    &quot;ProjectId&quot;: &quot;sample string 4&quot;,
    &quot;ProjectName&quot;: &quot;sample string 5&quot;,
    &quot;OrganizationEntityId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientId&quot;: 6,
    &quot;ClientName&quot;: &quot;sample string 7&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
    &quot;StatusChangedById&quot;: 14,
    &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
    &quot;CreatedById&quot;: 16,
    &quot;Remarks&quot;: &quot;sample string 17&quot;,
    &quot;Id&quot;: 18,
    &quot;Location&quot;: &quot;sample string 19&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ContractId&quot;: 1,
    &quot;ProductId&quot;: 2,
    &quot;ProductName&quot;: &quot;sample string 3&quot;,
    &quot;ContractLineId&quot;: 1,
    &quot;CareTrajectId&quot;: 1,
    &quot;DOTLocationId&quot;: 1,
    &quot;WorkTypeId&quot;: 1,
    &quot;ProjectId&quot;: &quot;sample string 4&quot;,
    &quot;ProjectName&quot;: &quot;sample string 5&quot;,
    &quot;OrganizationEntityId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientId&quot;: 6,
    &quot;ClientName&quot;: &quot;sample string 7&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
    &quot;StatusChangedById&quot;: 14,
    &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
    &quot;CreatedById&quot;: 16,
    &quot;Remarks&quot;: &quot;sample string 17&quot;,
    &quot;Id&quot;: 18,
    &quot;Location&quot;: &quot;sample string 19&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:07:54.0563587+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:07:54.0563587+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:07:54.0563587+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:07:54.0563587+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:07:54.0563587+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
&lt;/ArrayOfContractAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:07:54.0563587+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:07:54.0563587+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
  &lt;ContractAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:07:54.0563587+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:07:54.0563587+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:07:54.0563587+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:54.0563587+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;6&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
    &lt;ContractId&gt;1&lt;/ContractId&gt;
    &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
    &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;ProductId&gt;2&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
    &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/ContractAppointment&gt;
&lt;/ArrayOfContractAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/GeneralAppointments">
                <doc title="PlanCare2Api/ClientAppointments/GeneralAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:03.7358796+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;GeneralAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:03.7358796+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:07:03.7358796+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:03.7358796+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:03.7358796+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:03.7358796+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:03.7358796+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:03.7358796+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:03.7358796+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
&lt;/GeneralAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;GeneralAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:03.7358796+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:07:03.7358796+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:03.7358796+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:03.7358796+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:03.7358796+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:03.7358796+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:03.7358796+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:03.7358796+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
&lt;/GeneralAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/GeneralAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/ClientAppointments/GeneralAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;GeneralAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.322366+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.322366+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
&lt;/GeneralAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;GeneralAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.322366+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.322366+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
&lt;/GeneralAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/GRZContractAppointments">
                <doc title="PlanCare2Api/ClientAppointments/GRZContractAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;DOTLocationId&quot;: 3,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 6&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 9&quot;,
  &quot;Reason&quot;: &quot;sample string 10&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 11&quot;,
  &quot;StatusChangedById&quot;: 12,
  &quot;CreatedByName&quot;: &quot;sample string 13&quot;,
  &quot;CreatedById&quot;: 14,
  &quot;Remarks&quot;: &quot;sample string 15&quot;,
  &quot;Id&quot;: 16,
  &quot;Location&quot;: &quot;sample string 17&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 20&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 21&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;DOTLocationId&quot;: 3,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 6&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 9&quot;,
  &quot;Reason&quot;: &quot;sample string 10&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 11&quot;,
  &quot;StatusChangedById&quot;: 12,
  &quot;CreatedByName&quot;: &quot;sample string 13&quot;,
  &quot;CreatedById&quot;: 14,
  &quot;Remarks&quot;: &quot;sample string 15&quot;,
  &quot;Id&quot;: 16,
  &quot;Location&quot;: &quot;sample string 17&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 20&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:35.3759709+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 21&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;GRZContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:35.3759709+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 20&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:07:35.3759709+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:35.3759709+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:35.3759709+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:35.3759709+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:35.3759709+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:35.3759709+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:35.3759709+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 6&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;DOTLocationId&gt;3&lt;/DOTLocationId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/GRZContractAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;GRZContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:35.3759709+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 20&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:07:35.3759709+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:35.3759709+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:35.3759709+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:35.3759709+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:35.3759709+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:35.3759709+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:35.3759709+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 6&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;DOTLocationId&gt;3&lt;/DOTLocationId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/GRZContractAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/InterventionAppointments">
                <doc title="PlanCare2Api/ClientAppointments/InterventionAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;InterventionId&quot;: &quot;8e304ac2-dc25-44bf-a706-4d9dcb81a03f&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;InterventionId&quot;: &quot;8e304ac2-dc25-44bf-a706-4d9dcb81a03f&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3379945+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;InterventionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3379945+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3379945+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3379945+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3379945+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3379945+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3379945+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3379945+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3379945+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;InterventionId&gt;8e304ac2-dc25-44bf-a706-4d9dcb81a03f&lt;/InterventionId&gt;
&lt;/InterventionAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;InterventionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3379945+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3379945+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3379945+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3379945+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3379945+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3379945+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3379945+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3379945+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;InterventionId&gt;8e304ac2-dc25-44bf-a706-4d9dcb81a03f&lt;/InterventionId&gt;
&lt;/InterventionAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/InterventionAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/ClientAppointments/InterventionAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;InterventionId&quot;: &quot;69e9be53-4598-48da-93ed-972dbfc93775&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;InterventionId&quot;: &quot;69e9be53-4598-48da-93ed-972dbfc93775&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.2911133+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;InterventionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2911133+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2911133+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.2911133+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2911133+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2911133+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2911133+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2911133+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2911133+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;InterventionId&gt;69e9be53-4598-48da-93ed-972dbfc93775&lt;/InterventionId&gt;
&lt;/InterventionAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;InterventionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2911133+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.2911133+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.2911133+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2911133+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2911133+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.2911133+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.2911133+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.2911133+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;InterventionId&gt;69e9be53-4598-48da-93ed-972dbfc93775&lt;/InterventionId&gt;
&lt;/InterventionAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/LegacyActionAppointments">
                <doc title="PlanCare2Api/ClientAppointments/LegacyActionAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:52.5370515+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;LegacyActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:52.5370515+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:07:52.5370515+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:52.5370515+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:52.5370515+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:52.5370515+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:52.5370515+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:52.5370515+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:52.5370515+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/LegacyActionAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;LegacyActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:52.5370515+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:07:52.5370515+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:52.5370515+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:52.5370515+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:52.5370515+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:07:52.5370515+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:07:52.5370515+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:07:52.5370515+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/LegacyActionAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/LegacyActionAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/ClientAppointments/LegacyActionAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ActionId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ActionId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.3067401+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;LegacyActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/LegacyActionAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;LegacyActionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.3067401+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.3067401+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3067401+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/LegacyActionAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/OccurrenceAppointments">
                <doc title="PlanCare2Api/ClientAppointments/OccurrenceAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:06:55.6666299+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:55.6666299+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:06:55.6666299+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:55.6666299+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:06:55.6666299+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:06:55.6666299+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:06:55.6666299+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:06:55.6666299+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/OccurrenceAppointments/{appointmentId}">
                <doc title="PlanCare2Api/ClientAppointments/OccurrenceAppointments/{appointmentId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.322366+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T23:13:57.322366+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:57.322366+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/PCDContractAppointments">
                <doc title="PlanCare2Api/ClientAppointments/PCDContractAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProjectId&quot;: &quot;sample string 3&quot;,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 6&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 9&quot;,
  &quot;Reason&quot;: &quot;sample string 10&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 11&quot;,
  &quot;StatusChangedById&quot;: 12,
  &quot;CreatedByName&quot;: &quot;sample string 13&quot;,
  &quot;CreatedById&quot;: 14,
  &quot;Remarks&quot;: &quot;sample string 15&quot;,
  &quot;Id&quot;: 16,
  &quot;Location&quot;: &quot;sample string 17&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 20&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 21&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProjectId&quot;: &quot;sample string 3&quot;,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 6&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 9&quot;,
  &quot;Reason&quot;: &quot;sample string 10&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 11&quot;,
  &quot;StatusChangedById&quot;: 12,
  &quot;CreatedByName&quot;: &quot;sample string 13&quot;,
  &quot;CreatedById&quot;: 14,
  &quot;Remarks&quot;: &quot;sample string 15&quot;,
  &quot;Id&quot;: 16,
  &quot;Location&quot;: &quot;sample string 17&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 20&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:55.1509907+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 21&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;PCDContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:55.1509907+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 20&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:06:55.1509907+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:55.1509907+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:06:55.1509907+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:06:55.1509907+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:06:55.1509907+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:06:55.1509907+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:55.1509907+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 6&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 3&lt;/ProjectId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/PCDContractAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;PCDContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:55.1509907+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 20&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:06:55.1509907+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:55.1509907+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:06:55.1509907+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:06:55.1509907+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:06:55.1509907+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:06:55.1509907+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:55.1509907+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 6&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 3&lt;/ProjectId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/PCDContractAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/PCDDBCContractAppointments">
                <doc title="PlanCare2Api/ClientAppointments/PCDDBCContractAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProjectId&quot;: &quot;sample string 3&quot;,
  &quot;CareTrajectId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 10&quot;,
  &quot;Reason&quot;: &quot;sample string 11&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 12&quot;,
  &quot;StatusChangedById&quot;: 13,
  &quot;CreatedByName&quot;: &quot;sample string 14&quot;,
  &quot;CreatedById&quot;: 15,
  &quot;Remarks&quot;: &quot;sample string 16&quot;,
  &quot;Id&quot;: 17,
  &quot;Location&quot;: &quot;sample string 18&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 21&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 22&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;ProjectId&quot;: &quot;sample string 3&quot;,
  &quot;CareTrajectId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 7&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 10&quot;,
  &quot;Reason&quot;: &quot;sample string 11&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 12&quot;,
  &quot;StatusChangedById&quot;: 13,
  &quot;CreatedByName&quot;: &quot;sample string 14&quot;,
  &quot;CreatedById&quot;: 15,
  &quot;Remarks&quot;: &quot;sample string 16&quot;,
  &quot;Id&quot;: 17,
  &quot;Location&quot;: &quot;sample string 18&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 21&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.1504852+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 22&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;PCDDBCContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;15&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;17&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.1504852+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.1504852+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;4&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 3&lt;/ProjectId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/PCDDBCContractAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;PCDDBCContractAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;15&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 21&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;17&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.1504852+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.1504852+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.1504852+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.1504852+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 7&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;CareTrajectId&gt;4&lt;/CareTrajectId&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;ProjectId&gt;sample string 3&lt;/ProjectId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/PCDDBCContractAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/subscriptionappointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/ClientAppointments/subscriptionappointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ClientId&quot;: 1,
  &quot;ClientName&quot;: &quot;sample string 2&quot;,
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
  &quot;EmploymentId&quot;: 1,
  &quot;ContractOfServiceId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.4004944+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;SubscriptionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.4004944+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.4004944+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.4004944+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.4004944+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.4004944+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.4004944+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.4004944+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.4004944+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
&lt;/SubscriptionAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;SubscriptionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.4004944+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:57.4004944+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:57.4004944+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.4004944+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.4004944+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:57.4004944+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:57.4004944+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.4004944+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
  &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
&lt;/SubscriptionAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/subscriptionappointments?clientId={clientId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/ClientAppointments/subscriptionappointments?clientId={clientId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 6&quot;,
    &quot;Reason&quot;: &quot;sample string 7&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
    &quot;StatusChangedById&quot;: 9,
    &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
    &quot;CreatedById&quot;: 11,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Id&quot;: 13,
    &quot;Location&quot;: &quot;sample string 14&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 6&quot;,
    &quot;Reason&quot;: &quot;sample string 7&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
    &quot;StatusChangedById&quot;: 9,
    &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
    &quot;CreatedById&quot;: 11,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Id&quot;: 13,
    &quot;Location&quot;: &quot;sample string 14&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfSubscriptionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
&lt;/ArrayOfSubscriptionAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfSubscriptionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
&lt;/ArrayOfSubscriptionAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/subscriptionappointments?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/ClientAppointments/subscriptionappointments?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 6&quot;,
    &quot;Reason&quot;: &quot;sample string 7&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
    &quot;StatusChangedById&quot;: 9,
    &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
    &quot;CreatedById&quot;: 11,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Id&quot;: 13,
    &quot;Location&quot;: &quot;sample string 14&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 6&quot;,
    &quot;Reason&quot;: &quot;sample string 7&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
    &quot;StatusChangedById&quot;: 9,
    &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
    &quot;CreatedById&quot;: 11,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Id&quot;: 13,
    &quot;Location&quot;: &quot;sample string 14&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:09:35.0294935+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfSubscriptionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:09:35.0294935+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:09:35.0294935+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:09:35.0294935+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:09:35.0294935+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
&lt;/ArrayOfSubscriptionAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfSubscriptionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:09:35.0294935+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:09:35.0294935+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T22:09:35.0294935+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:09:35.0294935+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T22:09:35.0294935+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:09:35.0294935+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
&lt;/ArrayOfSubscriptionAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments/subscriptionappointments?socialSecurityNumber={socialSecurityNumber}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/ClientAppointments/subscriptionappointments?socialSecurityNumber={socialSecurityNumber}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="socialSecurityNumber"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 6&quot;,
    &quot;Reason&quot;: &quot;sample string 7&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
    &quot;StatusChangedById&quot;: 9,
    &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
    &quot;CreatedById&quot;: 11,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Id&quot;: 13,
    &quot;Location&quot;: &quot;sample string 14&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;EmploymentId&quot;: 1,
    &quot;ContractOfServiceId&quot;: 1,
    &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 6&quot;,
    &quot;Reason&quot;: &quot;sample string 7&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
    &quot;StatusChangedById&quot;: 9,
    &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
    &quot;CreatedById&quot;: 11,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Id&quot;: 13,
    &quot;Location&quot;: &quot;sample string 14&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:57.3848652+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfSubscriptionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
&lt;/ArrayOfSubscriptionAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfSubscriptionAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
  &lt;SubscriptionAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:57.3848652+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:57.3848652+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.3848652+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
  &lt;/SubscriptionAppointment&gt;
&lt;/ArrayOfSubscriptionAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments?clientId={clientId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/ClientAppointments?clientId={clientId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ActionIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;OccurrenceCount&quot;: 1,
        &quot;Periodicity&quot;: 1,
        &quot;Range&quot;: 0,
        &quot;Interval&quot;: 0,
        &quot;WeekDays&quot;: 1,
        &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
        &quot;Month&quot;: 1,
        &quot;DayNumber&quot;: 1,
        &quot;WeekOfMonth&quot;: 0
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
          &quot;Title&quot;: &quot;sample string 4&quot;,
          &quot;Location&quot;: &quot;sample string 5&quot;,
          &quot;ParentId&quot;: 6,
          &quot;OccurrenceIndex&quot;: 7,
          &quot;Type&quot;: 0,
          &quot;Reason&quot;: &quot;sample string 8&quot;,
          &quot;Status&quot;: 0,
          &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
          &quot;StatusChangedById&quot;: 10,
          &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
          &quot;CreatedById&quot;: 12,
          &quot;Remarks&quot;: &quot;sample string 13&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;ActionId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;InterventionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;InterventionId&quot;: &quot;6b70fb54-86a7-46c2-9bdd-52cd7ff9053f&quot;,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;GeneralAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;ContractAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;ContractId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;ProductName&quot;: &quot;sample string 3&quot;,
      &quot;ContractLineId&quot;: 1,
      &quot;CareTrajectId&quot;: 1,
      &quot;DOTLocationId&quot;: 1,
      &quot;WorkTypeId&quot;: 1,
      &quot;ProjectId&quot;: &quot;sample string 4&quot;,
      &quot;ProjectName&quot;: &quot;sample string 5&quot;,
      &quot;OrganizationEntityId&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ClientId&quot;: 6,
      &quot;ClientName&quot;: &quot;sample string 7&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 11&quot;,
      &quot;Reason&quot;: &quot;sample string 12&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
      &quot;StatusChangedById&quot;: 14,
      &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
      &quot;CreatedById&quot;: 16,
      &quot;Remarks&quot;: &quot;sample string 17&quot;,
      &quot;Id&quot;: 18,
      &quot;Location&quot;: &quot;sample string 19&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ArrangementProductActAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ArrangementProductActIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;TeamAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;TeamCalendarId&quot;: 1,
      &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
      &quot;ClientIds&quot;: [
        1,
        2
      ],
      &quot;ShowInGroupCalendar&quot;: true,
      &quot;Clients&quot;: [
        {
          &quot;$id&quot;: &quot;12&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;12&quot;
        }
      ],
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;AgreementAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;SubscriptionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ActionIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;OccurrenceCount&quot;: 1,
        &quot;Periodicity&quot;: 1,
        &quot;Range&quot;: 0,
        &quot;Interval&quot;: 0,
        &quot;WeekDays&quot;: 1,
        &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
        &quot;Month&quot;: 1,
        &quot;DayNumber&quot;: 1,
        &quot;WeekOfMonth&quot;: 0
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
          &quot;Title&quot;: &quot;sample string 4&quot;,
          &quot;Location&quot;: &quot;sample string 5&quot;,
          &quot;ParentId&quot;: 6,
          &quot;OccurrenceIndex&quot;: 7,
          &quot;Type&quot;: 0,
          &quot;Reason&quot;: &quot;sample string 8&quot;,
          &quot;Status&quot;: 0,
          &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
          &quot;StatusChangedById&quot;: 10,
          &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
          &quot;CreatedById&quot;: 12,
          &quot;Remarks&quot;: &quot;sample string 13&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;ActionId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;InterventionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;InterventionId&quot;: &quot;6b70fb54-86a7-46c2-9bdd-52cd7ff9053f&quot;,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;GeneralAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;ContractAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;ContractId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;ProductName&quot;: &quot;sample string 3&quot;,
      &quot;ContractLineId&quot;: 1,
      &quot;CareTrajectId&quot;: 1,
      &quot;DOTLocationId&quot;: 1,
      &quot;WorkTypeId&quot;: 1,
      &quot;ProjectId&quot;: &quot;sample string 4&quot;,
      &quot;ProjectName&quot;: &quot;sample string 5&quot;,
      &quot;OrganizationEntityId&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ClientId&quot;: 6,
      &quot;ClientName&quot;: &quot;sample string 7&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 11&quot;,
      &quot;Reason&quot;: &quot;sample string 12&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
      &quot;StatusChangedById&quot;: 14,
      &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
      &quot;CreatedById&quot;: 16,
      &quot;Remarks&quot;: &quot;sample string 17&quot;,
      &quot;Id&quot;: 18,
      &quot;Location&quot;: &quot;sample string 19&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ArrangementProductActAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ArrangementProductActIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;TeamAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;TeamCalendarId&quot;: 1,
      &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
      &quot;ClientIds&quot;: [
        1,
        2
      ],
      &quot;ShowInGroupCalendar&quot;: true,
      &quot;Clients&quot;: [
        {
          &quot;$id&quot;: &quot;12&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;12&quot;
        }
      ],
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;AgreementAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;SubscriptionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientAppointmentCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ActionAppointments&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
  &lt;/ActionAppointments&gt;
  &lt;AgreementAppointments&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
  &lt;/AgreementAppointments&gt;
  &lt;ArrangementProductActAppointments&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
  &lt;/ArrangementProductActAppointments&gt;
  &lt;ContractAppointments&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
  &lt;/ContractAppointments&gt;
  &lt;GeneralAppointments&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
  &lt;/GeneralAppointments&gt;
  &lt;InterventionAppointments&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;6b70fb54-86a7-46c2-9bdd-52cd7ff9053f&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;6b70fb54-86a7-46c2-9bdd-52cd7ff9053f&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
  &lt;/InterventionAppointments&gt;
  &lt;LegacyActionAppointments&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
  &lt;/LegacyActionAppointments&gt;
  &lt;SubscriptionAppointments&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
  &lt;/SubscriptionAppointments&gt;
  &lt;TeamAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
  &lt;/TeamAppointments&gt;
&lt;/ClientAppointmentCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientAppointmentCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ActionAppointments&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
  &lt;/ActionAppointments&gt;
  &lt;AgreementAppointments&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
  &lt;/AgreementAppointments&gt;
  &lt;ArrangementProductActAppointments&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
  &lt;/ArrangementProductActAppointments&gt;
  &lt;ContractAppointments&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
  &lt;/ContractAppointments&gt;
  &lt;GeneralAppointments&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
  &lt;/GeneralAppointments&gt;
  &lt;InterventionAppointments&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;6b70fb54-86a7-46c2-9bdd-52cd7ff9053f&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;6b70fb54-86a7-46c2-9bdd-52cd7ff9053f&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
  &lt;/InterventionAppointments&gt;
  &lt;LegacyActionAppointments&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
  &lt;/LegacyActionAppointments&gt;
  &lt;SubscriptionAppointments&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
  &lt;/SubscriptionAppointments&gt;
  &lt;TeamAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
  &lt;/TeamAppointments&gt;
&lt;/ClientAppointmentCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/ClientAppointments?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ActionIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;OccurrenceCount&quot;: 1,
        &quot;Periodicity&quot;: 1,
        &quot;Range&quot;: 0,
        &quot;Interval&quot;: 0,
        &quot;WeekDays&quot;: 1,
        &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
        &quot;Month&quot;: 1,
        &quot;DayNumber&quot;: 1,
        &quot;WeekOfMonth&quot;: 0
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
          &quot;Title&quot;: &quot;sample string 4&quot;,
          &quot;Location&quot;: &quot;sample string 5&quot;,
          &quot;ParentId&quot;: 6,
          &quot;OccurrenceIndex&quot;: 7,
          &quot;Type&quot;: 0,
          &quot;Reason&quot;: &quot;sample string 8&quot;,
          &quot;Status&quot;: 0,
          &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
          &quot;StatusChangedById&quot;: 10,
          &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
          &quot;CreatedById&quot;: 12,
          &quot;Remarks&quot;: &quot;sample string 13&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;ActionId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;InterventionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;InterventionId&quot;: &quot;d5f064b5-d6d7-417b-ba70-ef3b56d09948&quot;,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;GeneralAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;ContractAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;ContractId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;ProductName&quot;: &quot;sample string 3&quot;,
      &quot;ContractLineId&quot;: 1,
      &quot;CareTrajectId&quot;: 1,
      &quot;DOTLocationId&quot;: 1,
      &quot;WorkTypeId&quot;: 1,
      &quot;ProjectId&quot;: &quot;sample string 4&quot;,
      &quot;ProjectName&quot;: &quot;sample string 5&quot;,
      &quot;OrganizationEntityId&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ClientId&quot;: 6,
      &quot;ClientName&quot;: &quot;sample string 7&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 11&quot;,
      &quot;Reason&quot;: &quot;sample string 12&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
      &quot;StatusChangedById&quot;: 14,
      &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
      &quot;CreatedById&quot;: 16,
      &quot;Remarks&quot;: &quot;sample string 17&quot;,
      &quot;Id&quot;: 18,
      &quot;Location&quot;: &quot;sample string 19&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ArrangementProductActAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ArrangementProductActIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;TeamAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;TeamCalendarId&quot;: 1,
      &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
      &quot;ClientIds&quot;: [
        1,
        2
      ],
      &quot;ShowInGroupCalendar&quot;: true,
      &quot;Clients&quot;: [
        {
          &quot;$id&quot;: &quot;12&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;12&quot;
        }
      ],
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;AgreementAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;SubscriptionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ActionIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;OccurrenceCount&quot;: 1,
        &quot;Periodicity&quot;: 1,
        &quot;Range&quot;: 0,
        &quot;Interval&quot;: 0,
        &quot;WeekDays&quot;: 1,
        &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
        &quot;Month&quot;: 1,
        &quot;DayNumber&quot;: 1,
        &quot;WeekOfMonth&quot;: 0
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
          &quot;Title&quot;: &quot;sample string 4&quot;,
          &quot;Location&quot;: &quot;sample string 5&quot;,
          &quot;ParentId&quot;: 6,
          &quot;OccurrenceIndex&quot;: 7,
          &quot;Type&quot;: 0,
          &quot;Reason&quot;: &quot;sample string 8&quot;,
          &quot;Status&quot;: 0,
          &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
          &quot;StatusChangedById&quot;: 10,
          &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
          &quot;CreatedById&quot;: 12,
          &quot;Remarks&quot;: &quot;sample string 13&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;ActionId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;InterventionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;InterventionId&quot;: &quot;d5f064b5-d6d7-417b-ba70-ef3b56d09948&quot;,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;GeneralAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;ContractAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;ContractId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;ProductName&quot;: &quot;sample string 3&quot;,
      &quot;ContractLineId&quot;: 1,
      &quot;CareTrajectId&quot;: 1,
      &quot;DOTLocationId&quot;: 1,
      &quot;WorkTypeId&quot;: 1,
      &quot;ProjectId&quot;: &quot;sample string 4&quot;,
      &quot;ProjectName&quot;: &quot;sample string 5&quot;,
      &quot;OrganizationEntityId&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ClientId&quot;: 6,
      &quot;ClientName&quot;: &quot;sample string 7&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 11&quot;,
      &quot;Reason&quot;: &quot;sample string 12&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
      &quot;StatusChangedById&quot;: 14,
      &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
      &quot;CreatedById&quot;: 16,
      &quot;Remarks&quot;: &quot;sample string 17&quot;,
      &quot;Id&quot;: 18,
      &quot;Location&quot;: &quot;sample string 19&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ArrangementProductActAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ArrangementProductActIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;TeamAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;TeamCalendarId&quot;: 1,
      &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
      &quot;ClientIds&quot;: [
        1,
        2
      ],
      &quot;ShowInGroupCalendar&quot;: true,
      &quot;Clients&quot;: [
        {
          &quot;$id&quot;: &quot;12&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;12&quot;
        }
      ],
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;AgreementAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;SubscriptionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:57.275485+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientAppointmentCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ActionAppointments&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
  &lt;/ActionAppointments&gt;
  &lt;AgreementAppointments&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
  &lt;/AgreementAppointments&gt;
  &lt;ArrangementProductActAppointments&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
  &lt;/ArrangementProductActAppointments&gt;
  &lt;ContractAppointments&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
  &lt;/ContractAppointments&gt;
  &lt;GeneralAppointments&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
  &lt;/GeneralAppointments&gt;
  &lt;InterventionAppointments&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;d5f064b5-d6d7-417b-ba70-ef3b56d09948&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;d5f064b5-d6d7-417b-ba70-ef3b56d09948&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
  &lt;/InterventionAppointments&gt;
  &lt;LegacyActionAppointments&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
  &lt;/LegacyActionAppointments&gt;
  &lt;SubscriptionAppointments&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
  &lt;/SubscriptionAppointments&gt;
  &lt;TeamAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
  &lt;/TeamAppointments&gt;
&lt;/ClientAppointmentCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientAppointmentCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ActionAppointments&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
  &lt;/ActionAppointments&gt;
  &lt;AgreementAppointments&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
  &lt;/AgreementAppointments&gt;
  &lt;ArrangementProductActAppointments&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
  &lt;/ArrangementProductActAppointments&gt;
  &lt;ContractAppointments&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
  &lt;/ContractAppointments&gt;
  &lt;GeneralAppointments&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
  &lt;/GeneralAppointments&gt;
  &lt;InterventionAppointments&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;d5f064b5-d6d7-417b-ba70-ef3b56d09948&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;d5f064b5-d6d7-417b-ba70-ef3b56d09948&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
  &lt;/InterventionAppointments&gt;
  &lt;LegacyActionAppointments&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
  &lt;/LegacyActionAppointments&gt;
  &lt;SubscriptionAppointments&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
  &lt;/SubscriptionAppointments&gt;
  &lt;TeamAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:57.275485+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:57.275485+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:57.275485+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
  &lt;/TeamAppointments&gt;
&lt;/ClientAppointmentCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAppointments?socialSecurityNumber={socialSecurityNumber}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/ClientAppointments?socialSecurityNumber={socialSecurityNumber}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="socialSecurityNumber"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ActionIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;OccurrenceCount&quot;: 1,
        &quot;Periodicity&quot;: 1,
        &quot;Range&quot;: 0,
        &quot;Interval&quot;: 0,
        &quot;WeekDays&quot;: 1,
        &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
        &quot;Month&quot;: 1,
        &quot;DayNumber&quot;: 1,
        &quot;WeekOfMonth&quot;: 0
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
          &quot;Title&quot;: &quot;sample string 4&quot;,
          &quot;Location&quot;: &quot;sample string 5&quot;,
          &quot;ParentId&quot;: 6,
          &quot;OccurrenceIndex&quot;: 7,
          &quot;Type&quot;: 0,
          &quot;Reason&quot;: &quot;sample string 8&quot;,
          &quot;Status&quot;: 0,
          &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
          &quot;StatusChangedById&quot;: 10,
          &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
          &quot;CreatedById&quot;: 12,
          &quot;Remarks&quot;: &quot;sample string 13&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;ActionId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;InterventionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;InterventionId&quot;: &quot;a941d2ff-b9c0-4fa7-af60-e4d986f672ff&quot;,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;GeneralAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;ContractAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;ContractId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;ProductName&quot;: &quot;sample string 3&quot;,
      &quot;ContractLineId&quot;: 1,
      &quot;CareTrajectId&quot;: 1,
      &quot;DOTLocationId&quot;: 1,
      &quot;WorkTypeId&quot;: 1,
      &quot;ProjectId&quot;: &quot;sample string 4&quot;,
      &quot;ProjectName&quot;: &quot;sample string 5&quot;,
      &quot;OrganizationEntityId&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ClientId&quot;: 6,
      &quot;ClientName&quot;: &quot;sample string 7&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 11&quot;,
      &quot;Reason&quot;: &quot;sample string 12&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
      &quot;StatusChangedById&quot;: 14,
      &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
      &quot;CreatedById&quot;: 16,
      &quot;Remarks&quot;: &quot;sample string 17&quot;,
      &quot;Id&quot;: 18,
      &quot;Location&quot;: &quot;sample string 19&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ArrangementProductActAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ArrangementProductActIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;TeamAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;TeamCalendarId&quot;: 1,
      &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
      &quot;ClientIds&quot;: [
        1,
        2
      ],
      &quot;ShowInGroupCalendar&quot;: true,
      &quot;Clients&quot;: [
        {
          &quot;$id&quot;: &quot;12&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;12&quot;
        }
      ],
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;AgreementAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;SubscriptionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ActionIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;OccurrenceCount&quot;: 1,
        &quot;Periodicity&quot;: 1,
        &quot;Range&quot;: 0,
        &quot;Interval&quot;: 0,
        &quot;WeekDays&quot;: 1,
        &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
        &quot;Month&quot;: 1,
        &quot;DayNumber&quot;: 1,
        &quot;WeekOfMonth&quot;: 0
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
          &quot;Title&quot;: &quot;sample string 4&quot;,
          &quot;Location&quot;: &quot;sample string 5&quot;,
          &quot;ParentId&quot;: 6,
          &quot;OccurrenceIndex&quot;: 7,
          &quot;Type&quot;: 0,
          &quot;Reason&quot;: &quot;sample string 8&quot;,
          &quot;Status&quot;: 0,
          &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
          &quot;StatusChangedById&quot;: 10,
          &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
          &quot;CreatedById&quot;: 12,
          &quot;Remarks&quot;: &quot;sample string 13&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;ActionId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;InterventionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;InterventionId&quot;: &quot;a941d2ff-b9c0-4fa7-af60-e4d986f672ff&quot;,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;GeneralAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;ContractAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;ContractId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;ProductName&quot;: &quot;sample string 3&quot;,
      &quot;ContractLineId&quot;: 1,
      &quot;CareTrajectId&quot;: 1,
      &quot;DOTLocationId&quot;: 1,
      &quot;WorkTypeId&quot;: 1,
      &quot;ProjectId&quot;: &quot;sample string 4&quot;,
      &quot;ProjectName&quot;: &quot;sample string 5&quot;,
      &quot;OrganizationEntityId&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ClientId&quot;: 6,
      &quot;ClientName&quot;: &quot;sample string 7&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 11&quot;,
      &quot;Reason&quot;: &quot;sample string 12&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
      &quot;StatusChangedById&quot;: 14,
      &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
      &quot;CreatedById&quot;: 16,
      &quot;Remarks&quot;: &quot;sample string 17&quot;,
      &quot;Id&quot;: 18,
      &quot;Location&quot;: &quot;sample string 19&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ArrangementProductActAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ArrangementProductActIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;TeamAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;TeamCalendarId&quot;: 1,
      &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
      &quot;ClientIds&quot;: [
        1,
        2
      ],
      &quot;ShowInGroupCalendar&quot;: true,
      &quot;Clients&quot;: [
        {
          &quot;$id&quot;: &quot;12&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;12&quot;
        }
      ],
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;AgreementAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;SubscriptionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:51.9966283+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientAppointmentCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ActionAppointments&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
  &lt;/ActionAppointments&gt;
  &lt;AgreementAppointments&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
  &lt;/AgreementAppointments&gt;
  &lt;ArrangementProductActAppointments&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
  &lt;/ArrangementProductActAppointments&gt;
  &lt;ContractAppointments&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
  &lt;/ContractAppointments&gt;
  &lt;GeneralAppointments&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
  &lt;/GeneralAppointments&gt;
  &lt;InterventionAppointments&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;a941d2ff-b9c0-4fa7-af60-e4d986f672ff&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;a941d2ff-b9c0-4fa7-af60-e4d986f672ff&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
  &lt;/InterventionAppointments&gt;
  &lt;LegacyActionAppointments&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
  &lt;/LegacyActionAppointments&gt;
  &lt;SubscriptionAppointments&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
  &lt;/SubscriptionAppointments&gt;
  &lt;TeamAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
  &lt;/TeamAppointments&gt;
&lt;/ClientAppointmentCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientAppointmentCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
  &lt;ActionAppointments&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
    &lt;ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ActionIds&gt;
    &lt;/ActionAppointment&gt;
  &lt;/ActionAppointments&gt;
  &lt;AgreementAppointments&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
    &lt;AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementAppointment&gt;
  &lt;/AgreementAppointments&gt;
  &lt;ArrangementProductActAppointments&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
    &lt;ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ArrangementProductActIds&gt;
    &lt;/ArrangementProductActAppointment&gt;
  &lt;/ArrangementProductActAppointments&gt;
  &lt;ContractAppointments&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
    &lt;ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;6&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 8&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
      &lt;ContractId&gt;1&lt;/ContractId&gt;
      &lt;ContractLineId&gt;1&lt;/ContractLineId&gt;
      &lt;DOTLocationId&gt;1&lt;/DOTLocationId&gt;
      &lt;OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
      &lt;ProjectId&gt;sample string 4&lt;/ProjectId&gt;
      &lt;ProjectName&gt;sample string 5&lt;/ProjectName&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/ContractAppointment&gt;
  &lt;/ContractAppointments&gt;
  &lt;GeneralAppointments&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
    &lt;GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/GeneralAppointment&gt;
  &lt;/GeneralAppointments&gt;
  &lt;InterventionAppointments&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;a941d2ff-b9c0-4fa7-af60-e4d986f672ff&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
    &lt;InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;InterventionId&gt;a941d2ff-b9c0-4fa7-af60-e4d986f672ff&lt;/InterventionId&gt;
    &lt;/InterventionAppointment&gt;
  &lt;/InterventionAppointments&gt;
  &lt;LegacyActionAppointments&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
    &lt;LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;2&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionAppointment&gt;
  &lt;/LegacyActionAppointments&gt;
  &lt;SubscriptionAppointments&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
    &lt;SubscriptionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
      &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;/SubscriptionAppointment&gt;
  &lt;/SubscriptionAppointments&gt;
  &lt;TeamAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
    &lt;d2p1:TeamAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T22:06:51.9966283+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T22:06:51.9966283+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:06:51.9966283+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ClientIds&gt;
      &lt;d2p1:Clients xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
        &lt;d4p1:NamedEntity&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:NamedEntity&gt;
      &lt;/d2p1:Clients&gt;
      &lt;d2p1:ShowInGroupCalendar&gt;true&lt;/d2p1:ShowInGroupCalendar&gt;
      &lt;d2p1:TeamCalendar&gt;sample string 2&lt;/d2p1:TeamCalendar&gt;
      &lt;d2p1:TeamCalendarId&gt;1&lt;/d2p1:TeamCalendarId&gt;
    &lt;/d2p1:TeamAppointment&gt;
  &lt;/TeamAppointments&gt;
&lt;/ClientAppointmentCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAttentions/{clientAttentionId}/ChangeOfClientAttention">
                <doc title="PlanCare2Api/ClientAttentions/{clientAttentionId}/ChangeOfClientAttention" /> 
                <method name="POST">
                    <request>
 
                            <param name="clientAttentionId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;ClientAttentionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ClientAttentionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfClientAttention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAttentionId&gt;1&lt;/ClientAttentionId&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:59.0255197+02:00&lt;/EndDate&gt;
  &lt;StartDate&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDate&gt;
&lt;/ChangeOfClientAttention&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfClientAttention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAttentionId&gt;1&lt;/ClientAttentionId&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:59.0255197+02:00&lt;/EndDate&gt;
  &lt;StartDate&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDate&gt;
&lt;/ChangeOfClientAttention&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAttentions/{clientAttentionId}/ClientAttention">
                <doc title="PlanCare2Api/ClientAttentions/{clientAttentionId}/ClientAttention" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="clientAttentionId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAttentions/ClientAttention">
                <doc title="PlanCare2Api/ClientAttentions/ClientAttention" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ClientAttentionId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;CreatedByUsername&quot;: &quot;sample string 5&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ClientAttentionId&quot;: 1,
  &quot;ClientId&quot;: 2,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:59.0255197+02:00&quot;,
  &quot;CreatedByUsername&quot;: &quot;sample string 5&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ClientAttention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAttentionId&gt;1&lt;/ClientAttentionId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;CreatedByUsername&gt;sample string 5&lt;/CreatedByUsername&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:59.0255197+02:00&lt;/EndDate&gt;
  &lt;StartDate&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDate&gt;
&lt;/ClientAttention&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ClientAttention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAttentionId&gt;1&lt;/ClientAttentionId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;CreatedByUsername&gt;sample string 5&lt;/CreatedByUsername&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:59.0255197+02:00&lt;/EndDate&gt;
  &lt;StartDate&gt;2026-05-26T23:13:59.0255197+02:00&lt;/StartDate&gt;
&lt;/ClientAttention&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientAttentions?clientId={clientId}">
                <doc title="PlanCare2Api/ClientAttentions?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientAttentionId&quot;: 1,
    &quot;ClientId&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:08:41.1978161+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:41.1978161+02:00&quot;,
    &quot;CreatedByUsername&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientAttentionId&quot;: 1,
    &quot;ClientId&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:08:41.1978161+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:41.1978161+02:00&quot;,
    &quot;CreatedByUsername&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientAttention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAttention&gt;
    &lt;ClientAttentionId&gt;1&lt;/ClientAttentionId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;CreatedByUsername&gt;sample string 5&lt;/CreatedByUsername&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:08:41.1978161+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:08:41.1978161+02:00&lt;/StartDate&gt;
  &lt;/ClientAttention&gt;
  &lt;ClientAttention&gt;
    &lt;ClientAttentionId&gt;1&lt;/ClientAttentionId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;CreatedByUsername&gt;sample string 5&lt;/CreatedByUsername&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:08:41.1978161+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:08:41.1978161+02:00&lt;/StartDate&gt;
  &lt;/ClientAttention&gt;
&lt;/ArrayOfClientAttention&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientAttention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientAttention&gt;
    &lt;ClientAttentionId&gt;1&lt;/ClientAttentionId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;CreatedByUsername&gt;sample string 5&lt;/CreatedByUsername&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:08:41.1978161+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:08:41.1978161+02:00&lt;/StartDate&gt;
  &lt;/ClientAttention&gt;
  &lt;ClientAttention&gt;
    &lt;ClientAttentionId&gt;1&lt;/ClientAttentionId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;CreatedByUsername&gt;sample string 5&lt;/CreatedByUsername&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:08:41.1978161+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:08:41.1978161+02:00&lt;/StartDate&gt;
  &lt;/ClientAttention&gt;
&lt;/ArrayOfClientAttention&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientPermissions?employeeId={employeeId}&amp;clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ClientPermissions?employeeId={employeeId}&amp;clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="employeeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;LookupName&quot;: &quot;sample string 2&quot;,
  &quot;AllowedClients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ClientId&quot;: 1,
      &quot;LookupName&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;LookupName&quot;: &quot;sample string 2&quot;,
  &quot;AllowedClients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ClientId&quot;: 1,
      &quot;LookupName&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientPermissions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AllowedClients&gt;
    &lt;AllowedClient&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/AllowedClient&gt;
    &lt;AllowedClient&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/AllowedClient&gt;
  &lt;/AllowedClients&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
&lt;/ClientPermissions&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientPermissions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AllowedClients&gt;
    &lt;AllowedClient&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/AllowedClient&gt;
    &lt;AllowedClient&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/AllowedClient&gt;
  &lt;/AllowedClients&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
&lt;/ClientPermissions&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientPermissions?employeeId={employeeId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ClientPermissions?employeeId={employeeId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="employeeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;LookupName&quot;: &quot;sample string 2&quot;,
  &quot;AllowedClients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ClientId&quot;: 1,
      &quot;LookupName&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;LookupName&quot;: &quot;sample string 2&quot;,
  &quot;AllowedClients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ClientId&quot;: 1,
      &quot;LookupName&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientPermissions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AllowedClients&gt;
    &lt;AllowedClient&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/AllowedClient&gt;
    &lt;AllowedClient&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/AllowedClient&gt;
  &lt;/AllowedClients&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
&lt;/ClientPermissions&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientPermissions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AllowedClients&gt;
    &lt;AllowedClient&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/AllowedClient&gt;
    &lt;AllowedClient&gt;
      &lt;ClientId&gt;1&lt;/ClientId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/AllowedClient&gt;
  &lt;/AllowedClients&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
&lt;/ClientPermissions&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientPermissions?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ClientPermissions?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;LookupName&quot;: &quot;sample string 2&quot;,
    &quot;AllowedClients&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;ClientId&quot;: 1,
        &quot;LookupName&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;LookupName&quot;: &quot;sample string 2&quot;,
    &quot;AllowedClients&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;ClientId&quot;: 1,
        &quot;LookupName&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientPermissions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientPermissions&gt;
    &lt;AllowedClients&gt;
      &lt;AllowedClient&gt;
        &lt;ClientId&gt;1&lt;/ClientId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/AllowedClient&gt;
      &lt;AllowedClient&gt;
        &lt;ClientId&gt;1&lt;/ClientId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/AllowedClient&gt;
    &lt;/AllowedClients&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
  &lt;/ClientPermissions&gt;
  &lt;ClientPermissions&gt;
    &lt;AllowedClients&gt;
      &lt;AllowedClient&gt;
        &lt;ClientId&gt;1&lt;/ClientId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/AllowedClient&gt;
      &lt;AllowedClient&gt;
        &lt;ClientId&gt;1&lt;/ClientId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/AllowedClient&gt;
    &lt;/AllowedClients&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
  &lt;/ClientPermissions&gt;
&lt;/ArrayOfClientPermissions&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientPermissions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientPermissions&gt;
    &lt;AllowedClients&gt;
      &lt;AllowedClient&gt;
        &lt;ClientId&gt;1&lt;/ClientId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/AllowedClient&gt;
      &lt;AllowedClient&gt;
        &lt;ClientId&gt;1&lt;/ClientId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/AllowedClient&gt;
    &lt;/AllowedClients&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
  &lt;/ClientPermissions&gt;
  &lt;ClientPermissions&gt;
    &lt;AllowedClients&gt;
      &lt;AllowedClient&gt;
        &lt;ClientId&gt;1&lt;/ClientId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/AllowedClient&gt;
      &lt;AllowedClient&gt;
        &lt;ClientId&gt;1&lt;/ClientId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/AllowedClient&gt;
    &lt;/AllowedClients&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
  &lt;/ClientPermissions&gt;
&lt;/ArrayOfClientPermissions&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clientplans?clientId={clientId}">
                <doc title="PlanCare2Api/Clientplans?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
    &quot;VisionModelName&quot;: &quot;sample string 4&quot;,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;Domains&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Name&quot;: &quot;sample string 1&quot;,
        &quot;Id&quot;: 2,
        &quot;Demands&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;Subject&quot;: &quot;sample string 2&quot;,
            &quot;Description&quot;: &quot;sample string 3&quot;,
            &quot;Targets&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;Disciplines&quot;: [
                  {
                    &quot;$id&quot;: &quot;5&quot;,
                    &quot;Id&quot;: 1,
                    &quot;Name&quot;: &quot;sample string 2&quot;,
                    &quot;Workplans&quot;: [
                      {
                        &quot;$id&quot;: &quot;6&quot;,
                        &quot;Description&quot;: &quot;sample string 1&quot;,
                        &quot;Actions&quot;: [
                          {
                            &quot;$id&quot;: &quot;7&quot;,
                            &quot;Description&quot;: &quot;sample string 1&quot;,
                            &quot;Appointments&quot;: [
                              {
                                &quot;$id&quot;: &quot;8&quot;,
                                &quot;ClientId&quot;: 1,
                                &quot;ClientName&quot;: &quot;sample string 2&quot;,
                                &quot;EmployeeId&quot;: 1,
                                &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
                                &quot;StatusChangedByName&quot;: &quot;sample string 4&quot;,
                                &quot;StatusChangedById&quot;: 5,
                                &quot;CreatedByName&quot;: &quot;sample string 6&quot;,
                                &quot;CreatedById&quot;: 7,
                                &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
                                &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
                                &quot;Subject&quot;: &quot;sample string 10&quot;,
                                &quot;AppointmentType&quot;: &quot;sample string 11&quot;,
                                &quot;Reason&quot;: &quot;sample string 12&quot;,
                                &quot;Remarks&quot;: &quot;sample string 13&quot;,
                                &quot;Status&quot;: &quot;sample string 14&quot;,
                                &quot;ParentPlannedItemId&quot;: 1,
                                &quot;OccurrenceIndex&quot;: 1,
                                &quot;Id&quot;: 15,
                                &quot;StartTime&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
                                &quot;EndTime&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
                                &quot;Location&quot;: &quot;sample string 18&quot;,
                                &quot;MovesToNextDay&quot;: true,
                                &quot;IsAllDay&quot;: true,
                                &quot;RecursionText&quot;: &quot;sample string 21&quot;,
                                &quot;Actions&quot;: [
                                  {
                                    &quot;$id&quot;: &quot;9&quot;,
                                    &quot;Id&quot;: 1,
                                    &quot;Name&quot;: &quot;sample string 2&quot;,
                                    &quot;IsLegacy&quot;: true
                                  },
                                  {
                                    &quot;$ref&quot;: &quot;9&quot;
                                  }
                                ],
                                &quot;WorkTypeId&quot;: 1,
                                &quot;EmploymentId&quot;: 1,
                                &quot;WeekPlanningId&quot;: 1
                              },
                              {
                                &quot;$ref&quot;: &quot;8&quot;
                              }
                            ],
                            &quot;Remarks&quot;: &quot;sample string 2&quot;,
                            &quot;ResponsibleEmployeeName&quot;: &quot;sample string 3&quot;,
                            &quot;PriorityName&quot;: &quot;sample string 4&quot;,
                            &quot;Rank&quot;: 5,
                            &quot;Id&quot;: 6,
                            &quot;Name&quot;: &quot;sample string 7&quot;,
                            &quot;IsLegacy&quot;: true
                          },
                          {
                            &quot;$ref&quot;: &quot;7&quot;
                          }
                        ],
                        &quot;Status&quot;: &quot;sample string 2&quot;,
                        &quot;Id&quot;: 3,
                        &quot;Name&quot;: &quot;sample string 4&quot;
                      },
                      {
                        &quot;$ref&quot;: &quot;6&quot;
                      }
                    ],
                    &quot;Actions&quot;: [
                      {
                        &quot;$ref&quot;: &quot;7&quot;
                      },
                      {
                        &quot;$ref&quot;: &quot;7&quot;
                      }
                    ]
                  },
                  {
                    &quot;$ref&quot;: &quot;5&quot;
                  }
                ],
                &quot;Id&quot;: 1,
                &quot;Description&quot;: &quot;sample string 2&quot;,
                &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
                &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
                &quot;ClientId&quot;: 5,
                &quot;ClientplanId&quot;: 6,
                &quot;Status&quot;: 0,
                &quot;StatusDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ]
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ParentId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 6,
    &quot;SectorName&quot;: &quot;sample string 7&quot;,
    &quot;Duration&quot;: &quot;sample string 8&quot;,
    &quot;Version&quot;: &quot;sample string 9&quot;,
    &quot;AgreementSet&quot;: true,
    &quot;Name&quot;: &quot;sample string 11&quot;,
    &quot;ProductArrangementName&quot;: &quot;sample string 12&quot;,
    &quot;Status&quot;: &quot;sample string 13&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
    &quot;VisionModelName&quot;: &quot;sample string 4&quot;,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;Domains&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Name&quot;: &quot;sample string 1&quot;,
        &quot;Id&quot;: 2,
        &quot;Demands&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;Subject&quot;: &quot;sample string 2&quot;,
            &quot;Description&quot;: &quot;sample string 3&quot;,
            &quot;Targets&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;Disciplines&quot;: [
                  {
                    &quot;$id&quot;: &quot;5&quot;,
                    &quot;Id&quot;: 1,
                    &quot;Name&quot;: &quot;sample string 2&quot;,
                    &quot;Workplans&quot;: [
                      {
                        &quot;$id&quot;: &quot;6&quot;,
                        &quot;Description&quot;: &quot;sample string 1&quot;,
                        &quot;Actions&quot;: [
                          {
                            &quot;$id&quot;: &quot;7&quot;,
                            &quot;Description&quot;: &quot;sample string 1&quot;,
                            &quot;Appointments&quot;: [
                              {
                                &quot;$id&quot;: &quot;8&quot;,
                                &quot;ClientId&quot;: 1,
                                &quot;ClientName&quot;: &quot;sample string 2&quot;,
                                &quot;EmployeeId&quot;: 1,
                                &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
                                &quot;StatusChangedByName&quot;: &quot;sample string 4&quot;,
                                &quot;StatusChangedById&quot;: 5,
                                &quot;CreatedByName&quot;: &quot;sample string 6&quot;,
                                &quot;CreatedById&quot;: 7,
                                &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
                                &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
                                &quot;Subject&quot;: &quot;sample string 10&quot;,
                                &quot;AppointmentType&quot;: &quot;sample string 11&quot;,
                                &quot;Reason&quot;: &quot;sample string 12&quot;,
                                &quot;Remarks&quot;: &quot;sample string 13&quot;,
                                &quot;Status&quot;: &quot;sample string 14&quot;,
                                &quot;ParentPlannedItemId&quot;: 1,
                                &quot;OccurrenceIndex&quot;: 1,
                                &quot;Id&quot;: 15,
                                &quot;StartTime&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
                                &quot;EndTime&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;,
                                &quot;Location&quot;: &quot;sample string 18&quot;,
                                &quot;MovesToNextDay&quot;: true,
                                &quot;IsAllDay&quot;: true,
                                &quot;RecursionText&quot;: &quot;sample string 21&quot;,
                                &quot;Actions&quot;: [
                                  {
                                    &quot;$id&quot;: &quot;9&quot;,
                                    &quot;Id&quot;: 1,
                                    &quot;Name&quot;: &quot;sample string 2&quot;,
                                    &quot;IsLegacy&quot;: true
                                  },
                                  {
                                    &quot;$ref&quot;: &quot;9&quot;
                                  }
                                ],
                                &quot;WorkTypeId&quot;: 1,
                                &quot;EmploymentId&quot;: 1,
                                &quot;WeekPlanningId&quot;: 1
                              },
                              {
                                &quot;$ref&quot;: &quot;8&quot;
                              }
                            ],
                            &quot;Remarks&quot;: &quot;sample string 2&quot;,
                            &quot;ResponsibleEmployeeName&quot;: &quot;sample string 3&quot;,
                            &quot;PriorityName&quot;: &quot;sample string 4&quot;,
                            &quot;Rank&quot;: 5,
                            &quot;Id&quot;: 6,
                            &quot;Name&quot;: &quot;sample string 7&quot;,
                            &quot;IsLegacy&quot;: true
                          },
                          {
                            &quot;$ref&quot;: &quot;7&quot;
                          }
                        ],
                        &quot;Status&quot;: &quot;sample string 2&quot;,
                        &quot;Id&quot;: 3,
                        &quot;Name&quot;: &quot;sample string 4&quot;
                      },
                      {
                        &quot;$ref&quot;: &quot;6&quot;
                      }
                    ],
                    &quot;Actions&quot;: [
                      {
                        &quot;$ref&quot;: &quot;7&quot;
                      },
                      {
                        &quot;$ref&quot;: &quot;7&quot;
                      }
                    ]
                  },
                  {
                    &quot;$ref&quot;: &quot;5&quot;
                  }
                ],
                &quot;Id&quot;: 1,
                &quot;Description&quot;: &quot;sample string 2&quot;,
                &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
                &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
                &quot;ClientId&quot;: 5,
                &quot;ClientplanId&quot;: 6,
                &quot;Status&quot;: 0,
                &quot;StatusDate&quot;: &quot;2026-05-26T23:13:54.4004312+02:00&quot;
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ]
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ParentId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 6,
    &quot;SectorName&quot;: &quot;sample string 7&quot;,
    &quot;Duration&quot;: &quot;sample string 8&quot;,
    &quot;Version&quot;: &quot;sample string 9&quot;,
    &quot;AgreementSet&quot;: true,
    &quot;Name&quot;: &quot;sample string 11&quot;,
    &quot;ProductArrangementName&quot;: &quot;sample string 12&quot;,
    &quot;Status&quot;: &quot;sample string 13&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplan xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Clientplan&gt;
    &lt;AgreementSet&gt;true&lt;/AgreementSet&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Domains&gt;
      &lt;Domain z:Id=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;
        &lt;Demands&gt;
          &lt;Question&gt;
            &lt;Description&gt;sample string 3&lt;/Description&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Subject&gt;sample string 2&lt;/Subject&gt;
            &lt;Targets&gt;
              &lt;ClientplanGoal&gt;
                &lt;ClientId&gt;5&lt;/ClientId&gt;
                &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
                &lt;Description&gt;sample string 2&lt;/Description&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StatusDate&gt;
                &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
                &lt;Disciplines&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                &lt;/Disciplines&gt;
              &lt;/ClientplanGoal&gt;
              &lt;ClientplanGoal&gt;
                &lt;ClientId&gt;5&lt;/ClientId&gt;
                &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
                &lt;Description&gt;sample string 2&lt;/Description&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StatusDate&gt;
                &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
                &lt;Disciplines&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                &lt;/Disciplines&gt;
              &lt;/ClientplanGoal&gt;
            &lt;/Targets&gt;
          &lt;/Question&gt;
          &lt;Question&gt;
            &lt;Description&gt;sample string 3&lt;/Description&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Subject&gt;sample string 2&lt;/Subject&gt;
            &lt;Targets&gt;
              &lt;ClientplanGoal&gt;
                &lt;ClientId&gt;5&lt;/ClientId&gt;
                &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
                &lt;Description&gt;sample string 2&lt;/Description&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StatusDate&gt;
                &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
                &lt;Disciplines&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                &lt;/Disciplines&gt;
              &lt;/ClientplanGoal&gt;
              &lt;ClientplanGoal&gt;
                &lt;ClientId&gt;5&lt;/ClientId&gt;
                &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
                &lt;Description&gt;sample string 2&lt;/Description&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StatusDate&gt;
                &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
                &lt;Disciplines&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                &lt;/Disciplines&gt;
              &lt;/ClientplanGoal&gt;
            &lt;/Targets&gt;
          &lt;/Question&gt;
        &lt;/Demands&gt;
        &lt;Id&gt;2&lt;/Id&gt;
        &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;/Domain&gt;
      &lt;Domain z:Ref=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot; /&gt;
    &lt;/Domains&gt;
    &lt;Duration&gt;sample string 8&lt;/Duration&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/EndDate&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;Name&gt;sample string 11&lt;/Name&gt;
    &lt;ProductArrangementName&gt;sample string 12&lt;/ProductArrangementName&gt;
    &lt;SectorName&gt;sample string 7&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 13&lt;/Status&gt;
    &lt;Version&gt;sample string 9&lt;/Version&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Clientplan&gt;
  &lt;Clientplan&gt;
    &lt;AgreementSet&gt;true&lt;/AgreementSet&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Domains&gt;
      &lt;Domain z:Ref=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot; /&gt;
      &lt;Domain z:Ref=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot; /&gt;
    &lt;/Domains&gt;
    &lt;Duration&gt;sample string 8&lt;/Duration&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/EndDate&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;Name&gt;sample string 11&lt;/Name&gt;
    &lt;ProductArrangementName&gt;sample string 12&lt;/ProductArrangementName&gt;
    &lt;SectorName&gt;sample string 7&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 13&lt;/Status&gt;
    &lt;Version&gt;sample string 9&lt;/Version&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Clientplan&gt;
&lt;/ArrayOfClientplan&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplan xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Clientplan&gt;
    &lt;AgreementSet&gt;true&lt;/AgreementSet&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Domains&gt;
      &lt;Domain z:Id=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;
        &lt;Demands&gt;
          &lt;Question&gt;
            &lt;Description&gt;sample string 3&lt;/Description&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Subject&gt;sample string 2&lt;/Subject&gt;
            &lt;Targets&gt;
              &lt;ClientplanGoal&gt;
                &lt;ClientId&gt;5&lt;/ClientId&gt;
                &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
                &lt;Description&gt;sample string 2&lt;/Description&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StatusDate&gt;
                &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
                &lt;Disciplines&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                &lt;/Disciplines&gt;
              &lt;/ClientplanGoal&gt;
              &lt;ClientplanGoal&gt;
                &lt;ClientId&gt;5&lt;/ClientId&gt;
                &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
                &lt;Description&gt;sample string 2&lt;/Description&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StatusDate&gt;
                &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
                &lt;Disciplines&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                &lt;/Disciplines&gt;
              &lt;/ClientplanGoal&gt;
            &lt;/Targets&gt;
          &lt;/Question&gt;
          &lt;Question&gt;
            &lt;Description&gt;sample string 3&lt;/Description&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Subject&gt;sample string 2&lt;/Subject&gt;
            &lt;Targets&gt;
              &lt;ClientplanGoal&gt;
                &lt;ClientId&gt;5&lt;/ClientId&gt;
                &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
                &lt;Description&gt;sample string 2&lt;/Description&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StatusDate&gt;
                &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
                &lt;Disciplines&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                &lt;/Disciplines&gt;
              &lt;/ClientplanGoal&gt;
              &lt;ClientplanGoal&gt;
                &lt;ClientId&gt;5&lt;/ClientId&gt;
                &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
                &lt;Description&gt;sample string 2&lt;/Description&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StatusDate&gt;
                &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
                &lt;Disciplines&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                  &lt;ClientplanDiscipline&gt;
                    &lt;Actions&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                      &lt;ClientplanAction&gt;
                        &lt;Id&gt;6&lt;/Id&gt;
                        &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                        &lt;Name&gt;sample string 7&lt;/Name&gt;
                        &lt;Appointments xmlns:d13p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                          &lt;d13p1:Appointment&gt;
                            &lt;d13p1:Actions&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                              &lt;Action&gt;
                                &lt;Id&gt;1&lt;/Id&gt;
                                &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                &lt;Name&gt;sample string 2&lt;/Name&gt;
                              &lt;/Action&gt;
                            &lt;/d13p1:Actions&gt;
                            &lt;d13p1:AppointmentType&gt;sample string 11&lt;/d13p1:AppointmentType&gt;
                            &lt;d13p1:ClientId&gt;1&lt;/d13p1:ClientId&gt;
                            &lt;d13p1:ClientName&gt;sample string 2&lt;/d13p1:ClientName&gt;
                            &lt;d13p1:CreatedById&gt;7&lt;/d13p1:CreatedById&gt;
                            &lt;d13p1:CreatedByName&gt;sample string 6&lt;/d13p1:CreatedByName&gt;
                            &lt;d13p1:EmployeeId&gt;1&lt;/d13p1:EmployeeId&gt;
                            &lt;d13p1:EmployeeName&gt;sample string 3&lt;/d13p1:EmployeeName&gt;
                            &lt;d13p1:EmploymentId&gt;1&lt;/d13p1:EmploymentId&gt;
                            &lt;d13p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:EndTime&gt;
                            &lt;d13p1:Id&gt;15&lt;/d13p1:Id&gt;
                            &lt;d13p1:IsAllDay&gt;true&lt;/d13p1:IsAllDay&gt;
                            &lt;d13p1:Location&gt;sample string 18&lt;/d13p1:Location&gt;
                            &lt;d13p1:MovesToNextDay&gt;true&lt;/d13p1:MovesToNextDay&gt;
                            &lt;d13p1:OccurrenceIndex&gt;1&lt;/d13p1:OccurrenceIndex&gt;
                            &lt;d13p1:ParentPlannedItemId&gt;1&lt;/d13p1:ParentPlannedItemId&gt;
                            &lt;d13p1:Reason&gt;sample string 12&lt;/d13p1:Reason&gt;
                            &lt;d13p1:RecursionText&gt;sample string 21&lt;/d13p1:RecursionText&gt;
                            &lt;d13p1:Remarks&gt;sample string 13&lt;/d13p1:Remarks&gt;
                            &lt;d13p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d13p1:StartTime&gt;
                            &lt;d13p1:Status&gt;sample string 14&lt;/d13p1:Status&gt;
                            &lt;d13p1:StatusChangedById&gt;5&lt;/d13p1:StatusChangedById&gt;
                            &lt;d13p1:StatusChangedByName&gt;sample string 4&lt;/d13p1:StatusChangedByName&gt;
                            &lt;d13p1:Subject&gt;sample string 10&lt;/d13p1:Subject&gt;
                            &lt;d13p1:WeekPlanningId&gt;1&lt;/d13p1:WeekPlanningId&gt;
                            &lt;d13p1:WorkTypeId&gt;1&lt;/d13p1:WorkTypeId&gt;
                          &lt;/d13p1:Appointment&gt;
                        &lt;/Appointments&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                        &lt;Rank&gt;5&lt;/Rank&gt;
                        &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                        &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                      &lt;/ClientplanAction&gt;
                    &lt;/Actions&gt;
                    &lt;Id&gt;1&lt;/Id&gt;
                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                    &lt;Workplans&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                      &lt;ClientplanWorkplan&gt;
                        &lt;Id&gt;3&lt;/Id&gt;
                        &lt;Name&gt;sample string 4&lt;/Name&gt;
                        &lt;Actions&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                          &lt;ClientplanAction&gt;
                            &lt;Id&gt;6&lt;/Id&gt;
                            &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                            &lt;Name&gt;sample string 7&lt;/Name&gt;
                            &lt;Appointments xmlns:d15p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                              &lt;d15p1:Appointment&gt;
                                &lt;d15p1:Actions&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                  &lt;Action&gt;
                                    &lt;Id&gt;1&lt;/Id&gt;
                                    &lt;IsLegacy&gt;true&lt;/IsLegacy&gt;
                                    &lt;Name&gt;sample string 2&lt;/Name&gt;
                                  &lt;/Action&gt;
                                &lt;/d15p1:Actions&gt;
                                &lt;d15p1:AppointmentType&gt;sample string 11&lt;/d15p1:AppointmentType&gt;
                                &lt;d15p1:ClientId&gt;1&lt;/d15p1:ClientId&gt;
                                &lt;d15p1:ClientName&gt;sample string 2&lt;/d15p1:ClientName&gt;
                                &lt;d15p1:CreatedById&gt;7&lt;/d15p1:CreatedById&gt;
                                &lt;d15p1:CreatedByName&gt;sample string 6&lt;/d15p1:CreatedByName&gt;
                                &lt;d15p1:EmployeeId&gt;1&lt;/d15p1:EmployeeId&gt;
                                &lt;d15p1:EmployeeName&gt;sample string 3&lt;/d15p1:EmployeeName&gt;
                                &lt;d15p1:EmploymentId&gt;1&lt;/d15p1:EmploymentId&gt;
                                &lt;d15p1:EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:EndTime&gt;
                                &lt;d15p1:Id&gt;15&lt;/d15p1:Id&gt;
                                &lt;d15p1:IsAllDay&gt;true&lt;/d15p1:IsAllDay&gt;
                                &lt;d15p1:Location&gt;sample string 18&lt;/d15p1:Location&gt;
                                &lt;d15p1:MovesToNextDay&gt;true&lt;/d15p1:MovesToNextDay&gt;
                                &lt;d15p1:OccurrenceIndex&gt;1&lt;/d15p1:OccurrenceIndex&gt;
                                &lt;d15p1:ParentPlannedItemId&gt;1&lt;/d15p1:ParentPlannedItemId&gt;
                                &lt;d15p1:Reason&gt;sample string 12&lt;/d15p1:Reason&gt;
                                &lt;d15p1:RecursionText&gt;sample string 21&lt;/d15p1:RecursionText&gt;
                                &lt;d15p1:Remarks&gt;sample string 13&lt;/d15p1:Remarks&gt;
                                &lt;d15p1:StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:54.4004312+02:00&lt;/d15p1:StartTime&gt;
                                &lt;d15p1:Status&gt;sample string 14&lt;/d15p1:Status&gt;
                                &lt;d15p1:StatusChangedById&gt;5&lt;/d15p1:StatusChangedById&gt;
                                &lt;d15p1:StatusChangedByName&gt;sample string 4&lt;/d15p1:StatusChangedByName&gt;
                                &lt;d15p1:Subject&gt;sample string 10&lt;/d15p1:Subject&gt;
                                &lt;d15p1:WeekPlanningId&gt;1&lt;/d15p1:WeekPlanningId&gt;
                                &lt;d15p1:WorkTypeId&gt;1&lt;/d15p1:WorkTypeId&gt;
                              &lt;/d15p1:Appointment&gt;
                            &lt;/Appointments&gt;
                            &lt;Description&gt;sample string 1&lt;/Description&gt;
                            &lt;PriorityName&gt;sample string 4&lt;/PriorityName&gt;
                            &lt;Rank&gt;5&lt;/Rank&gt;
                            &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
                            &lt;ResponsibleEmployeeName&gt;sample string 3&lt;/ResponsibleEmployeeName&gt;
                          &lt;/ClientplanAction&gt;
                        &lt;/Actions&gt;
                        &lt;Description&gt;sample string 1&lt;/Description&gt;
                        &lt;Status&gt;sample string 2&lt;/Status&gt;
                      &lt;/ClientplanWorkplan&gt;
                    &lt;/Workplans&gt;
                  &lt;/ClientplanDiscipline&gt;
                &lt;/Disciplines&gt;
              &lt;/ClientplanGoal&gt;
            &lt;/Targets&gt;
          &lt;/Question&gt;
        &lt;/Demands&gt;
        &lt;Id&gt;2&lt;/Id&gt;
        &lt;Name&gt;sample string 1&lt;/Name&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;/Domain&gt;
      &lt;Domain z:Ref=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot; /&gt;
    &lt;/Domains&gt;
    &lt;Duration&gt;sample string 8&lt;/Duration&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/EndDate&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;Name&gt;sample string 11&lt;/Name&gt;
    &lt;ProductArrangementName&gt;sample string 12&lt;/ProductArrangementName&gt;
    &lt;SectorName&gt;sample string 7&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 13&lt;/Status&gt;
    &lt;Version&gt;sample string 9&lt;/Version&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Clientplan&gt;
  &lt;Clientplan&gt;
    &lt;AgreementSet&gt;true&lt;/AgreementSet&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Domains&gt;
      &lt;Domain z:Ref=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot; /&gt;
      &lt;Domain z:Ref=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot; /&gt;
    &lt;/Domains&gt;
    &lt;Duration&gt;sample string 8&lt;/Duration&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/EndDate&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;Name&gt;sample string 11&lt;/Name&gt;
    &lt;ProductArrangementName&gt;sample string 12&lt;/ProductArrangementName&gt;
    &lt;SectorName&gt;sample string 7&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4004312+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 13&lt;/Status&gt;
    &lt;Version&gt;sample string 9&lt;/Version&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Clientplan&gt;
&lt;/ArrayOfClientplan&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2">
                <doc title="PlanCare2Api/ClientplansV2" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BasicInformationInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;TypeId&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsVisible&quot;: true
    },
    &quot;QuestionnaireInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;CareplanInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;OmahaSystemInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;AgreementsInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;PrimaryCareInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;InvoluntaryCareInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;WorkplanInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Id&quot;: 1,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7598888+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7598888+02:00&quot;,
    &quot;CareDemandsRequired&quot;: true,
    &quot;SectorName&quot;: &quot;sample string 4&quot;,
    &quot;Name&quot;: &quot;sample string 5&quot;,
    &quot;TypeId&quot;: 6,
    &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
    &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;SectorId&quot;: 9,
    &quot;VisionModelId&quot;: 10,
    &quot;ResponsibleEmployeeId&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BasicInformationInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;TypeId&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsVisible&quot;: true
    },
    &quot;QuestionnaireInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;CareplanInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;OmahaSystemInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;AgreementsInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;PrimaryCareInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;InvoluntaryCareInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;WorkplanInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Id&quot;: 1,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7598888+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7598888+02:00&quot;,
    &quot;CareDemandsRequired&quot;: true,
    &quot;SectorName&quot;: &quot;sample string 4&quot;,
    &quot;Name&quot;: &quot;sample string 5&quot;,
    &quot;TypeId&quot;: 6,
    &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
    &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;SectorId&quot;: 9,
    &quot;VisionModelId&quot;: 10,
    &quot;ResponsibleEmployeeId&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanV2&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
    &lt;AgreementsInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/AgreementsInfo&gt;
    &lt;BasicInformationInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/BasicInformationInfo&gt;
    &lt;CareplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/CareplanInfo&gt;
    &lt;InvoluntaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/InvoluntaryCareInfo&gt;
    &lt;OmahaSystemInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/OmahaSystemInfo&gt;
    &lt;PrimaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/PrimaryCareInfo&gt;
    &lt;QuestionnaireInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/QuestionnaireInfo&gt;
    &lt;WorkplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/WorkplanInfo&gt;
  &lt;/ClientplanV2&gt;
  &lt;ClientplanV2&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
    &lt;AgreementsInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/AgreementsInfo&gt;
    &lt;BasicInformationInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/BasicInformationInfo&gt;
    &lt;CareplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/CareplanInfo&gt;
    &lt;InvoluntaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/InvoluntaryCareInfo&gt;
    &lt;OmahaSystemInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/OmahaSystemInfo&gt;
    &lt;PrimaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/PrimaryCareInfo&gt;
    &lt;QuestionnaireInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/QuestionnaireInfo&gt;
    &lt;WorkplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/WorkplanInfo&gt;
  &lt;/ClientplanV2&gt;
&lt;/ArrayOfClientplanV2&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanV2&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
    &lt;AgreementsInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/AgreementsInfo&gt;
    &lt;BasicInformationInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/BasicInformationInfo&gt;
    &lt;CareplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/CareplanInfo&gt;
    &lt;InvoluntaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/InvoluntaryCareInfo&gt;
    &lt;OmahaSystemInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/OmahaSystemInfo&gt;
    &lt;PrimaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/PrimaryCareInfo&gt;
    &lt;QuestionnaireInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/QuestionnaireInfo&gt;
    &lt;WorkplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/WorkplanInfo&gt;
  &lt;/ClientplanV2&gt;
  &lt;ClientplanV2&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
    &lt;AgreementsInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/AgreementsInfo&gt;
    &lt;BasicInformationInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/BasicInformationInfo&gt;
    &lt;CareplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/CareplanInfo&gt;
    &lt;InvoluntaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/InvoluntaryCareInfo&gt;
    &lt;OmahaSystemInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/OmahaSystemInfo&gt;
    &lt;PrimaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/PrimaryCareInfo&gt;
    &lt;QuestionnaireInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/QuestionnaireInfo&gt;
    &lt;WorkplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/WorkplanInfo&gt;
  &lt;/ClientplanV2&gt;
&lt;/ArrayOfClientplanV2&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2">
                <doc title="PlanCare2Api/ClientplansV2" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;BasicInformationInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;TypeId&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsVisible&quot;: true
  },
  &quot;QuestionnaireInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;CareplanInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;OmahaSystemInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;AgreementsInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;PrimaryCareInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;InvoluntaryCareInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;WorkplanInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Id&quot;: 1,
  &quot;ClientId&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8692657+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.8692657+02:00&quot;,
  &quot;CareDemandsRequired&quot;: true,
  &quot;SectorName&quot;: &quot;sample string 4&quot;,
  &quot;Name&quot;: &quot;sample string 5&quot;,
  &quot;TypeId&quot;: 6,
  &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
  &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;SectorId&quot;: 9,
  &quot;VisionModelId&quot;: 10,
  &quot;ResponsibleEmployeeId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;BasicInformationInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;TypeId&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsVisible&quot;: true
  },
  &quot;QuestionnaireInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;CareplanInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;OmahaSystemInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;AgreementsInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;PrimaryCareInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;InvoluntaryCareInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;WorkplanInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Id&quot;: 1,
  &quot;ClientId&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8692657+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.8692657+02:00&quot;,
  &quot;CareDemandsRequired&quot;: true,
  &quot;SectorName&quot;: &quot;sample string 4&quot;,
  &quot;Name&quot;: &quot;sample string 5&quot;,
  &quot;TypeId&quot;: 6,
  &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
  &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;SectorId&quot;: 9,
  &quot;VisionModelId&quot;: 10,
  &quot;ResponsibleEmployeeId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
  &lt;ClientId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ClientId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:58.8692657+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 5&lt;/Name&gt;
  &lt;ResponsibleEmployeeId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ResponsibleEmployeeId&gt;
  &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
  &lt;SectorId&gt;9&lt;/SectorId&gt;
  &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.8692657+02:00&lt;/StartDate&gt;
  &lt;TypeId&gt;6&lt;/TypeId&gt;
  &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
  &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
  &lt;AgreementsInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/AgreementsInfo&gt;
  &lt;BasicInformationInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/BasicInformationInfo&gt;
  &lt;CareplanInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/CareplanInfo&gt;
  &lt;InvoluntaryCareInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/InvoluntaryCareInfo&gt;
  &lt;OmahaSystemInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/OmahaSystemInfo&gt;
  &lt;PrimaryCareInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/PrimaryCareInfo&gt;
  &lt;QuestionnaireInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/QuestionnaireInfo&gt;
  &lt;WorkplanInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/WorkplanInfo&gt;
&lt;/ClientplanV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
  &lt;ClientId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ClientId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:58.8692657+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 5&lt;/Name&gt;
  &lt;ResponsibleEmployeeId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ResponsibleEmployeeId&gt;
  &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
  &lt;SectorId&gt;9&lt;/SectorId&gt;
  &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.8692657+02:00&lt;/StartDate&gt;
  &lt;TypeId&gt;6&lt;/TypeId&gt;
  &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
  &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
  &lt;AgreementsInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/AgreementsInfo&gt;
  &lt;BasicInformationInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/BasicInformationInfo&gt;
  &lt;CareplanInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/CareplanInfo&gt;
  &lt;InvoluntaryCareInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/InvoluntaryCareInfo&gt;
  &lt;OmahaSystemInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/OmahaSystemInfo&gt;
  &lt;PrimaryCareInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/PrimaryCareInfo&gt;
  &lt;QuestionnaireInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/QuestionnaireInfo&gt;
  &lt;WorkplanInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/WorkplanInfo&gt;
&lt;/ClientplanV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/basicInformation">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/basicInformation" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ClientplanId&quot;: 1,
  &quot;ResponsiblePersons&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CorrelationId&quot;: 1,
      &quot;ClientplanId&quot;: 2,
      &quot;RelationId&quot;: 3,
      &quot;RelationName&quot;: &quot;sample string 4&quot;,
      &quot;RoleId&quot;: &quot;c4ac1f6f-072b-4474-9e09-6e5880cce21d&quot;,
      &quot;RoleName&quot;: &quot;sample string 6&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LawStatuses&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;RelationName&quot;: &quot;sample string 3&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;RelatedRelations&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;RoleName&quot;: &quot;sample string 3&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;LegalStatuses&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;ClientId&quot;: {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;RegistrationDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ClientplanId&quot;: 1,
  &quot;ResponsiblePersons&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CorrelationId&quot;: 1,
      &quot;ClientplanId&quot;: 2,
      &quot;RelationId&quot;: 3,
      &quot;RelationName&quot;: &quot;sample string 4&quot;,
      &quot;RoleId&quot;: &quot;c4ac1f6f-072b-4474-9e09-6e5880cce21d&quot;,
      &quot;RoleName&quot;: &quot;sample string 6&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LawStatuses&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;RelationName&quot;: &quot;sample string 3&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;RelatedRelations&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;RoleName&quot;: &quot;sample string 3&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;LegalStatuses&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;ClientId&quot;: {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;RegistrationDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:26.7525338+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;BasicInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanId&gt;1&lt;/ClientplanId&gt;
  &lt;LawStatuses&gt;
    &lt;LawStatus&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;RelatedRelations xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
        &lt;d4p1:RelationLawStatus&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:RoleName&gt;sample string 3&lt;/d4p1:RoleName&gt;
        &lt;/d4p1:RelationLawStatus&gt;
        &lt;d4p1:RelationLawStatus&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:RoleName&gt;sample string 3&lt;/d4p1:RoleName&gt;
        &lt;/d4p1:RelationLawStatus&gt;
      &lt;/RelatedRelations&gt;
      &lt;RelationName&gt;sample string 3&lt;/RelationName&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/LawStatus&gt;
    &lt;LawStatus&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;RelatedRelations xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
        &lt;d4p1:RelationLawStatus&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:RoleName&gt;sample string 3&lt;/d4p1:RoleName&gt;
        &lt;/d4p1:RelationLawStatus&gt;
        &lt;d4p1:RelationLawStatus&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:RoleName&gt;sample string 3&lt;/d4p1:RoleName&gt;
        &lt;/d4p1:RelationLawStatus&gt;
      &lt;/RelatedRelations&gt;
      &lt;RelationName&gt;sample string 3&lt;/RelationName&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/LawStatus&gt;
  &lt;/LawStatuses&gt;
  &lt;LegalStatuses&gt;
    &lt;LegalStatus&gt;
      &lt;ClientId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ClientId&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;RegistrationDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/RegistrationDate&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/LegalStatus&gt;
    &lt;LegalStatus&gt;
      &lt;ClientId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ClientId&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;RegistrationDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/RegistrationDate&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/LegalStatus&gt;
  &lt;/LegalStatuses&gt;
  &lt;ResponsiblePersons&gt;
    &lt;ResponsiblePerson&gt;
      &lt;ClientplanId&gt;2&lt;/ClientplanId&gt;
      &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;RelationId&gt;3&lt;/RelationId&gt;
      &lt;RelationName&gt;sample string 4&lt;/RelationName&gt;
      &lt;RoleId&gt;c4ac1f6f-072b-4474-9e09-6e5880cce21d&lt;/RoleId&gt;
      &lt;RoleName&gt;sample string 6&lt;/RoleName&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/ResponsiblePerson&gt;
    &lt;ResponsiblePerson&gt;
      &lt;ClientplanId&gt;2&lt;/ClientplanId&gt;
      &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;RelationId&gt;3&lt;/RelationId&gt;
      &lt;RelationName&gt;sample string 4&lt;/RelationName&gt;
      &lt;RoleId&gt;c4ac1f6f-072b-4474-9e09-6e5880cce21d&lt;/RoleId&gt;
      &lt;RoleName&gt;sample string 6&lt;/RoleName&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/ResponsiblePerson&gt;
  &lt;/ResponsiblePersons&gt;
&lt;/BasicInformation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;BasicInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanId&gt;1&lt;/ClientplanId&gt;
  &lt;LawStatuses&gt;
    &lt;LawStatus&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;RelatedRelations xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
        &lt;d4p1:RelationLawStatus&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:RoleName&gt;sample string 3&lt;/d4p1:RoleName&gt;
        &lt;/d4p1:RelationLawStatus&gt;
        &lt;d4p1:RelationLawStatus&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:RoleName&gt;sample string 3&lt;/d4p1:RoleName&gt;
        &lt;/d4p1:RelationLawStatus&gt;
      &lt;/RelatedRelations&gt;
      &lt;RelationName&gt;sample string 3&lt;/RelationName&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/LawStatus&gt;
    &lt;LawStatus&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;RelatedRelations xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
        &lt;d4p1:RelationLawStatus&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:RoleName&gt;sample string 3&lt;/d4p1:RoleName&gt;
        &lt;/d4p1:RelationLawStatus&gt;
        &lt;d4p1:RelationLawStatus&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:RoleName&gt;sample string 3&lt;/d4p1:RoleName&gt;
        &lt;/d4p1:RelationLawStatus&gt;
      &lt;/RelatedRelations&gt;
      &lt;RelationName&gt;sample string 3&lt;/RelationName&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/LawStatus&gt;
  &lt;/LawStatuses&gt;
  &lt;LegalStatuses&gt;
    &lt;LegalStatus&gt;
      &lt;ClientId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ClientId&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;RegistrationDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/RegistrationDate&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/LegalStatus&gt;
    &lt;LegalStatus&gt;
      &lt;ClientId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ClientId&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;RegistrationDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/RegistrationDate&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/LegalStatus&gt;
  &lt;/LegalStatuses&gt;
  &lt;ResponsiblePersons&gt;
    &lt;ResponsiblePerson&gt;
      &lt;ClientplanId&gt;2&lt;/ClientplanId&gt;
      &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;RelationId&gt;3&lt;/RelationId&gt;
      &lt;RelationName&gt;sample string 4&lt;/RelationName&gt;
      &lt;RoleId&gt;c4ac1f6f-072b-4474-9e09-6e5880cce21d&lt;/RoleId&gt;
      &lt;RoleName&gt;sample string 6&lt;/RoleName&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/ResponsiblePerson&gt;
    &lt;ResponsiblePerson&gt;
      &lt;ClientplanId&gt;2&lt;/ClientplanId&gt;
      &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
      &lt;EndDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/EndDate&gt;
      &lt;RelationId&gt;3&lt;/RelationId&gt;
      &lt;RelationName&gt;sample string 4&lt;/RelationName&gt;
      &lt;RoleId&gt;c4ac1f6f-072b-4474-9e09-6e5880cce21d&lt;/RoleId&gt;
      &lt;RoleName&gt;sample string 6&lt;/RoleName&gt;
      &lt;StartDate&gt;2026-05-26T22:06:26.7525338+02:00&lt;/StartDate&gt;
    &lt;/ResponsiblePerson&gt;
  &lt;/ResponsiblePersons&gt;
&lt;/BasicInformation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;VisionModelId&quot;: 3,
    &quot;VisionModelName&quot;: &quot;sample string 4&quot;,
    &quot;Domains&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Index&quot;: 3,
        &quot;CareDemands&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;TemplateCareDemandId&quot;: 1,
            &quot;DomainId&quot;: 2,
            &quot;Name&quot;: &quot;sample string 3&quot;,
            &quot;Goals&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;Id&quot;: 1,
                &quot;AggregateId&quot;: &quot;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&quot;,
                &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
                &quot;CareDemandId&quot;: 4,
                &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
                &quot;TemplateGoalId&quot;: 1,
                &quot;PreviousGoalId&quot;: 1,
                &quot;QuestionnaireGoalId&quot;: 1,
                &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
                &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
                &quot;Name&quot;: &quot;sample string 6&quot;,
                &quot;Status&quot;: 0,
                &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
                &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
                &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
                &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
                &quot;DisciplineIds&quot;: [
                  1,
                  2
                ],
                &quot;DisciplineGroupIds&quot;: [
                  1,
                  2
                ],
                &quot;LatestScore&quot;: {
                  &quot;$id&quot;: &quot;5&quot;,
                  &quot;Color&quot;: 1,
                  &quot;Description&quot;: &quot;sample string 2&quot;,
                  &quot;Value&quot;: 3,
                  &quot;Rank&quot;: 4,
                  &quot;Name&quot;: &quot;sample string 5&quot;
                },
                &quot;MainGoalId&quot;: &quot;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&quot;,
                &quot;MainGoal&quot;: &quot;sample string 11&quot;
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ],
            &quot;DomainName&quot;: &quot;sample string 4&quot;,
            &quot;Explanation&quot;: &quot;sample string 5&quot;,
            &quot;QuestionnaireCareDemandId&quot;: 1,
            &quot;QuestionnaireName&quot;: &quot;sample string 6&quot;,
            &quot;QuestionnaireStatusDescription&quot;: &quot;sample string 7&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;VisionModelId&quot;: 3,
    &quot;VisionModelName&quot;: &quot;sample string 4&quot;,
    &quot;Domains&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Index&quot;: 3,
        &quot;CareDemands&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;TemplateCareDemandId&quot;: 1,
            &quot;DomainId&quot;: 2,
            &quot;Name&quot;: &quot;sample string 3&quot;,
            &quot;Goals&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;Id&quot;: 1,
                &quot;AggregateId&quot;: &quot;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&quot;,
                &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
                &quot;CareDemandId&quot;: 4,
                &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
                &quot;TemplateGoalId&quot;: 1,
                &quot;PreviousGoalId&quot;: 1,
                &quot;QuestionnaireGoalId&quot;: 1,
                &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
                &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
                &quot;Name&quot;: &quot;sample string 6&quot;,
                &quot;Status&quot;: 0,
                &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
                &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
                &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
                &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
                &quot;DisciplineIds&quot;: [
                  1,
                  2
                ],
                &quot;DisciplineGroupIds&quot;: [
                  1,
                  2
                ],
                &quot;LatestScore&quot;: {
                  &quot;$id&quot;: &quot;5&quot;,
                  &quot;Color&quot;: 1,
                  &quot;Description&quot;: &quot;sample string 2&quot;,
                  &quot;Value&quot;: 3,
                  &quot;Rank&quot;: 4,
                  &quot;Name&quot;: &quot;sample string 5&quot;
                },
                &quot;MainGoalId&quot;: &quot;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&quot;,
                &quot;MainGoal&quot;: &quot;sample string 11&quot;
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ],
            &quot;DomainName&quot;: &quot;sample string 4&quot;,
            &quot;Explanation&quot;: &quot;sample string 5&quot;,
            &quot;QuestionnaireCareDemandId&quot;: 1,
            &quot;QuestionnaireName&quot;: &quot;sample string 6&quot;,
            &quot;QuestionnaireStatusDescription&quot;: &quot;sample string 7&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCareplan xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Careplan&gt;
    &lt;Domains&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
    &lt;/Domains&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;VisionModelId&gt;3&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Careplan&gt;
  &lt;Careplan&gt;
    &lt;Domains&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
    &lt;/Domains&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;VisionModelId&gt;3&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Careplan&gt;
&lt;/ArrayOfCareplan&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCareplan xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Careplan&gt;
    &lt;Domains&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
    &lt;/Domains&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;VisionModelId&gt;3&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Careplan&gt;
  &lt;Careplan&gt;
    &lt;Domains&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;1711d79b-5ecf-4841-8f25-ba0f41fac5cb&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;a8d37d8e-df6b-4ce2-abd8-b6c86029c756&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
    &lt;/Domains&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;VisionModelId&gt;3&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Careplan&gt;
&lt;/ArrayOfCareplan&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{careplanId}/Domains/{domainId}/CareDemands/{careDemandId}/Goals">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{careplanId}/Domains/{domainId}/CareDemands/{careDemandId}/Goals" /> 
                <method name="POST">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="careplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="domainId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="careDemandId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;AggregateId&quot;: &quot;74227879-1dcf-41d2-a3d0-d68ddaf43803&quot;,
  &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
  &quot;CareDemandId&quot;: 4,
  &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
  &quot;TemplateGoalId&quot;: 1,
  &quot;PreviousGoalId&quot;: 1,
  &quot;QuestionnaireGoalId&quot;: 1,
  &quot;StartDate&quot;: &quot;2026-05-26T22:09:53.5075909+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:53.5075909+02:00&quot;,
  &quot;Name&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T22:09:53.5075909+02:00&quot;,
  &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
  &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ],
  &quot;DisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;LatestScore&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Color&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 3,
    &quot;Rank&quot;: 4,
    &quot;Name&quot;: &quot;sample string 5&quot;
  },
  &quot;MainGoalId&quot;: &quot;f8afa34f-8a2c-4da8-a007-8642e7b318e2&quot;,
  &quot;MainGoal&quot;: &quot;sample string 11&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;AggregateId&quot;: &quot;74227879-1dcf-41d2-a3d0-d68ddaf43803&quot;,
  &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
  &quot;CareDemandId&quot;: 4,
  &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
  &quot;TemplateGoalId&quot;: 1,
  &quot;PreviousGoalId&quot;: 1,
  &quot;QuestionnaireGoalId&quot;: 1,
  &quot;StartDate&quot;: &quot;2026-05-26T22:09:53.5075909+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:53.5075909+02:00&quot;,
  &quot;Name&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T22:09:53.5075909+02:00&quot;,
  &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
  &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ],
  &quot;DisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;LatestScore&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Color&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 3,
    &quot;Rank&quot;: 4,
    &quot;Name&quot;: &quot;sample string 5&quot;
  },
  &quot;MainGoalId&quot;: &quot;f8afa34f-8a2c-4da8-a007-8642e7b318e2&quot;,
  &quot;MainGoal&quot;: &quot;sample string 11&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;GoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AggregateId&gt;74227879-1dcf-41d2-a3d0-d68ddaf43803&lt;/AggregateId&gt;
  &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
  &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
  &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
  &lt;DisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineGroupIds&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;EndDate&gt;2026-05-26T22:09:53.5075909+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
  &lt;LatestScore&gt;
    &lt;Color&gt;1&lt;/Color&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;Rank&gt;4&lt;/Rank&gt;
    &lt;Value&gt;3&lt;/Value&gt;
  &lt;/LatestScore&gt;
  &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
  &lt;MainGoalId&gt;f8afa34f-8a2c-4da8-a007-8642e7b318e2&lt;/MainGoalId&gt;
  &lt;Name&gt;sample string 6&lt;/Name&gt;
  &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
  &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
  &lt;StartDate&gt;2026-05-26T22:09:53.5075909+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:09:53.5075909+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
  &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
  &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
&lt;/GoalV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;GoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AggregateId&gt;74227879-1dcf-41d2-a3d0-d68ddaf43803&lt;/AggregateId&gt;
  &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
  &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
  &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
  &lt;DisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineGroupIds&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;EndDate&gt;2026-05-26T22:09:53.5075909+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
  &lt;LatestScore&gt;
    &lt;Color&gt;1&lt;/Color&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;Rank&gt;4&lt;/Rank&gt;
    &lt;Value&gt;3&lt;/Value&gt;
  &lt;/LatestScore&gt;
  &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
  &lt;MainGoalId&gt;f8afa34f-8a2c-4da8-a007-8642e7b318e2&lt;/MainGoalId&gt;
  &lt;Name&gt;sample string 6&lt;/Name&gt;
  &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
  &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
  &lt;StartDate&gt;2026-05-26T22:09:53.5075909+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:09:53.5075909+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
  &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
  &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
&lt;/GoalV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{careplanId}/Domains/{domainId}/CareDemands/{careDemandId}/Goals/{goalId}">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{careplanId}/Domains/{domainId}/CareDemands/{careDemandId}/Goals/{goalId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="careplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="domainId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="careDemandId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="goalId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{careplanId}/Domains/{domainId}/CareDemands/{careDemandId}/Goals/ChangeOfGoalV2">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{careplanId}/Domains/{domainId}/CareDemands/{careDemandId}/Goals/ChangeOfGoalV2" /> 
                <method name="POST">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="careplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="domainId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="careDemandId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;AggregateId&quot;: &quot;7e20e955-7bdb-4083-89dd-9265bb6c350d&quot;,
  &quot;Id&quot;: 2,
  &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
  &quot;CareDemandId&quot;: 4,
  &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
  &quot;TemplateGoalId&quot;: 1,
  &quot;PreviousGoalId&quot;: 1,
  &quot;QuestionnaireGoalId&quot;: 1,
  &quot;StartDate&quot;: &quot;2026-05-26T22:09:52.5873674+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:52.5873674+02:00&quot;,
  &quot;Name&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T22:09:52.5873674+02:00&quot;,
  &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
  &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ],
  &quot;DisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;LatestScore&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Color&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 3,
    &quot;Rank&quot;: 4,
    &quot;Name&quot;: &quot;sample string 5&quot;
  },
  &quot;MainGoalId&quot;: &quot;20688a84-37b9-44d6-b6f7-c16ce0374c3c&quot;,
  &quot;MainGoal&quot;: &quot;sample string 11&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AggregateId&quot;: &quot;7e20e955-7bdb-4083-89dd-9265bb6c350d&quot;,
  &quot;Id&quot;: 2,
  &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
  &quot;CareDemandId&quot;: 4,
  &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
  &quot;TemplateGoalId&quot;: 1,
  &quot;PreviousGoalId&quot;: 1,
  &quot;QuestionnaireGoalId&quot;: 1,
  &quot;StartDate&quot;: &quot;2026-05-26T22:09:52.5873674+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:52.5873674+02:00&quot;,
  &quot;Name&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T22:09:52.5873674+02:00&quot;,
  &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
  &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ],
  &quot;DisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;LatestScore&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Color&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 3,
    &quot;Rank&quot;: 4,
    &quot;Name&quot;: &quot;sample string 5&quot;
  },
  &quot;MainGoalId&quot;: &quot;20688a84-37b9-44d6-b6f7-c16ce0374c3c&quot;,
  &quot;MainGoal&quot;: &quot;sample string 11&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfGoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AggregateId&gt;7e20e955-7bdb-4083-89dd-9265bb6c350d&lt;/AggregateId&gt;
  &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
  &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
  &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
  &lt;DisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineGroupIds&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;EndDate&gt;2026-05-26T22:09:52.5873674+02:00&lt;/EndDate&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
  &lt;LatestScore&gt;
    &lt;Color&gt;1&lt;/Color&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;Rank&gt;4&lt;/Rank&gt;
    &lt;Value&gt;3&lt;/Value&gt;
  &lt;/LatestScore&gt;
  &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
  &lt;MainGoalId&gt;20688a84-37b9-44d6-b6f7-c16ce0374c3c&lt;/MainGoalId&gt;
  &lt;Name&gt;sample string 6&lt;/Name&gt;
  &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
  &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
  &lt;StartDate&gt;2026-05-26T22:09:52.5873674+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:09:52.5873674+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
  &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
  &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
&lt;/ChangeOfGoalV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfGoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AggregateId&gt;7e20e955-7bdb-4083-89dd-9265bb6c350d&lt;/AggregateId&gt;
  &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
  &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
  &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
  &lt;DisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineGroupIds&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;EndDate&gt;2026-05-26T22:09:52.5873674+02:00&lt;/EndDate&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
  &lt;LatestScore&gt;
    &lt;Color&gt;1&lt;/Color&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;Rank&gt;4&lt;/Rank&gt;
    &lt;Value&gt;3&lt;/Value&gt;
  &lt;/LatestScore&gt;
  &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
  &lt;MainGoalId&gt;20688a84-37b9-44d6-b6f7-c16ce0374c3c&lt;/MainGoalId&gt;
  &lt;Name&gt;sample string 6&lt;/Name&gt;
  &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
  &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
  &lt;StartDate&gt;2026-05-26T22:09:52.5873674+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:09:52.5873674+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
  &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
  &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
&lt;/ChangeOfGoalV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{careplanId}/Domains/{domainId}/Goals">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{careplanId}/Domains/{domainId}/Goals" /> 
                <method name="POST">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="careplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="domainId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;AggregateId&quot;: &quot;2df78079-b1f5-4ca2-8cfc-c474b0fa337f&quot;,
  &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
  &quot;CareDemandId&quot;: 4,
  &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
  &quot;TemplateGoalId&quot;: 1,
  &quot;PreviousGoalId&quot;: 1,
  &quot;QuestionnaireGoalId&quot;: 1,
  &quot;StartDate&quot;: &quot;2026-05-26T22:10:08.5877182+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:10:08.5877182+02:00&quot;,
  &quot;Name&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T22:10:08.5877182+02:00&quot;,
  &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
  &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ],
  &quot;DisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;LatestScore&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Color&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 3,
    &quot;Rank&quot;: 4,
    &quot;Name&quot;: &quot;sample string 5&quot;
  },
  &quot;MainGoalId&quot;: &quot;4ff8ea23-9fd2-4780-b014-90ebfb253a46&quot;,
  &quot;MainGoal&quot;: &quot;sample string 11&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;AggregateId&quot;: &quot;2df78079-b1f5-4ca2-8cfc-c474b0fa337f&quot;,
  &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
  &quot;CareDemandId&quot;: 4,
  &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
  &quot;TemplateGoalId&quot;: 1,
  &quot;PreviousGoalId&quot;: 1,
  &quot;QuestionnaireGoalId&quot;: 1,
  &quot;StartDate&quot;: &quot;2026-05-26T22:10:08.5877182+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:10:08.5877182+02:00&quot;,
  &quot;Name&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T22:10:08.5877182+02:00&quot;,
  &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
  &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ],
  &quot;DisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;LatestScore&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Color&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: 3,
    &quot;Rank&quot;: 4,
    &quot;Name&quot;: &quot;sample string 5&quot;
  },
  &quot;MainGoalId&quot;: &quot;4ff8ea23-9fd2-4780-b014-90ebfb253a46&quot;,
  &quot;MainGoal&quot;: &quot;sample string 11&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;GoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AggregateId&gt;2df78079-b1f5-4ca2-8cfc-c474b0fa337f&lt;/AggregateId&gt;
  &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
  &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
  &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
  &lt;DisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineGroupIds&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;EndDate&gt;2026-05-26T22:10:08.5877182+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
  &lt;LatestScore&gt;
    &lt;Color&gt;1&lt;/Color&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;Rank&gt;4&lt;/Rank&gt;
    &lt;Value&gt;3&lt;/Value&gt;
  &lt;/LatestScore&gt;
  &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
  &lt;MainGoalId&gt;4ff8ea23-9fd2-4780-b014-90ebfb253a46&lt;/MainGoalId&gt;
  &lt;Name&gt;sample string 6&lt;/Name&gt;
  &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
  &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
  &lt;StartDate&gt;2026-05-26T22:10:08.5877182+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:10:08.5877182+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
  &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
  &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
&lt;/GoalV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;GoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AggregateId&gt;2df78079-b1f5-4ca2-8cfc-c474b0fa337f&lt;/AggregateId&gt;
  &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
  &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
  &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
  &lt;DisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineGroupIds&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;EndDate&gt;2026-05-26T22:10:08.5877182+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
  &lt;LatestScore&gt;
    &lt;Color&gt;1&lt;/Color&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;Rank&gt;4&lt;/Rank&gt;
    &lt;Value&gt;3&lt;/Value&gt;
  &lt;/LatestScore&gt;
  &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
  &lt;MainGoalId&gt;4ff8ea23-9fd2-4780-b014-90ebfb253a46&lt;/MainGoalId&gt;
  &lt;Name&gt;sample string 6&lt;/Name&gt;
  &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
  &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
  &lt;StartDate&gt;2026-05-26T22:10:08.5877182+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:10:08.5877182+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
  &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
  &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
&lt;/GoalV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{clientplanPartId}/CareDemands">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{clientplanPartId}/CareDemands" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanPartId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;TemplateCareDemandId&quot;: 1,
    &quot;DomainId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Goals&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;AggregateId&quot;: &quot;bb5c923c-6b57-4c72-85d5-d874f9f62401&quot;,
        &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
        &quot;CareDemandId&quot;: 4,
        &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
        &quot;TemplateGoalId&quot;: 1,
        &quot;PreviousGoalId&quot;: 1,
        &quot;QuestionnaireGoalId&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;Name&quot;: &quot;sample string 6&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
        &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
        &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
        &quot;DisciplineIds&quot;: [
          1,
          2
        ],
        &quot;DisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;LatestScore&quot;: {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Color&quot;: 1,
          &quot;Description&quot;: &quot;sample string 2&quot;,
          &quot;Value&quot;: 3,
          &quot;Rank&quot;: 4,
          &quot;Name&quot;: &quot;sample string 5&quot;
        },
        &quot;MainGoalId&quot;: &quot;e851e2a3-46ed-4d00-a790-2e6647c1ec36&quot;,
        &quot;MainGoal&quot;: &quot;sample string 11&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;DomainName&quot;: &quot;sample string 4&quot;,
    &quot;Explanation&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireCareDemandId&quot;: 1,
    &quot;QuestionnaireName&quot;: &quot;sample string 6&quot;,
    &quot;QuestionnaireStatusDescription&quot;: &quot;sample string 7&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;TemplateCareDemandId&quot;: 1,
    &quot;DomainId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Goals&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;AggregateId&quot;: &quot;bb5c923c-6b57-4c72-85d5-d874f9f62401&quot;,
        &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
        &quot;CareDemandId&quot;: 4,
        &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
        &quot;TemplateGoalId&quot;: 1,
        &quot;PreviousGoalId&quot;: 1,
        &quot;QuestionnaireGoalId&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;Name&quot;: &quot;sample string 6&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
        &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
        &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
        &quot;DisciplineIds&quot;: [
          1,
          2
        ],
        &quot;DisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;LatestScore&quot;: {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Color&quot;: 1,
          &quot;Description&quot;: &quot;sample string 2&quot;,
          &quot;Value&quot;: 3,
          &quot;Rank&quot;: 4,
          &quot;Name&quot;: &quot;sample string 5&quot;
        },
        &quot;MainGoalId&quot;: &quot;e851e2a3-46ed-4d00-a790-2e6647c1ec36&quot;,
        &quot;MainGoal&quot;: &quot;sample string 11&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;DomainName&quot;: &quot;sample string 4&quot;,
    &quot;Explanation&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireCareDemandId&quot;: 1,
    &quot;QuestionnaireName&quot;: &quot;sample string 6&quot;,
    &quot;QuestionnaireStatusDescription&quot;: &quot;sample string 7&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCareDemand xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;CareDemand&gt;
    &lt;DomainId&gt;2&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
    &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
    &lt;Goals&gt;
      &lt;GoalV2&gt;
        &lt;AggregateId&gt;bb5c923c-6b57-4c72-85d5-d874f9f62401&lt;/AggregateId&gt;
        &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
        &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
        &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
        &lt;DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineGroupIds&gt;
        &lt;DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineIds&gt;
        &lt;EndDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
        &lt;LatestScore&gt;
          &lt;Color&gt;1&lt;/Color&gt;
          &lt;Description&gt;sample string 2&lt;/Description&gt;
          &lt;Name&gt;sample string 5&lt;/Name&gt;
          &lt;Rank&gt;4&lt;/Rank&gt;
          &lt;Value&gt;3&lt;/Value&gt;
        &lt;/LatestScore&gt;
        &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
        &lt;MainGoalId&gt;e851e2a3-46ed-4d00-a790-2e6647c1ec36&lt;/MainGoalId&gt;
        &lt;Name&gt;sample string 6&lt;/Name&gt;
        &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
        &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
        &lt;StartDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
        &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
        &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
        &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
      &lt;/GoalV2&gt;
      &lt;GoalV2&gt;
        &lt;AggregateId&gt;bb5c923c-6b57-4c72-85d5-d874f9f62401&lt;/AggregateId&gt;
        &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
        &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
        &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
        &lt;DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineGroupIds&gt;
        &lt;DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineIds&gt;
        &lt;EndDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
        &lt;LatestScore&gt;
          &lt;Color&gt;1&lt;/Color&gt;
          &lt;Description&gt;sample string 2&lt;/Description&gt;
          &lt;Name&gt;sample string 5&lt;/Name&gt;
          &lt;Rank&gt;4&lt;/Rank&gt;
          &lt;Value&gt;3&lt;/Value&gt;
        &lt;/LatestScore&gt;
        &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
        &lt;MainGoalId&gt;e851e2a3-46ed-4d00-a790-2e6647c1ec36&lt;/MainGoalId&gt;
        &lt;Name&gt;sample string 6&lt;/Name&gt;
        &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
        &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
        &lt;StartDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
        &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
        &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
        &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
      &lt;/GoalV2&gt;
    &lt;/Goals&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
    &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
    &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
  &lt;/CareDemand&gt;
  &lt;CareDemand&gt;
    &lt;DomainId&gt;2&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
    &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
    &lt;Goals&gt;
      &lt;GoalV2&gt;
        &lt;AggregateId&gt;bb5c923c-6b57-4c72-85d5-d874f9f62401&lt;/AggregateId&gt;
        &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
        &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
        &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
        &lt;DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineGroupIds&gt;
        &lt;DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineIds&gt;
        &lt;EndDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
        &lt;LatestScore&gt;
          &lt;Color&gt;1&lt;/Color&gt;
          &lt;Description&gt;sample string 2&lt;/Description&gt;
          &lt;Name&gt;sample string 5&lt;/Name&gt;
          &lt;Rank&gt;4&lt;/Rank&gt;
          &lt;Value&gt;3&lt;/Value&gt;
        &lt;/LatestScore&gt;
        &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
        &lt;MainGoalId&gt;e851e2a3-46ed-4d00-a790-2e6647c1ec36&lt;/MainGoalId&gt;
        &lt;Name&gt;sample string 6&lt;/Name&gt;
        &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
        &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
        &lt;StartDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
        &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
        &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
        &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
      &lt;/GoalV2&gt;
      &lt;GoalV2&gt;
        &lt;AggregateId&gt;bb5c923c-6b57-4c72-85d5-d874f9f62401&lt;/AggregateId&gt;
        &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
        &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
        &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
        &lt;DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineGroupIds&gt;
        &lt;DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineIds&gt;
        &lt;EndDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
        &lt;LatestScore&gt;
          &lt;Color&gt;1&lt;/Color&gt;
          &lt;Description&gt;sample string 2&lt;/Description&gt;
          &lt;Name&gt;sample string 5&lt;/Name&gt;
          &lt;Rank&gt;4&lt;/Rank&gt;
          &lt;Value&gt;3&lt;/Value&gt;
        &lt;/LatestScore&gt;
        &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
        &lt;MainGoalId&gt;e851e2a3-46ed-4d00-a790-2e6647c1ec36&lt;/MainGoalId&gt;
        &lt;Name&gt;sample string 6&lt;/Name&gt;
        &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
        &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
        &lt;StartDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
        &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
        &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
        &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
      &lt;/GoalV2&gt;
    &lt;/Goals&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
    &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
    &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
  &lt;/CareDemand&gt;
&lt;/ArrayOfCareDemand&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCareDemand xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;CareDemand&gt;
    &lt;DomainId&gt;2&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
    &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
    &lt;Goals&gt;
      &lt;GoalV2&gt;
        &lt;AggregateId&gt;bb5c923c-6b57-4c72-85d5-d874f9f62401&lt;/AggregateId&gt;
        &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
        &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
        &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
        &lt;DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineGroupIds&gt;
        &lt;DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineIds&gt;
        &lt;EndDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
        &lt;LatestScore&gt;
          &lt;Color&gt;1&lt;/Color&gt;
          &lt;Description&gt;sample string 2&lt;/Description&gt;
          &lt;Name&gt;sample string 5&lt;/Name&gt;
          &lt;Rank&gt;4&lt;/Rank&gt;
          &lt;Value&gt;3&lt;/Value&gt;
        &lt;/LatestScore&gt;
        &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
        &lt;MainGoalId&gt;e851e2a3-46ed-4d00-a790-2e6647c1ec36&lt;/MainGoalId&gt;
        &lt;Name&gt;sample string 6&lt;/Name&gt;
        &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
        &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
        &lt;StartDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
        &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
        &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
        &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
      &lt;/GoalV2&gt;
      &lt;GoalV2&gt;
        &lt;AggregateId&gt;bb5c923c-6b57-4c72-85d5-d874f9f62401&lt;/AggregateId&gt;
        &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
        &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
        &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
        &lt;DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineGroupIds&gt;
        &lt;DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineIds&gt;
        &lt;EndDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
        &lt;LatestScore&gt;
          &lt;Color&gt;1&lt;/Color&gt;
          &lt;Description&gt;sample string 2&lt;/Description&gt;
          &lt;Name&gt;sample string 5&lt;/Name&gt;
          &lt;Rank&gt;4&lt;/Rank&gt;
          &lt;Value&gt;3&lt;/Value&gt;
        &lt;/LatestScore&gt;
        &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
        &lt;MainGoalId&gt;e851e2a3-46ed-4d00-a790-2e6647c1ec36&lt;/MainGoalId&gt;
        &lt;Name&gt;sample string 6&lt;/Name&gt;
        &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
        &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
        &lt;StartDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
        &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
        &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
        &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
      &lt;/GoalV2&gt;
    &lt;/Goals&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
    &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
    &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
  &lt;/CareDemand&gt;
  &lt;CareDemand&gt;
    &lt;DomainId&gt;2&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
    &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
    &lt;Goals&gt;
      &lt;GoalV2&gt;
        &lt;AggregateId&gt;bb5c923c-6b57-4c72-85d5-d874f9f62401&lt;/AggregateId&gt;
        &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
        &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
        &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
        &lt;DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineGroupIds&gt;
        &lt;DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineIds&gt;
        &lt;EndDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
        &lt;LatestScore&gt;
          &lt;Color&gt;1&lt;/Color&gt;
          &lt;Description&gt;sample string 2&lt;/Description&gt;
          &lt;Name&gt;sample string 5&lt;/Name&gt;
          &lt;Rank&gt;4&lt;/Rank&gt;
          &lt;Value&gt;3&lt;/Value&gt;
        &lt;/LatestScore&gt;
        &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
        &lt;MainGoalId&gt;e851e2a3-46ed-4d00-a790-2e6647c1ec36&lt;/MainGoalId&gt;
        &lt;Name&gt;sample string 6&lt;/Name&gt;
        &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
        &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
        &lt;StartDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
        &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
        &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
        &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
      &lt;/GoalV2&gt;
      &lt;GoalV2&gt;
        &lt;AggregateId&gt;bb5c923c-6b57-4c72-85d5-d874f9f62401&lt;/AggregateId&gt;
        &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
        &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
        &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
        &lt;DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineGroupIds&gt;
        &lt;DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/DisciplineIds&gt;
        &lt;EndDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
        &lt;LatestScore&gt;
          &lt;Color&gt;1&lt;/Color&gt;
          &lt;Description&gt;sample string 2&lt;/Description&gt;
          &lt;Name&gt;sample string 5&lt;/Name&gt;
          &lt;Rank&gt;4&lt;/Rank&gt;
          &lt;Value&gt;3&lt;/Value&gt;
        &lt;/LatestScore&gt;
        &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
        &lt;MainGoalId&gt;e851e2a3-46ed-4d00-a790-2e6647c1ec36&lt;/MainGoalId&gt;
        &lt;Name&gt;sample string 6&lt;/Name&gt;
        &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
        &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
        &lt;StartDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
        &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
        &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
        &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
      &lt;/GoalV2&gt;
    &lt;/Goals&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
    &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
    &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
  &lt;/CareDemand&gt;
&lt;/ArrayOfCareDemand&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanAgreements">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanAgreements" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;DomainId&quot;: 1,
    &quot;DomainName&quot;: &quot;sample string 6&quot;,
    &quot;IsVisibleToAllDisciplines&quot;: true,
    &quot;AvailableForDisciplines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
        &quot;IsActual&quot;: true,
        &quot;DisciplineGroupId&quot;: 6,
        &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
        &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
    &quot;StatusDescription&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;DomainId&quot;: 1,
    &quot;DomainName&quot;: &quot;sample string 6&quot;,
    &quot;IsVisibleToAllDisciplines&quot;: true,
    &quot;AvailableForDisciplines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
        &quot;IsActual&quot;: true,
        &quot;DisciplineGroupId&quot;: 6,
        &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
        &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
    &quot;StatusDescription&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanAgreement&gt;
    &lt;AvailableForDisciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/AvailableForDisciplines&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
  &lt;/ClientplanAgreement&gt;
  &lt;ClientplanAgreement&gt;
    &lt;AvailableForDisciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/AvailableForDisciplines&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
  &lt;/ClientplanAgreement&gt;
&lt;/ArrayOfClientplanAgreement&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanAgreement&gt;
    &lt;AvailableForDisciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/AvailableForDisciplines&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
  &lt;/ClientplanAgreement&gt;
  &lt;ClientplanAgreement&gt;
    &lt;AvailableForDisciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/AvailableForDisciplines&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
  &lt;/ClientplanAgreement&gt;
&lt;/ArrayOfClientplanAgreement&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanAgreements">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanAgreements" /> 
                <method name="POST">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;DomainId&quot;: 1,
  &quot;DomainName&quot;: &quot;sample string 6&quot;,
  &quot;IsVisibleToAllDisciplines&quot;: true,
  &quot;AvailableForDisciplines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
      &quot;IsActual&quot;: true,
      &quot;DisciplineGroupId&quot;: 6,
      &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
      &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;DomainId&quot;: 1,
  &quot;DomainName&quot;: &quot;sample string 6&quot;,
  &quot;IsVisibleToAllDisciplines&quot;: true,
  &quot;AvailableForDisciplines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
      &quot;IsActual&quot;: true,
      &quot;DisciplineGroupId&quot;: 6,
      &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
      &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ClientplanAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AvailableForDisciplines xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Discipline&gt;
      &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
      &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
      &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
      &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
      &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
    &lt;/d2p1:Discipline&gt;
    &lt;d2p1:Discipline&gt;
      &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
      &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
      &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
      &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
      &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
    &lt;/d2p1:Discipline&gt;
  &lt;/AvailableForDisciplines&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;DomainId&gt;1&lt;/DomainId&gt;
  &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
  &lt;EndDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StartDate&gt;
  &lt;StatusDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
&lt;/ClientplanAgreement&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ClientplanAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AvailableForDisciplines xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Discipline&gt;
      &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
      &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
      &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
      &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
      &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
    &lt;/d2p1:Discipline&gt;
    &lt;d2p1:Discipline&gt;
      &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
      &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
      &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
      &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
      &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
    &lt;/d2p1:Discipline&gt;
  &lt;/AvailableForDisciplines&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;DomainId&gt;1&lt;/DomainId&gt;
  &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
  &lt;EndDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StartDate&gt;
  &lt;StatusDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
&lt;/ClientplanAgreement&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanAgreements/{clientplanAgreementId}">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanAgreements/{clientplanAgreementId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="clientplanAgreementId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanAgreements/ChangeOfClientplanAgreement">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanAgreements/ChangeOfClientplanAgreement" /> 
                <method name="POST">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;DomainId&quot;: 1,
  &quot;DomainName&quot;: &quot;sample string 6&quot;,
  &quot;IsVisibleToAllDisciplines&quot;: true,
  &quot;AvailableForDisciplines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
      &quot;IsActual&quot;: true,
      &quot;DisciplineGroupId&quot;: 6,
      &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
      &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;ClientName&quot;: &quot;sample string 5&quot;,
  &quot;DomainId&quot;: 1,
  &quot;DomainName&quot;: &quot;sample string 6&quot;,
  &quot;IsVisibleToAllDisciplines&quot;: true,
  &quot;AvailableForDisciplines&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
      &quot;IsActual&quot;: true,
      &quot;DisciplineGroupId&quot;: 6,
      &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
      &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.7130125+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfClientplanAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AvailableForDisciplines xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Discipline&gt;
      &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
      &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
      &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
      &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
      &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
    &lt;/d2p1:Discipline&gt;
    &lt;d2p1:Discipline&gt;
      &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
      &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
      &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
      &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
      &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
    &lt;/d2p1:Discipline&gt;
  &lt;/AvailableForDisciplines&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;DomainId&gt;1&lt;/DomainId&gt;
  &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
  &lt;EndDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StartDate&gt;
  &lt;StatusDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
&lt;/ChangeOfClientplanAgreement&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfClientplanAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;AvailableForDisciplines xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Discipline&gt;
      &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
      &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
      &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
      &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
      &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
    &lt;/d2p1:Discipline&gt;
    &lt;d2p1:Discipline&gt;
      &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
      &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
      &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
      &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
      &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
    &lt;/d2p1:Discipline&gt;
  &lt;/AvailableForDisciplines&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;DomainId&gt;1&lt;/DomainId&gt;
  &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
  &lt;EndDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StartDate&gt;
  &lt;StatusDate&gt;2026-05-26T23:13:58.7130125+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
&lt;/ChangeOfClientplanAgreement&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanPartInfo">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanPartInfo" /> 
                <method name="POST">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;TypeId&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;IsVisible&quot;: true
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;TypeId&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;IsVisible&quot;: true
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfClientplanPartInfo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;IsVisible&gt;true&lt;/IsVisible&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;TypeId&gt;1&lt;/TypeId&gt;
&lt;/ChangeOfClientplanPartInfo&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfClientplanPartInfo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;IsVisible&gt;true&lt;/IsVisible&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;TypeId&gt;1&lt;/TypeId&gt;
&lt;/ChangeOfClientplanPartInfo&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/omaha">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/omaha" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Index&quot;: 3,
    &quot;Areas&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;d7df576e-6e58-484c-a59f-d72f90ced1fe&quot;,
        &quot;AreaId&quot;: 2,
        &quot;Area&quot;: &quot;sample string 3&quot;,
        &quot;RangeId&quot;: 4,
        &quot;Range&quot;: &quot;sample string 5&quot;,
        &quot;TypificationId&quot;: 6,
        &quot;Typification&quot;: &quot;sample string 7&quot;,
        &quot;Remarks&quot;: &quot;sample string 8&quot;,
        &quot;Symptoms&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;Term&quot;: &quot;sample string 2&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;Interventions&quot;: [
          {
            &quot;$id&quot;: &quot;4&quot;,
            &quot;Id&quot;: &quot;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&quot;,
            &quot;ActionAreaId&quot;: 2,
            &quot;ActionArea&quot;: &quot;sample string 3&quot;,
            &quot;ActionTypeId&quot;: 4,
            &quot;ActionType&quot;: &quot;sample string 5&quot;,
            &quot;ActionTypeAbbreviation&quot;: &quot;sample string 6&quot;,
            &quot;DisciplineId&quot;: 1,
            &quot;Discipline&quot;: &quot;sample string 7&quot;,
            &quot;ExcecutiveId&quot;: 1,
            &quot;ExcecutiveName&quot;: &quot;sample string 8&quot;,
            &quot;Remarks&quot;: &quot;sample string 9&quot;,
            &quot;Status&quot;: &quot;sample string 10&quot;
          },
          {
            &quot;$ref&quot;: &quot;4&quot;
          }
        ],
        &quot;OmahaDomainId&quot;: 9
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Index&quot;: 3,
    &quot;Areas&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;d7df576e-6e58-484c-a59f-d72f90ced1fe&quot;,
        &quot;AreaId&quot;: 2,
        &quot;Area&quot;: &quot;sample string 3&quot;,
        &quot;RangeId&quot;: 4,
        &quot;Range&quot;: &quot;sample string 5&quot;,
        &quot;TypificationId&quot;: 6,
        &quot;Typification&quot;: &quot;sample string 7&quot;,
        &quot;Remarks&quot;: &quot;sample string 8&quot;,
        &quot;Symptoms&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;Term&quot;: &quot;sample string 2&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;Interventions&quot;: [
          {
            &quot;$id&quot;: &quot;4&quot;,
            &quot;Id&quot;: &quot;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&quot;,
            &quot;ActionAreaId&quot;: 2,
            &quot;ActionArea&quot;: &quot;sample string 3&quot;,
            &quot;ActionTypeId&quot;: 4,
            &quot;ActionType&quot;: &quot;sample string 5&quot;,
            &quot;ActionTypeAbbreviation&quot;: &quot;sample string 6&quot;,
            &quot;DisciplineId&quot;: 1,
            &quot;Discipline&quot;: &quot;sample string 7&quot;,
            &quot;ExcecutiveId&quot;: 1,
            &quot;ExcecutiveName&quot;: &quot;sample string 8&quot;,
            &quot;Remarks&quot;: &quot;sample string 9&quot;,
            &quot;Status&quot;: &quot;sample string 10&quot;
          },
          {
            &quot;$ref&quot;: &quot;4&quot;
          }
        ],
        &quot;OmahaDomainId&quot;: 9
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanOmahaDomain xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanOmahaDomain&gt;
    &lt;Areas&gt;
      &lt;ClientplanOmahaArea&gt;
        &lt;Area&gt;sample string 3&lt;/Area&gt;
        &lt;AreaId&gt;2&lt;/AreaId&gt;
        &lt;Id&gt;d7df576e-6e58-484c-a59f-d72f90ced1fe&lt;/Id&gt;
        &lt;Interventions&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
        &lt;/Interventions&gt;
        &lt;OmahaDomainId&gt;9&lt;/OmahaDomainId&gt;
        &lt;Range&gt;sample string 5&lt;/Range&gt;
        &lt;RangeId&gt;4&lt;/RangeId&gt;
        &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
        &lt;Symptoms xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Omaha&quot;&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
        &lt;/Symptoms&gt;
        &lt;Typification&gt;sample string 7&lt;/Typification&gt;
        &lt;TypificationId&gt;6&lt;/TypificationId&gt;
      &lt;/ClientplanOmahaArea&gt;
      &lt;ClientplanOmahaArea&gt;
        &lt;Area&gt;sample string 3&lt;/Area&gt;
        &lt;AreaId&gt;2&lt;/AreaId&gt;
        &lt;Id&gt;d7df576e-6e58-484c-a59f-d72f90ced1fe&lt;/Id&gt;
        &lt;Interventions&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
        &lt;/Interventions&gt;
        &lt;OmahaDomainId&gt;9&lt;/OmahaDomainId&gt;
        &lt;Range&gt;sample string 5&lt;/Range&gt;
        &lt;RangeId&gt;4&lt;/RangeId&gt;
        &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
        &lt;Symptoms xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Omaha&quot;&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
        &lt;/Symptoms&gt;
        &lt;Typification&gt;sample string 7&lt;/Typification&gt;
        &lt;TypificationId&gt;6&lt;/TypificationId&gt;
      &lt;/ClientplanOmahaArea&gt;
    &lt;/Areas&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Index&gt;3&lt;/Index&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientplanOmahaDomain&gt;
  &lt;ClientplanOmahaDomain&gt;
    &lt;Areas&gt;
      &lt;ClientplanOmahaArea&gt;
        &lt;Area&gt;sample string 3&lt;/Area&gt;
        &lt;AreaId&gt;2&lt;/AreaId&gt;
        &lt;Id&gt;d7df576e-6e58-484c-a59f-d72f90ced1fe&lt;/Id&gt;
        &lt;Interventions&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
        &lt;/Interventions&gt;
        &lt;OmahaDomainId&gt;9&lt;/OmahaDomainId&gt;
        &lt;Range&gt;sample string 5&lt;/Range&gt;
        &lt;RangeId&gt;4&lt;/RangeId&gt;
        &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
        &lt;Symptoms xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Omaha&quot;&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
        &lt;/Symptoms&gt;
        &lt;Typification&gt;sample string 7&lt;/Typification&gt;
        &lt;TypificationId&gt;6&lt;/TypificationId&gt;
      &lt;/ClientplanOmahaArea&gt;
      &lt;ClientplanOmahaArea&gt;
        &lt;Area&gt;sample string 3&lt;/Area&gt;
        &lt;AreaId&gt;2&lt;/AreaId&gt;
        &lt;Id&gt;d7df576e-6e58-484c-a59f-d72f90ced1fe&lt;/Id&gt;
        &lt;Interventions&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
        &lt;/Interventions&gt;
        &lt;OmahaDomainId&gt;9&lt;/OmahaDomainId&gt;
        &lt;Range&gt;sample string 5&lt;/Range&gt;
        &lt;RangeId&gt;4&lt;/RangeId&gt;
        &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
        &lt;Symptoms xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Omaha&quot;&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
        &lt;/Symptoms&gt;
        &lt;Typification&gt;sample string 7&lt;/Typification&gt;
        &lt;TypificationId&gt;6&lt;/TypificationId&gt;
      &lt;/ClientplanOmahaArea&gt;
    &lt;/Areas&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Index&gt;3&lt;/Index&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientplanOmahaDomain&gt;
&lt;/ArrayOfClientplanOmahaDomain&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanOmahaDomain xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanOmahaDomain&gt;
    &lt;Areas&gt;
      &lt;ClientplanOmahaArea&gt;
        &lt;Area&gt;sample string 3&lt;/Area&gt;
        &lt;AreaId&gt;2&lt;/AreaId&gt;
        &lt;Id&gt;d7df576e-6e58-484c-a59f-d72f90ced1fe&lt;/Id&gt;
        &lt;Interventions&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
        &lt;/Interventions&gt;
        &lt;OmahaDomainId&gt;9&lt;/OmahaDomainId&gt;
        &lt;Range&gt;sample string 5&lt;/Range&gt;
        &lt;RangeId&gt;4&lt;/RangeId&gt;
        &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
        &lt;Symptoms xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Omaha&quot;&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
        &lt;/Symptoms&gt;
        &lt;Typification&gt;sample string 7&lt;/Typification&gt;
        &lt;TypificationId&gt;6&lt;/TypificationId&gt;
      &lt;/ClientplanOmahaArea&gt;
      &lt;ClientplanOmahaArea&gt;
        &lt;Area&gt;sample string 3&lt;/Area&gt;
        &lt;AreaId&gt;2&lt;/AreaId&gt;
        &lt;Id&gt;d7df576e-6e58-484c-a59f-d72f90ced1fe&lt;/Id&gt;
        &lt;Interventions&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
        &lt;/Interventions&gt;
        &lt;OmahaDomainId&gt;9&lt;/OmahaDomainId&gt;
        &lt;Range&gt;sample string 5&lt;/Range&gt;
        &lt;RangeId&gt;4&lt;/RangeId&gt;
        &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
        &lt;Symptoms xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Omaha&quot;&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
        &lt;/Symptoms&gt;
        &lt;Typification&gt;sample string 7&lt;/Typification&gt;
        &lt;TypificationId&gt;6&lt;/TypificationId&gt;
      &lt;/ClientplanOmahaArea&gt;
    &lt;/Areas&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Index&gt;3&lt;/Index&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientplanOmahaDomain&gt;
  &lt;ClientplanOmahaDomain&gt;
    &lt;Areas&gt;
      &lt;ClientplanOmahaArea&gt;
        &lt;Area&gt;sample string 3&lt;/Area&gt;
        &lt;AreaId&gt;2&lt;/AreaId&gt;
        &lt;Id&gt;d7df576e-6e58-484c-a59f-d72f90ced1fe&lt;/Id&gt;
        &lt;Interventions&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
        &lt;/Interventions&gt;
        &lt;OmahaDomainId&gt;9&lt;/OmahaDomainId&gt;
        &lt;Range&gt;sample string 5&lt;/Range&gt;
        &lt;RangeId&gt;4&lt;/RangeId&gt;
        &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
        &lt;Symptoms xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Omaha&quot;&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
        &lt;/Symptoms&gt;
        &lt;Typification&gt;sample string 7&lt;/Typification&gt;
        &lt;TypificationId&gt;6&lt;/TypificationId&gt;
      &lt;/ClientplanOmahaArea&gt;
      &lt;ClientplanOmahaArea&gt;
        &lt;Area&gt;sample string 3&lt;/Area&gt;
        &lt;AreaId&gt;2&lt;/AreaId&gt;
        &lt;Id&gt;d7df576e-6e58-484c-a59f-d72f90ced1fe&lt;/Id&gt;
        &lt;Interventions&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
          &lt;ClientplanOmahaIntervention&gt;
            &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
            &lt;ActionAreaId&gt;2&lt;/ActionAreaId&gt;
            &lt;ActionType&gt;sample string 5&lt;/ActionType&gt;
            &lt;ActionTypeAbbreviation&gt;sample string 6&lt;/ActionTypeAbbreviation&gt;
            &lt;ActionTypeId&gt;4&lt;/ActionTypeId&gt;
            &lt;Discipline&gt;sample string 7&lt;/Discipline&gt;
            &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
            &lt;ExcecutiveId&gt;1&lt;/ExcecutiveId&gt;
            &lt;ExcecutiveName&gt;sample string 8&lt;/ExcecutiveName&gt;
            &lt;Id&gt;4c2f0b77-6927-4fb7-969b-11a1e9dc124c&lt;/Id&gt;
            &lt;Remarks&gt;sample string 9&lt;/Remarks&gt;
            &lt;Status&gt;sample string 10&lt;/Status&gt;
          &lt;/ClientplanOmahaIntervention&gt;
        &lt;/Interventions&gt;
        &lt;OmahaDomainId&gt;9&lt;/OmahaDomainId&gt;
        &lt;Range&gt;sample string 5&lt;/Range&gt;
        &lt;RangeId&gt;4&lt;/RangeId&gt;
        &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
        &lt;Symptoms xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Omaha&quot;&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
          &lt;d5p1:OmahaSymptom&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Term&gt;sample string 2&lt;/d5p1:Term&gt;
          &lt;/d5p1:OmahaSymptom&gt;
        &lt;/Symptoms&gt;
        &lt;Typification&gt;sample string 7&lt;/Typification&gt;
        &lt;TypificationId&gt;6&lt;/TypificationId&gt;
      &lt;/ClientplanOmahaArea&gt;
    &lt;/Areas&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Index&gt;3&lt;/Index&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientplanOmahaDomain&gt;
&lt;/ArrayOfClientplanOmahaDomain&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/omaha/{clientplanOmahaAreaId}/measurements">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/omaha/{clientplanOmahaAreaId}/measurements" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="clientplanOmahaAreaId"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;e2389e6c-68ca-4786-8b61-9c7ca2eee83d&quot;,
    &quot;Date&quot;: &quot;2026-05-26T23:13:58.9317685+02:00&quot;,
    &quot;KnowledgeSampleValue&quot;: &quot;sample string 3&quot;,
    &quot;KnowledgeSampleLevel&quot;: 4,
    &quot;KnowledgeSetpointValue&quot;: &quot;sample string 5&quot;,
    &quot;KnowledgeSetpointLevel&quot;: 6,
    &quot;BehaviorSampleValue&quot;: &quot;sample string 7&quot;,
    &quot;BehaviorSampleLevel&quot;: 8,
    &quot;BehaviorSetpointValue&quot;: &quot;sample string 9&quot;,
    &quot;BehaviorSetpointLevel&quot;: 10,
    &quot;StatusSampleValue&quot;: &quot;sample string 11&quot;,
    &quot;StatusSampleLevel&quot;: 12,
    &quot;StatusSetpointValue&quot;: &quot;sample string 13&quot;,
    &quot;StatusSetpointLevel&quot;: 14
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;e2389e6c-68ca-4786-8b61-9c7ca2eee83d&quot;,
    &quot;Date&quot;: &quot;2026-05-26T23:13:58.9317685+02:00&quot;,
    &quot;KnowledgeSampleValue&quot;: &quot;sample string 3&quot;,
    &quot;KnowledgeSampleLevel&quot;: 4,
    &quot;KnowledgeSetpointValue&quot;: &quot;sample string 5&quot;,
    &quot;KnowledgeSetpointLevel&quot;: 6,
    &quot;BehaviorSampleValue&quot;: &quot;sample string 7&quot;,
    &quot;BehaviorSampleLevel&quot;: 8,
    &quot;BehaviorSetpointValue&quot;: &quot;sample string 9&quot;,
    &quot;BehaviorSetpointLevel&quot;: 10,
    &quot;StatusSampleValue&quot;: &quot;sample string 11&quot;,
    &quot;StatusSampleLevel&quot;: 12,
    &quot;StatusSetpointValue&quot;: &quot;sample string 13&quot;,
    &quot;StatusSetpointLevel&quot;: 14
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanOmahaAreaMeasurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanOmahaAreaMeasurement&gt;
    &lt;BehaviorSampleLevel&gt;8&lt;/BehaviorSampleLevel&gt;
    &lt;BehaviorSampleValue&gt;sample string 7&lt;/BehaviorSampleValue&gt;
    &lt;BehaviorSetpointLevel&gt;10&lt;/BehaviorSetpointLevel&gt;
    &lt;BehaviorSetpointValue&gt;sample string 9&lt;/BehaviorSetpointValue&gt;
    &lt;Date&gt;2026-05-26T23:13:58.9317685+02:00&lt;/Date&gt;
    &lt;Id&gt;e2389e6c-68ca-4786-8b61-9c7ca2eee83d&lt;/Id&gt;
    &lt;KnowledgeSampleLevel&gt;4&lt;/KnowledgeSampleLevel&gt;
    &lt;KnowledgeSampleValue&gt;sample string 3&lt;/KnowledgeSampleValue&gt;
    &lt;KnowledgeSetpointLevel&gt;6&lt;/KnowledgeSetpointLevel&gt;
    &lt;KnowledgeSetpointValue&gt;sample string 5&lt;/KnowledgeSetpointValue&gt;
    &lt;StatusSampleLevel&gt;12&lt;/StatusSampleLevel&gt;
    &lt;StatusSampleValue&gt;sample string 11&lt;/StatusSampleValue&gt;
    &lt;StatusSetpointLevel&gt;14&lt;/StatusSetpointLevel&gt;
    &lt;StatusSetpointValue&gt;sample string 13&lt;/StatusSetpointValue&gt;
  &lt;/ClientplanOmahaAreaMeasurement&gt;
  &lt;ClientplanOmahaAreaMeasurement&gt;
    &lt;BehaviorSampleLevel&gt;8&lt;/BehaviorSampleLevel&gt;
    &lt;BehaviorSampleValue&gt;sample string 7&lt;/BehaviorSampleValue&gt;
    &lt;BehaviorSetpointLevel&gt;10&lt;/BehaviorSetpointLevel&gt;
    &lt;BehaviorSetpointValue&gt;sample string 9&lt;/BehaviorSetpointValue&gt;
    &lt;Date&gt;2026-05-26T23:13:58.9317685+02:00&lt;/Date&gt;
    &lt;Id&gt;e2389e6c-68ca-4786-8b61-9c7ca2eee83d&lt;/Id&gt;
    &lt;KnowledgeSampleLevel&gt;4&lt;/KnowledgeSampleLevel&gt;
    &lt;KnowledgeSampleValue&gt;sample string 3&lt;/KnowledgeSampleValue&gt;
    &lt;KnowledgeSetpointLevel&gt;6&lt;/KnowledgeSetpointLevel&gt;
    &lt;KnowledgeSetpointValue&gt;sample string 5&lt;/KnowledgeSetpointValue&gt;
    &lt;StatusSampleLevel&gt;12&lt;/StatusSampleLevel&gt;
    &lt;StatusSampleValue&gt;sample string 11&lt;/StatusSampleValue&gt;
    &lt;StatusSetpointLevel&gt;14&lt;/StatusSetpointLevel&gt;
    &lt;StatusSetpointValue&gt;sample string 13&lt;/StatusSetpointValue&gt;
  &lt;/ClientplanOmahaAreaMeasurement&gt;
&lt;/ArrayOfClientplanOmahaAreaMeasurement&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanOmahaAreaMeasurement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanOmahaAreaMeasurement&gt;
    &lt;BehaviorSampleLevel&gt;8&lt;/BehaviorSampleLevel&gt;
    &lt;BehaviorSampleValue&gt;sample string 7&lt;/BehaviorSampleValue&gt;
    &lt;BehaviorSetpointLevel&gt;10&lt;/BehaviorSetpointLevel&gt;
    &lt;BehaviorSetpointValue&gt;sample string 9&lt;/BehaviorSetpointValue&gt;
    &lt;Date&gt;2026-05-26T23:13:58.9317685+02:00&lt;/Date&gt;
    &lt;Id&gt;e2389e6c-68ca-4786-8b61-9c7ca2eee83d&lt;/Id&gt;
    &lt;KnowledgeSampleLevel&gt;4&lt;/KnowledgeSampleLevel&gt;
    &lt;KnowledgeSampleValue&gt;sample string 3&lt;/KnowledgeSampleValue&gt;
    &lt;KnowledgeSetpointLevel&gt;6&lt;/KnowledgeSetpointLevel&gt;
    &lt;KnowledgeSetpointValue&gt;sample string 5&lt;/KnowledgeSetpointValue&gt;
    &lt;StatusSampleLevel&gt;12&lt;/StatusSampleLevel&gt;
    &lt;StatusSampleValue&gt;sample string 11&lt;/StatusSampleValue&gt;
    &lt;StatusSetpointLevel&gt;14&lt;/StatusSetpointLevel&gt;
    &lt;StatusSetpointValue&gt;sample string 13&lt;/StatusSetpointValue&gt;
  &lt;/ClientplanOmahaAreaMeasurement&gt;
  &lt;ClientplanOmahaAreaMeasurement&gt;
    &lt;BehaviorSampleLevel&gt;8&lt;/BehaviorSampleLevel&gt;
    &lt;BehaviorSampleValue&gt;sample string 7&lt;/BehaviorSampleValue&gt;
    &lt;BehaviorSetpointLevel&gt;10&lt;/BehaviorSetpointLevel&gt;
    &lt;BehaviorSetpointValue&gt;sample string 9&lt;/BehaviorSetpointValue&gt;
    &lt;Date&gt;2026-05-26T23:13:58.9317685+02:00&lt;/Date&gt;
    &lt;Id&gt;e2389e6c-68ca-4786-8b61-9c7ca2eee83d&lt;/Id&gt;
    &lt;KnowledgeSampleLevel&gt;4&lt;/KnowledgeSampleLevel&gt;
    &lt;KnowledgeSampleValue&gt;sample string 3&lt;/KnowledgeSampleValue&gt;
    &lt;KnowledgeSetpointLevel&gt;6&lt;/KnowledgeSetpointLevel&gt;
    &lt;KnowledgeSetpointValue&gt;sample string 5&lt;/KnowledgeSetpointValue&gt;
    &lt;StatusSampleLevel&gt;12&lt;/StatusSampleLevel&gt;
    &lt;StatusSampleValue&gt;sample string 11&lt;/StatusSampleValue&gt;
    &lt;StatusSetpointLevel&gt;14&lt;/StatusSetpointLevel&gt;
    &lt;StatusSetpointValue&gt;sample string 13&lt;/StatusSetpointValue&gt;
  &lt;/ClientplanOmahaAreaMeasurement&gt;
&lt;/ArrayOfClientplanOmahaAreaMeasurement&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/PrimaryCare">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/PrimaryCare" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ActId&quot;: 2,
    &quot;ActName&quot;: &quot;sample string 3&quot;,
    &quot;ArrangementId&quot;: 4,
    &quot;ArrangementName&quot;: &quot;sample string 5&quot;,
    &quot;Status&quot;: 0,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7286394+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7286394+02:00&quot;,
    &quot;TargetTime&quot;: 1,
    &quot;TargetCountPerWeek&quot;: 1,
    &quot;AgreedTargetTime&quot;: 1,
    &quot;AgreedCountPerWeek&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ActId&quot;: 2,
    &quot;ActName&quot;: &quot;sample string 3&quot;,
    &quot;ArrangementId&quot;: 4,
    &quot;ArrangementName&quot;: &quot;sample string 5&quot;,
    &quot;Status&quot;: 0,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7286394+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7286394+02:00&quot;,
    &quot;TargetTime&quot;: 1,
    &quot;TargetCountPerWeek&quot;: 1,
    &quot;AgreedTargetTime&quot;: 1,
    &quot;AgreedCountPerWeek&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanArrangementProductAct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanArrangementProductAct&gt;
    &lt;ActId&gt;2&lt;/ActId&gt;
    &lt;ActName&gt;sample string 3&lt;/ActName&gt;
    &lt;AgreedCountPerWeek&gt;1&lt;/AgreedCountPerWeek&gt;
    &lt;AgreedTargetTime&gt;1&lt;/AgreedTargetTime&gt;
    &lt;ArrangementId&gt;4&lt;/ArrangementId&gt;
    &lt;ArrangementName&gt;sample string 5&lt;/ArrangementName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7286394+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7286394+02:00&lt;/StartDate&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;TargetCountPerWeek&gt;1&lt;/TargetCountPerWeek&gt;
    &lt;TargetTime&gt;1&lt;/TargetTime&gt;
  &lt;/ClientplanArrangementProductAct&gt;
  &lt;ClientplanArrangementProductAct&gt;
    &lt;ActId&gt;2&lt;/ActId&gt;
    &lt;ActName&gt;sample string 3&lt;/ActName&gt;
    &lt;AgreedCountPerWeek&gt;1&lt;/AgreedCountPerWeek&gt;
    &lt;AgreedTargetTime&gt;1&lt;/AgreedTargetTime&gt;
    &lt;ArrangementId&gt;4&lt;/ArrangementId&gt;
    &lt;ArrangementName&gt;sample string 5&lt;/ArrangementName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7286394+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7286394+02:00&lt;/StartDate&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;TargetCountPerWeek&gt;1&lt;/TargetCountPerWeek&gt;
    &lt;TargetTime&gt;1&lt;/TargetTime&gt;
  &lt;/ClientplanArrangementProductAct&gt;
&lt;/ArrayOfClientplanArrangementProductAct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanArrangementProductAct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanArrangementProductAct&gt;
    &lt;ActId&gt;2&lt;/ActId&gt;
    &lt;ActName&gt;sample string 3&lt;/ActName&gt;
    &lt;AgreedCountPerWeek&gt;1&lt;/AgreedCountPerWeek&gt;
    &lt;AgreedTargetTime&gt;1&lt;/AgreedTargetTime&gt;
    &lt;ArrangementId&gt;4&lt;/ArrangementId&gt;
    &lt;ArrangementName&gt;sample string 5&lt;/ArrangementName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7286394+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7286394+02:00&lt;/StartDate&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;TargetCountPerWeek&gt;1&lt;/TargetCountPerWeek&gt;
    &lt;TargetTime&gt;1&lt;/TargetTime&gt;
  &lt;/ClientplanArrangementProductAct&gt;
  &lt;ClientplanArrangementProductAct&gt;
    &lt;ActId&gt;2&lt;/ActId&gt;
    &lt;ActName&gt;sample string 3&lt;/ActName&gt;
    &lt;AgreedCountPerWeek&gt;1&lt;/AgreedCountPerWeek&gt;
    &lt;AgreedTargetTime&gt;1&lt;/AgreedTargetTime&gt;
    &lt;ArrangementId&gt;4&lt;/ArrangementId&gt;
    &lt;ArrangementName&gt;sample string 5&lt;/ArrangementName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7286394+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7286394+02:00&lt;/StartDate&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;TargetCountPerWeek&gt;1&lt;/TargetCountPerWeek&gt;
    &lt;TargetTime&gt;1&lt;/TargetTime&gt;
  &lt;/ClientplanArrangementProductAct&gt;
&lt;/ArrayOfClientplanArrangementProductAct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/PrimaryCare/ArrangementProductActs">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/PrimaryCare/ArrangementProductActs" /> 
                <method name="POST">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;ClientplanId&quot;: 1,
  &quot;ArrangementProductActs&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ClientplanArrangementProductActId&quot;: 1,
      &quot;ArrangementProductActId&quot;: 2,
      &quot;AgreedTargetTime&quot;: 1,
      &quot;AgreedCountPerWeek&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ClientplanId&quot;: 1,
  &quot;ArrangementProductActs&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ClientplanArrangementProductActId&quot;: 1,
      &quot;ArrangementProductActId&quot;: 2,
      &quot;AgreedTargetTime&quot;: 1,
      &quot;AgreedCountPerWeek&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;CreateClientplanArrangementProductAct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ArrangementProductActs&gt;
    &lt;CreateArrangementProductAct&gt;
      &lt;AgreedCountPerWeek&gt;1&lt;/AgreedCountPerWeek&gt;
      &lt;AgreedTargetTime&gt;1&lt;/AgreedTargetTime&gt;
      &lt;ArrangementProductActId&gt;2&lt;/ArrangementProductActId&gt;
      &lt;ClientplanArrangementProductActId&gt;1&lt;/ClientplanArrangementProductActId&gt;
    &lt;/CreateArrangementProductAct&gt;
    &lt;CreateArrangementProductAct&gt;
      &lt;AgreedCountPerWeek&gt;1&lt;/AgreedCountPerWeek&gt;
      &lt;AgreedTargetTime&gt;1&lt;/AgreedTargetTime&gt;
      &lt;ArrangementProductActId&gt;2&lt;/ArrangementProductActId&gt;
      &lt;ClientplanArrangementProductActId&gt;1&lt;/ClientplanArrangementProductActId&gt;
    &lt;/CreateArrangementProductAct&gt;
  &lt;/ArrangementProductActs&gt;
  &lt;ClientplanId&gt;1&lt;/ClientplanId&gt;
&lt;/CreateClientplanArrangementProductAct&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;CreateClientplanArrangementProductAct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ArrangementProductActs&gt;
    &lt;CreateArrangementProductAct&gt;
      &lt;AgreedCountPerWeek&gt;1&lt;/AgreedCountPerWeek&gt;
      &lt;AgreedTargetTime&gt;1&lt;/AgreedTargetTime&gt;
      &lt;ArrangementProductActId&gt;2&lt;/ArrangementProductActId&gt;
      &lt;ClientplanArrangementProductActId&gt;1&lt;/ClientplanArrangementProductActId&gt;
    &lt;/CreateArrangementProductAct&gt;
    &lt;CreateArrangementProductAct&gt;
      &lt;AgreedCountPerWeek&gt;1&lt;/AgreedCountPerWeek&gt;
      &lt;AgreedTargetTime&gt;1&lt;/AgreedTargetTime&gt;
      &lt;ArrangementProductActId&gt;2&lt;/ArrangementProductActId&gt;
      &lt;ClientplanArrangementProductActId&gt;1&lt;/ClientplanArrangementProductActId&gt;
    &lt;/CreateArrangementProductAct&gt;
  &lt;/ArrangementProductActs&gt;
  &lt;ClientplanId&gt;1&lt;/ClientplanId&gt;
&lt;/CreateClientplanArrangementProductAct&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/questionnaires">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/questionnaires" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;32c856e1-2809-4570-90b1-3803902fe2da&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Version&quot;: &quot;sample string 3&quot;,
    &quot;FilledQuestionnaires&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.7911416+02:00&quot;,
        &quot;DeterminedOn&quot;: &quot;2026-05-26T23:13:58.7911416+02:00&quot;,
        &quot;Status&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;32c856e1-2809-4570-90b1-3803902fe2da&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Version&quot;: &quot;sample string 3&quot;,
    &quot;FilledQuestionnaires&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.7911416+02:00&quot;,
        &quot;DeterminedOn&quot;: &quot;2026-05-26T23:13:58.7911416+02:00&quot;,
        &quot;Status&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanQuestionnaire&gt;
    &lt;FilledQuestionnaires&gt;
      &lt;ClientplanFilledQuestionnaire&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.7911416+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:58.7911416+02:00&lt;/DeterminedOn&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;/ClientplanFilledQuestionnaire&gt;
      &lt;ClientplanFilledQuestionnaire&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.7911416+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:58.7911416+02:00&lt;/DeterminedOn&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;/ClientplanFilledQuestionnaire&gt;
    &lt;/FilledQuestionnaires&gt;
    &lt;Id&gt;32c856e1-2809-4570-90b1-3803902fe2da&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Version&gt;sample string 3&lt;/Version&gt;
  &lt;/ClientplanQuestionnaire&gt;
  &lt;ClientplanQuestionnaire&gt;
    &lt;FilledQuestionnaires&gt;
      &lt;ClientplanFilledQuestionnaire&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.7911416+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:58.7911416+02:00&lt;/DeterminedOn&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;/ClientplanFilledQuestionnaire&gt;
      &lt;ClientplanFilledQuestionnaire&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.7911416+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:58.7911416+02:00&lt;/DeterminedOn&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;/ClientplanFilledQuestionnaire&gt;
    &lt;/FilledQuestionnaires&gt;
    &lt;Id&gt;32c856e1-2809-4570-90b1-3803902fe2da&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Version&gt;sample string 3&lt;/Version&gt;
  &lt;/ClientplanQuestionnaire&gt;
&lt;/ArrayOfClientplanQuestionnaire&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanQuestionnaire&gt;
    &lt;FilledQuestionnaires&gt;
      &lt;ClientplanFilledQuestionnaire&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.7911416+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:58.7911416+02:00&lt;/DeterminedOn&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;/ClientplanFilledQuestionnaire&gt;
      &lt;ClientplanFilledQuestionnaire&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.7911416+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:58.7911416+02:00&lt;/DeterminedOn&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;/ClientplanFilledQuestionnaire&gt;
    &lt;/FilledQuestionnaires&gt;
    &lt;Id&gt;32c856e1-2809-4570-90b1-3803902fe2da&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Version&gt;sample string 3&lt;/Version&gt;
  &lt;/ClientplanQuestionnaire&gt;
  &lt;ClientplanQuestionnaire&gt;
    &lt;FilledQuestionnaires&gt;
      &lt;ClientplanFilledQuestionnaire&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.7911416+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:58.7911416+02:00&lt;/DeterminedOn&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;/ClientplanFilledQuestionnaire&gt;
      &lt;ClientplanFilledQuestionnaire&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.7911416+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:58.7911416+02:00&lt;/DeterminedOn&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;/ClientplanFilledQuestionnaire&gt;
    &lt;/FilledQuestionnaires&gt;
    &lt;Id&gt;32c856e1-2809-4570-90b1-3803902fe2da&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Version&gt;sample string 3&lt;/Version&gt;
  &lt;/ClientplanQuestionnaire&gt;
&lt;/ArrayOfClientplanQuestionnaire&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/structures">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/structures" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;VisionModelId&quot;: 3,
    &quot;VisionModelName&quot;: &quot;sample string 4&quot;,
    &quot;Domains&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Index&quot;: 3,
        &quot;CareDemands&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;TemplateCareDemandId&quot;: 1,
            &quot;DomainId&quot;: 2,
            &quot;Name&quot;: &quot;sample string 3&quot;,
            &quot;Goals&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;Id&quot;: 1,
                &quot;AggregateId&quot;: &quot;12a956d2-d5ae-44a2-a326-4f75566de041&quot;,
                &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
                &quot;CareDemandId&quot;: 4,
                &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
                &quot;TemplateGoalId&quot;: 1,
                &quot;PreviousGoalId&quot;: 1,
                &quot;QuestionnaireGoalId&quot;: 1,
                &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8067651+02:00&quot;,
                &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.8067651+02:00&quot;,
                &quot;Name&quot;: &quot;sample string 6&quot;,
                &quot;Status&quot;: 0,
                &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
                &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.8067651+02:00&quot;,
                &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
                &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
                &quot;DisciplineIds&quot;: [
                  1,
                  2
                ],
                &quot;DisciplineGroupIds&quot;: [
                  1,
                  2
                ],
                &quot;LatestScore&quot;: {
                  &quot;$id&quot;: &quot;5&quot;,
                  &quot;Color&quot;: 1,
                  &quot;Description&quot;: &quot;sample string 2&quot;,
                  &quot;Value&quot;: 3,
                  &quot;Rank&quot;: 4,
                  &quot;Name&quot;: &quot;sample string 5&quot;
                },
                &quot;MainGoalId&quot;: &quot;4771b593-263b-4399-b910-1148de8e89c0&quot;,
                &quot;MainGoal&quot;: &quot;sample string 11&quot;
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ],
            &quot;DomainName&quot;: &quot;sample string 4&quot;,
            &quot;Explanation&quot;: &quot;sample string 5&quot;,
            &quot;QuestionnaireCareDemandId&quot;: 1,
            &quot;QuestionnaireName&quot;: &quot;sample string 6&quot;,
            &quot;QuestionnaireStatusDescription&quot;: &quot;sample string 7&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;VisionModelId&quot;: 3,
    &quot;VisionModelName&quot;: &quot;sample string 4&quot;,
    &quot;Domains&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Index&quot;: 3,
        &quot;CareDemands&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;TemplateCareDemandId&quot;: 1,
            &quot;DomainId&quot;: 2,
            &quot;Name&quot;: &quot;sample string 3&quot;,
            &quot;Goals&quot;: [
              {
                &quot;$id&quot;: &quot;4&quot;,
                &quot;Id&quot;: 1,
                &quot;AggregateId&quot;: &quot;12a956d2-d5ae-44a2-a326-4f75566de041&quot;,
                &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
                &quot;CareDemandId&quot;: 4,
                &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
                &quot;TemplateGoalId&quot;: 1,
                &quot;PreviousGoalId&quot;: 1,
                &quot;QuestionnaireGoalId&quot;: 1,
                &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8067651+02:00&quot;,
                &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.8067651+02:00&quot;,
                &quot;Name&quot;: &quot;sample string 6&quot;,
                &quot;Status&quot;: 0,
                &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
                &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.8067651+02:00&quot;,
                &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
                &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
                &quot;DisciplineIds&quot;: [
                  1,
                  2
                ],
                &quot;DisciplineGroupIds&quot;: [
                  1,
                  2
                ],
                &quot;LatestScore&quot;: {
                  &quot;$id&quot;: &quot;5&quot;,
                  &quot;Color&quot;: 1,
                  &quot;Description&quot;: &quot;sample string 2&quot;,
                  &quot;Value&quot;: 3,
                  &quot;Rank&quot;: 4,
                  &quot;Name&quot;: &quot;sample string 5&quot;
                },
                &quot;MainGoalId&quot;: &quot;4771b593-263b-4399-b910-1148de8e89c0&quot;,
                &quot;MainGoal&quot;: &quot;sample string 11&quot;
              },
              {
                &quot;$ref&quot;: &quot;4&quot;
              }
            ],
            &quot;DomainName&quot;: &quot;sample string 4&quot;,
            &quot;Explanation&quot;: &quot;sample string 5&quot;,
            &quot;QuestionnaireCareDemandId&quot;: 1,
            &quot;QuestionnaireName&quot;: &quot;sample string 6&quot;,
            &quot;QuestionnaireStatusDescription&quot;: &quot;sample string 7&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfStructure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Structure&gt;
    &lt;Domains&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
    &lt;/Domains&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;VisionModelId&gt;3&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Structure&gt;
  &lt;Structure&gt;
    &lt;Domains&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
    &lt;/Domains&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;VisionModelId&gt;3&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Structure&gt;
&lt;/ArrayOfStructure&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfStructure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Structure&gt;
    &lt;Domains&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
    &lt;/Domains&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;VisionModelId&gt;3&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Structure&gt;
  &lt;Structure&gt;
    &lt;Domains&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
      &lt;DomainV2&gt;
        &lt;CareDemands&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
          &lt;CareDemand&gt;
            &lt;DomainId&gt;2&lt;/DomainId&gt;
            &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
            &lt;Explanation&gt;sample string 5&lt;/Explanation&gt;
            &lt;Goals&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
              &lt;GoalV2&gt;
                &lt;AggregateId&gt;12a956d2-d5ae-44a2-a326-4f75566de041&lt;/AggregateId&gt;
                &lt;CareDemandExplanation&gt;sample string 5&lt;/CareDemandExplanation&gt;
                &lt;CareDemandId&gt;4&lt;/CareDemandId&gt;
                &lt;CareDemandName&gt;sample string 3&lt;/CareDemandName&gt;
                &lt;DisciplineGroupIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineGroupIds&gt;
                &lt;DisciplineIds xmlns:d9p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
                  &lt;d9p1:long&gt;1&lt;/d9p1:long&gt;
                  &lt;d9p1:long&gt;2&lt;/d9p1:long&gt;
                &lt;/DisciplineIds&gt;
                &lt;EndDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/EndDate&gt;
                &lt;Id&gt;1&lt;/Id&gt;
                &lt;InitialSituation&gt;sample string 9&lt;/InitialSituation&gt;
                &lt;LatestScore&gt;
                  &lt;Color&gt;1&lt;/Color&gt;
                  &lt;Description&gt;sample string 2&lt;/Description&gt;
                  &lt;Name&gt;sample string 5&lt;/Name&gt;
                  &lt;Rank&gt;4&lt;/Rank&gt;
                  &lt;Value&gt;3&lt;/Value&gt;
                &lt;/LatestScore&gt;
                &lt;MainGoal&gt;sample string 11&lt;/MainGoal&gt;
                &lt;MainGoalId&gt;4771b593-263b-4399-b910-1148de8e89c0&lt;/MainGoalId&gt;
                &lt;Name&gt;sample string 6&lt;/Name&gt;
                &lt;PreviousGoalId&gt;1&lt;/PreviousGoalId&gt;
                &lt;QuestionnaireGoalId&gt;1&lt;/QuestionnaireGoalId&gt;
                &lt;StartDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:58.8067651+02:00&lt;/StatusDate&gt;
                &lt;StatusDescription&gt;sample string 7&lt;/StatusDescription&gt;
                &lt;TargetSituation&gt;sample string 10&lt;/TargetSituation&gt;
                &lt;TemplateGoalId&gt;1&lt;/TemplateGoalId&gt;
              &lt;/GoalV2&gt;
            &lt;/Goals&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;QuestionnaireCareDemandId&gt;1&lt;/QuestionnaireCareDemandId&gt;
            &lt;QuestionnaireName&gt;sample string 6&lt;/QuestionnaireName&gt;
            &lt;QuestionnaireStatusDescription&gt;sample string 7&lt;/QuestionnaireStatusDescription&gt;
            &lt;TemplateCareDemandId&gt;1&lt;/TemplateCareDemandId&gt;
          &lt;/CareDemand&gt;
        &lt;/CareDemands&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Index&gt;3&lt;/Index&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/DomainV2&gt;
    &lt;/Domains&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;VisionModelId&gt;3&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 4&lt;/VisionModelName&gt;
  &lt;/Structure&gt;
&lt;/ArrayOfStructure&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{clientplanId}/Workplans">
                <doc title="PlanCare2Api/ClientplansV2/{clientplanId}/Workplans" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Type&quot;: 0,
    &quot;Discipline&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
      &quot;IsActual&quot;: true,
      &quot;DisciplineGroupId&quot;: 6,
      &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
      &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
    },
    &quot;DisciplineGroup&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Disciplines&quot;: [
        {
          &quot;$ref&quot;: &quot;2&quot;
        },
        {
          &quot;$ref&quot;: &quot;2&quot;
        }
      ]
    },
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;DisciplineId&quot;: 3,
        &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
        &quot;Priority&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Color&quot;: 3,
          &quot;ColorName&quot;: &quot;sample string 4&quot;
        },
        &quot;EmployeeId&quot;: {
          &quot;$id&quot;: &quot;6&quot;,
          &quot;Identifier&quot;: &quot;sample string 1&quot;,
          &quot;Type&quot;: 0
        },
        &quot;ExecutiveId&quot;: {
          &quot;$ref&quot;: &quot;6&quot;
        },
        &quot;ExecutiveIds&quot;: [
          1,
          2
        ],
        &quot;Executives&quot;: [
          {
            &quot;$id&quot;: &quot;7&quot;,
            &quot;Identifier&quot;: {
              &quot;$ref&quot;: &quot;6&quot;
            },
            &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
            &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
          },
          {
            &quot;$ref&quot;: &quot;7&quot;
          }
        ],
        &quot;WorkTypeId&quot;: 1,
        &quot;WorkplanId&quot;: 1,
        &quot;SubGoalId&quot;: 1,
        &quot;Remarks&quot;: &quot;sample string 5&quot;,
        &quot;EvaluateBefore&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;Result&quot;: {
          &quot;$id&quot;: &quot;8&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        &quot;ResultDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;Continuation&quot;: {
          &quot;$id&quot;: &quot;9&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;Completed&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Goal&quot;: {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
      &quot;Status&quot;: &quot;sample string 4&quot;,
      &quot;Disciplines&quot;: [
        {
          &quot;$ref&quot;: &quot;2&quot;
        },
        {
          &quot;$ref&quot;: &quot;2&quot;
        }
      ],
      &quot;DisciplineGroups&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ]
    },
    &quot;SubGoals&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Status&quot;: 0,
        &quot;Discipline&quot;: {
          &quot;$ref&quot;: &quot;2&quot;
        },
        &quot;DisciplineGroup&quot;: {
          &quot;$ref&quot;: &quot;3&quot;
        },
        &quot;Actions&quot;: [
          {
            &quot;$ref&quot;: &quot;4&quot;
          },
          {
            &quot;$ref&quot;: &quot;4&quot;
          }
        ],
        &quot;WorkTypeId&quot;: 1,
        &quot;WorkplanId&quot;: 3,
        &quot;Remarks&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;11&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Type&quot;: 0,
    &quot;Discipline&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
      &quot;IsActual&quot;: true,
      &quot;DisciplineGroupId&quot;: 6,
      &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
      &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
    },
    &quot;DisciplineGroup&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Disciplines&quot;: [
        {
          &quot;$ref&quot;: &quot;2&quot;
        },
        {
          &quot;$ref&quot;: &quot;2&quot;
        }
      ]
    },
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;DisciplineId&quot;: 3,
        &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
        &quot;Priority&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Color&quot;: 3,
          &quot;ColorName&quot;: &quot;sample string 4&quot;
        },
        &quot;EmployeeId&quot;: {
          &quot;$id&quot;: &quot;6&quot;,
          &quot;Identifier&quot;: &quot;sample string 1&quot;,
          &quot;Type&quot;: 0
        },
        &quot;ExecutiveId&quot;: {
          &quot;$ref&quot;: &quot;6&quot;
        },
        &quot;ExecutiveIds&quot;: [
          1,
          2
        ],
        &quot;Executives&quot;: [
          {
            &quot;$id&quot;: &quot;7&quot;,
            &quot;Identifier&quot;: {
              &quot;$ref&quot;: &quot;6&quot;
            },
            &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
            &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
          },
          {
            &quot;$ref&quot;: &quot;7&quot;
          }
        ],
        &quot;WorkTypeId&quot;: 1,
        &quot;WorkplanId&quot;: 1,
        &quot;SubGoalId&quot;: 1,
        &quot;Remarks&quot;: &quot;sample string 5&quot;,
        &quot;EvaluateBefore&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;Result&quot;: {
          &quot;$id&quot;: &quot;8&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        &quot;ResultDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;Continuation&quot;: {
          &quot;$id&quot;: &quot;9&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
        &quot;Completed&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Goal&quot;: {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;StatusDate&quot;: &quot;2026-05-26T23:13:58.9473931+02:00&quot;,
      &quot;Status&quot;: &quot;sample string 4&quot;,
      &quot;Disciplines&quot;: [
        {
          &quot;$ref&quot;: &quot;2&quot;
        },
        {
          &quot;$ref&quot;: &quot;2&quot;
        }
      ],
      &quot;DisciplineGroups&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ]
    },
    &quot;SubGoals&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Status&quot;: 0,
        &quot;Discipline&quot;: {
          &quot;$ref&quot;: &quot;2&quot;
        },
        &quot;DisciplineGroup&quot;: {
          &quot;$ref&quot;: &quot;3&quot;
        },
        &quot;Actions&quot;: [
          {
            &quot;$ref&quot;: &quot;4&quot;
          },
          {
            &quot;$ref&quot;: &quot;4&quot;
          }
        ],
        &quot;WorkTypeId&quot;: 1,
        &quot;WorkplanId&quot;: 3,
        &quot;Remarks&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;11&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;WorkplanV2&gt;
    &lt;Actions&gt;
      &lt;ActionV2&gt;
        &lt;Completed&gt;true&lt;/Completed&gt;
        &lt;Continuation&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Continuation&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
        &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
        &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
        &lt;ExecutiveId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/ExecutiveId&gt;
        &lt;ExecutiveIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/ExecutiveIds&gt;
        &lt;Executives&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
        &lt;/Executives&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Priority&gt;
          &lt;Color&gt;3&lt;/Color&gt;
          &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Priority&gt;
        &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
        &lt;Result&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Result&gt;
        &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
      &lt;/ActionV2&gt;
      &lt;ActionV2&gt;
        &lt;Completed&gt;true&lt;/Completed&gt;
        &lt;Continuation&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Continuation&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
        &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
        &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
        &lt;ExecutiveId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/ExecutiveId&gt;
        &lt;ExecutiveIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/ExecutiveIds&gt;
        &lt;Executives&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
        &lt;/Executives&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Priority&gt;
          &lt;Color&gt;3&lt;/Color&gt;
          &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Priority&gt;
        &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
        &lt;Result&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Result&gt;
        &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
      &lt;/ActionV2&gt;
    &lt;/Actions&gt;
    &lt;Discipline xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
      &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
      &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
    &lt;/Discipline&gt;
    &lt;DisciplineGroup xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Disciplines&gt;
        &lt;d3p1:Discipline&gt;
          &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
          &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
          &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
          &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
          &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
          &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
          &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
          &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
        &lt;/d3p1:Discipline&gt;
        &lt;d3p1:Discipline&gt;
          &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
          &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
          &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
          &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
          &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
          &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
          &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
          &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
        &lt;/d3p1:Discipline&gt;
      &lt;/d3p1:Disciplines&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
    &lt;/DisciplineGroup&gt;
    &lt;Goal&gt;
      &lt;DisciplineGroups xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:DisciplineGroup&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:Disciplines&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
          &lt;/d4p1:Disciplines&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:DisciplineGroup&gt;
        &lt;d4p1:DisciplineGroup&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:Disciplines&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
          &lt;/d4p1:Disciplines&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:DisciplineGroup&gt;
      &lt;/DisciplineGroups&gt;
      &lt;Disciplines xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Discipline&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
          &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
          &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
        &lt;/d4p1:Discipline&gt;
        &lt;d4p1:Discipline&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
          &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
          &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
        &lt;/d4p1:Discipline&gt;
      &lt;/Disciplines&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
    &lt;/Goal&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;SubGoals&gt;
      &lt;WorkplanSubGoalV2&gt;
        &lt;Actions&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
        &lt;/Actions&gt;
        &lt;Discipline xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
          &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
          &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
        &lt;/Discipline&gt;
        &lt;DisciplineGroup xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:Disciplines&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
          &lt;/d5p1:Disciplines&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
        &lt;/DisciplineGroup&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
      &lt;/WorkplanSubGoalV2&gt;
      &lt;WorkplanSubGoalV2&gt;
        &lt;Actions&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
        &lt;/Actions&gt;
        &lt;Discipline xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
          &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
          &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
        &lt;/Discipline&gt;
        &lt;DisciplineGroup xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:Disciplines&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
          &lt;/d5p1:Disciplines&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
        &lt;/DisciplineGroup&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
      &lt;/WorkplanSubGoalV2&gt;
    &lt;/SubGoals&gt;
    &lt;Type&gt;Goal&lt;/Type&gt;
  &lt;/WorkplanV2&gt;
  &lt;WorkplanV2&gt;
    &lt;Actions&gt;
      &lt;ActionV2&gt;
        &lt;Completed&gt;true&lt;/Completed&gt;
        &lt;Continuation&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Continuation&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
        &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
        &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
        &lt;ExecutiveId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/ExecutiveId&gt;
        &lt;ExecutiveIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/ExecutiveIds&gt;
        &lt;Executives&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
        &lt;/Executives&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Priority&gt;
          &lt;Color&gt;3&lt;/Color&gt;
          &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Priority&gt;
        &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
        &lt;Result&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Result&gt;
        &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
      &lt;/ActionV2&gt;
      &lt;ActionV2&gt;
        &lt;Completed&gt;true&lt;/Completed&gt;
        &lt;Continuation&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Continuation&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
        &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
        &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
        &lt;ExecutiveId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/ExecutiveId&gt;
        &lt;ExecutiveIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/ExecutiveIds&gt;
        &lt;Executives&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
        &lt;/Executives&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Priority&gt;
          &lt;Color&gt;3&lt;/Color&gt;
          &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Priority&gt;
        &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
        &lt;Result&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Result&gt;
        &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
      &lt;/ActionV2&gt;
    &lt;/Actions&gt;
    &lt;Discipline xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
      &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
      &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
    &lt;/Discipline&gt;
    &lt;DisciplineGroup xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Disciplines&gt;
        &lt;d3p1:Discipline&gt;
          &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
          &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
          &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
          &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
          &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
          &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
          &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
          &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
        &lt;/d3p1:Discipline&gt;
        &lt;d3p1:Discipline&gt;
          &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
          &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
          &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
          &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
          &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
          &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
          &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
          &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
        &lt;/d3p1:Discipline&gt;
      &lt;/d3p1:Disciplines&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
    &lt;/DisciplineGroup&gt;
    &lt;Goal&gt;
      &lt;DisciplineGroups xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:DisciplineGroup&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:Disciplines&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
          &lt;/d4p1:Disciplines&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:DisciplineGroup&gt;
        &lt;d4p1:DisciplineGroup&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:Disciplines&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
          &lt;/d4p1:Disciplines&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:DisciplineGroup&gt;
      &lt;/DisciplineGroups&gt;
      &lt;Disciplines xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Discipline&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
          &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
          &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
        &lt;/d4p1:Discipline&gt;
        &lt;d4p1:Discipline&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
          &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
          &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
        &lt;/d4p1:Discipline&gt;
      &lt;/Disciplines&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
    &lt;/Goal&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;SubGoals&gt;
      &lt;WorkplanSubGoalV2&gt;
        &lt;Actions&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
        &lt;/Actions&gt;
        &lt;Discipline xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
          &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
          &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
        &lt;/Discipline&gt;
        &lt;DisciplineGroup xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:Disciplines&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
          &lt;/d5p1:Disciplines&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
        &lt;/DisciplineGroup&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
      &lt;/WorkplanSubGoalV2&gt;
      &lt;WorkplanSubGoalV2&gt;
        &lt;Actions&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
        &lt;/Actions&gt;
        &lt;Discipline xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
          &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
          &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
        &lt;/Discipline&gt;
        &lt;DisciplineGroup xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:Disciplines&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
          &lt;/d5p1:Disciplines&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
        &lt;/DisciplineGroup&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
      &lt;/WorkplanSubGoalV2&gt;
    &lt;/SubGoals&gt;
    &lt;Type&gt;Goal&lt;/Type&gt;
  &lt;/WorkplanV2&gt;
&lt;/ArrayOfWorkplanV2&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;WorkplanV2&gt;
    &lt;Actions&gt;
      &lt;ActionV2&gt;
        &lt;Completed&gt;true&lt;/Completed&gt;
        &lt;Continuation&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Continuation&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
        &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
        &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
        &lt;ExecutiveId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/ExecutiveId&gt;
        &lt;ExecutiveIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/ExecutiveIds&gt;
        &lt;Executives&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
        &lt;/Executives&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Priority&gt;
          &lt;Color&gt;3&lt;/Color&gt;
          &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Priority&gt;
        &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
        &lt;Result&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Result&gt;
        &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
      &lt;/ActionV2&gt;
      &lt;ActionV2&gt;
        &lt;Completed&gt;true&lt;/Completed&gt;
        &lt;Continuation&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Continuation&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
        &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
        &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
        &lt;ExecutiveId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/ExecutiveId&gt;
        &lt;ExecutiveIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/ExecutiveIds&gt;
        &lt;Executives&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
        &lt;/Executives&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Priority&gt;
          &lt;Color&gt;3&lt;/Color&gt;
          &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Priority&gt;
        &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
        &lt;Result&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Result&gt;
        &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
      &lt;/ActionV2&gt;
    &lt;/Actions&gt;
    &lt;Discipline xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
      &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
      &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
    &lt;/Discipline&gt;
    &lt;DisciplineGroup xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Disciplines&gt;
        &lt;d3p1:Discipline&gt;
          &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
          &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
          &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
          &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
          &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
          &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
          &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
          &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
        &lt;/d3p1:Discipline&gt;
        &lt;d3p1:Discipline&gt;
          &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
          &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
          &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
          &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
          &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
          &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
          &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
          &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
        &lt;/d3p1:Discipline&gt;
      &lt;/d3p1:Disciplines&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
    &lt;/DisciplineGroup&gt;
    &lt;Goal&gt;
      &lt;DisciplineGroups xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:DisciplineGroup&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:Disciplines&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
          &lt;/d4p1:Disciplines&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:DisciplineGroup&gt;
        &lt;d4p1:DisciplineGroup&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:Disciplines&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
          &lt;/d4p1:Disciplines&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:DisciplineGroup&gt;
      &lt;/DisciplineGroups&gt;
      &lt;Disciplines xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Discipline&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
          &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
          &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
        &lt;/d4p1:Discipline&gt;
        &lt;d4p1:Discipline&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
          &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
          &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
        &lt;/d4p1:Discipline&gt;
      &lt;/Disciplines&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
    &lt;/Goal&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;SubGoals&gt;
      &lt;WorkplanSubGoalV2&gt;
        &lt;Actions&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
        &lt;/Actions&gt;
        &lt;Discipline xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
          &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
          &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
        &lt;/Discipline&gt;
        &lt;DisciplineGroup xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:Disciplines&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
          &lt;/d5p1:Disciplines&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
        &lt;/DisciplineGroup&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
      &lt;/WorkplanSubGoalV2&gt;
      &lt;WorkplanSubGoalV2&gt;
        &lt;Actions&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
        &lt;/Actions&gt;
        &lt;Discipline xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
          &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
          &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
        &lt;/Discipline&gt;
        &lt;DisciplineGroup xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:Disciplines&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
          &lt;/d5p1:Disciplines&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
        &lt;/DisciplineGroup&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
      &lt;/WorkplanSubGoalV2&gt;
    &lt;/SubGoals&gt;
    &lt;Type&gt;Goal&lt;/Type&gt;
  &lt;/WorkplanV2&gt;
  &lt;WorkplanV2&gt;
    &lt;Actions&gt;
      &lt;ActionV2&gt;
        &lt;Completed&gt;true&lt;/Completed&gt;
        &lt;Continuation&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Continuation&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
        &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
        &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
        &lt;ExecutiveId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/ExecutiveId&gt;
        &lt;ExecutiveIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/ExecutiveIds&gt;
        &lt;Executives&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
        &lt;/Executives&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Priority&gt;
          &lt;Color&gt;3&lt;/Color&gt;
          &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Priority&gt;
        &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
        &lt;Result&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Result&gt;
        &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
      &lt;/ActionV2&gt;
      &lt;ActionV2&gt;
        &lt;Completed&gt;true&lt;/Completed&gt;
        &lt;Continuation&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Continuation&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
        &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
        &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
        &lt;ExecutiveId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/ExecutiveId&gt;
        &lt;ExecutiveIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/ExecutiveIds&gt;
        &lt;Executives&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
          &lt;WorkplanActionExecutive&gt;
            &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
            &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
            &lt;Identifier xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/Identifier&gt;
          &lt;/WorkplanActionExecutive&gt;
        &lt;/Executives&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Priority&gt;
          &lt;Color&gt;3&lt;/Color&gt;
          &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Priority&gt;
        &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
        &lt;Result&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/Result&gt;
        &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
      &lt;/ActionV2&gt;
    &lt;/Actions&gt;
    &lt;Discipline xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
      &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
      &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
    &lt;/Discipline&gt;
    &lt;DisciplineGroup xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Disciplines&gt;
        &lt;d3p1:Discipline&gt;
          &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
          &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
          &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
          &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
          &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
          &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
          &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
          &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
        &lt;/d3p1:Discipline&gt;
        &lt;d3p1:Discipline&gt;
          &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
          &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
          &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
          &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
          &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
          &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
          &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
          &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
        &lt;/d3p1:Discipline&gt;
      &lt;/d3p1:Disciplines&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
    &lt;/DisciplineGroup&gt;
    &lt;Goal&gt;
      &lt;DisciplineGroups xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:DisciplineGroup&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:Disciplines&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
          &lt;/d4p1:Disciplines&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:DisciplineGroup&gt;
        &lt;d4p1:DisciplineGroup&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:Disciplines&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
            &lt;d4p1:Discipline&gt;
              &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
              &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
              &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
              &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
              &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
              &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
              &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
              &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
            &lt;/d4p1:Discipline&gt;
          &lt;/d4p1:Disciplines&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:DisciplineGroup&gt;
      &lt;/DisciplineGroups&gt;
      &lt;Disciplines xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Discipline&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
          &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
          &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
        &lt;/d4p1:Discipline&gt;
        &lt;d4p1:Discipline&gt;
          &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
          &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
          &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
          &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
          &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
        &lt;/d4p1:Discipline&gt;
      &lt;/Disciplines&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Status&gt;sample string 4&lt;/Status&gt;
      &lt;StatusDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/StatusDate&gt;
    &lt;/Goal&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;SubGoals&gt;
      &lt;WorkplanSubGoalV2&gt;
        &lt;Actions&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
        &lt;/Actions&gt;
        &lt;Discipline xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
          &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
          &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
        &lt;/Discipline&gt;
        &lt;DisciplineGroup xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:Disciplines&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
          &lt;/d5p1:Disciplines&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
        &lt;/DisciplineGroup&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
      &lt;/WorkplanSubGoalV2&gt;
      &lt;WorkplanSubGoalV2&gt;
        &lt;Actions&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
          &lt;ActionV2&gt;
            &lt;Completed&gt;true&lt;/Completed&gt;
            &lt;Continuation&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Continuation&gt;
            &lt;CreationDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/CreationDate&gt;
            &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
            &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
            &lt;EmployeeId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/EmployeeId&gt;
            &lt;EvaluateBefore&gt;2026-05-26T23:13:58.9473931+02:00&lt;/EvaluateBefore&gt;
            &lt;ExecutiveId xmlns:d7p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
              &lt;d7p1:Identifier&gt;sample string 1&lt;/d7p1:Identifier&gt;
              &lt;d7p1:Type&gt;ExternalId&lt;/d7p1:Type&gt;
            &lt;/ExecutiveId&gt;
            &lt;ExecutiveIds xmlns:d7p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
              &lt;d7p1:long&gt;1&lt;/d7p1:long&gt;
              &lt;d7p1:long&gt;2&lt;/d7p1:long&gt;
            &lt;/ExecutiveIds&gt;
            &lt;Executives&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
              &lt;WorkplanActionExecutive&gt;
                &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
                &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
                &lt;Identifier xmlns:d9p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                  &lt;d9p1:Identifier&gt;sample string 1&lt;/d9p1:Identifier&gt;
                  &lt;d9p1:Type&gt;ExternalId&lt;/d9p1:Type&gt;
                &lt;/Identifier&gt;
              &lt;/WorkplanActionExecutive&gt;
            &lt;/Executives&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;Priority&gt;
              &lt;Color&gt;3&lt;/Color&gt;
              &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Priority&gt;
            &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
            &lt;Result&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/Result&gt;
            &lt;ResultDate&gt;2026-05-26T23:13:58.9473931+02:00&lt;/ResultDate&gt;
            &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
            &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
            &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
          &lt;/ActionV2&gt;
        &lt;/Actions&gt;
        &lt;Discipline xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
          &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
          &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
        &lt;/Discipline&gt;
        &lt;DisciplineGroup xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
          &lt;d5p1:Disciplines&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
            &lt;d5p1:Discipline&gt;
              &lt;d5p1:Description&gt;sample string 3&lt;/d5p1:Description&gt;
              &lt;d5p1:DisciplineGroupId&gt;6&lt;/d5p1:DisciplineGroupId&gt;
              &lt;d5p1:EvsFunction&gt;sample string 7&lt;/d5p1:EvsFunction&gt;
              &lt;d5p1:EvsSpecialism&gt;sample string 8&lt;/d5p1:EvsSpecialism&gt;
              &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
              &lt;d5p1:IsActual&gt;true&lt;/d5p1:IsActual&gt;
              &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
              &lt;d5p1:SpecialismCode&gt;sample string 4&lt;/d5p1:SpecialismCode&gt;
            &lt;/d5p1:Discipline&gt;
          &lt;/d5p1:Disciplines&gt;
          &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
          &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
        &lt;/DisciplineGroup&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
        &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
      &lt;/WorkplanSubGoalV2&gt;
    &lt;/SubGoals&gt;
    &lt;Type&gt;Goal&lt;/Type&gt;
  &lt;/WorkplanV2&gt;
&lt;/ArrayOfWorkplanV2&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/{id}">
                <doc title="PlanCare2Api/ClientplansV2/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;BasicInformationInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;TypeId&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsVisible&quot;: true
  },
  &quot;QuestionnaireInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;CareplanInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;OmahaSystemInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;AgreementsInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;PrimaryCareInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;InvoluntaryCareInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;WorkplanInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Id&quot;: 1,
  &quot;ClientId&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7598888+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7598888+02:00&quot;,
  &quot;CareDemandsRequired&quot;: true,
  &quot;SectorName&quot;: &quot;sample string 4&quot;,
  &quot;Name&quot;: &quot;sample string 5&quot;,
  &quot;TypeId&quot;: 6,
  &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
  &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;SectorId&quot;: 9,
  &quot;VisionModelId&quot;: 10,
  &quot;ResponsibleEmployeeId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;BasicInformationInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;TypeId&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsVisible&quot;: true
  },
  &quot;QuestionnaireInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;CareplanInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;OmahaSystemInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;AgreementsInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;PrimaryCareInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;InvoluntaryCareInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;WorkplanInfo&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Id&quot;: 1,
  &quot;ClientId&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7598888+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7598888+02:00&quot;,
  &quot;CareDemandsRequired&quot;: true,
  &quot;SectorName&quot;: &quot;sample string 4&quot;,
  &quot;Name&quot;: &quot;sample string 5&quot;,
  &quot;TypeId&quot;: 6,
  &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
  &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
  &quot;SectorId&quot;: 9,
  &quot;VisionModelId&quot;: 10,
  &quot;ResponsibleEmployeeId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
  &lt;ClientId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ClientId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 5&lt;/Name&gt;
  &lt;ResponsibleEmployeeId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ResponsibleEmployeeId&gt;
  &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
  &lt;SectorId&gt;9&lt;/SectorId&gt;
  &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/StartDate&gt;
  &lt;TypeId&gt;6&lt;/TypeId&gt;
  &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
  &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
  &lt;AgreementsInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/AgreementsInfo&gt;
  &lt;BasicInformationInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/BasicInformationInfo&gt;
  &lt;CareplanInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/CareplanInfo&gt;
  &lt;InvoluntaryCareInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/InvoluntaryCareInfo&gt;
  &lt;OmahaSystemInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/OmahaSystemInfo&gt;
  &lt;PrimaryCareInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/PrimaryCareInfo&gt;
  &lt;QuestionnaireInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/QuestionnaireInfo&gt;
  &lt;WorkplanInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/WorkplanInfo&gt;
&lt;/ClientplanV2&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
  &lt;ClientId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ClientId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 5&lt;/Name&gt;
  &lt;ResponsibleEmployeeId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ResponsibleEmployeeId&gt;
  &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
  &lt;SectorId&gt;9&lt;/SectorId&gt;
  &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.7598888+02:00&lt;/StartDate&gt;
  &lt;TypeId&gt;6&lt;/TypeId&gt;
  &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
  &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
  &lt;AgreementsInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/AgreementsInfo&gt;
  &lt;BasicInformationInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/BasicInformationInfo&gt;
  &lt;CareplanInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/CareplanInfo&gt;
  &lt;InvoluntaryCareInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/InvoluntaryCareInfo&gt;
  &lt;OmahaSystemInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/OmahaSystemInfo&gt;
  &lt;PrimaryCareInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/PrimaryCareInfo&gt;
  &lt;QuestionnaireInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/QuestionnaireInfo&gt;
  &lt;WorkplanInfo&gt;
    &lt;IsVisible&gt;true&lt;/IsVisible&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
  &lt;/WorkplanInfo&gt;
&lt;/ClientplanV2&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/AdvanceAgreementStatus/{agreementId}">
                <doc title="PlanCare2Api/ClientplansV2/AdvanceAgreementStatus/{agreementId}" /> 
                <method name="POST">
                    <request>
 
                            <param name="agreementId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/AdvanceGoalStatus/{goalAggregateId}">
                <doc title="PlanCare2Api/ClientplansV2/AdvanceGoalStatus/{goalAggregateId}" /> 
                <method name="POST">
                    <request>
 
                            <param name="goalAggregateId"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/availableResponsibleEmployees?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ClientplansV2/availableResponsibleEmployees?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfEmployeeBaseInfo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;EmployeeBaseInfo&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
  &lt;/EmployeeBaseInfo&gt;
  &lt;EmployeeBaseInfo&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
  &lt;/EmployeeBaseInfo&gt;
&lt;/ArrayOfEmployeeBaseInfo&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfEmployeeBaseInfo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;EmployeeBaseInfo&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
  &lt;/EmployeeBaseInfo&gt;
  &lt;EmployeeBaseInfo&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
  &lt;/EmployeeBaseInfo&gt;
&lt;/ArrayOfEmployeeBaseInfo&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/ChangeOfClientplanV2">
                <doc title="PlanCare2Api/ClientplansV2/ChangeOfClientplanV2" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8692657+02:00&quot;,
  &quot;ResponsibleEmployeeId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8692657+02:00&quot;,
  &quot;ResponsibleEmployeeId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;ResponsibleEmployeeId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ResponsibleEmployeeId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.8692657+02:00&lt;/StartDate&gt;
&lt;/ChangeOfClientplanV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;ResponsibleEmployeeId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ResponsibleEmployeeId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:58.8692657+02:00&lt;/StartDate&gt;
&lt;/ChangeOfClientplanV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/ClientplanAgreements?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}">
                <doc title="PlanCare2Api/ClientplansV2/ClientplanAgreements?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;DomainId&quot;: 1,
    &quot;DomainName&quot;: &quot;sample string 6&quot;,
    &quot;IsVisibleToAllDisciplines&quot;: true,
    &quot;AvailableForDisciplines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
        &quot;IsActual&quot;: true,
        &quot;DisciplineGroupId&quot;: 6,
        &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
        &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:32.6546585+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:32.6546585+02:00&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T22:09:32.6546585+02:00&quot;,
    &quot;StatusDescription&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientName&quot;: &quot;sample string 5&quot;,
    &quot;DomainId&quot;: 1,
    &quot;DomainName&quot;: &quot;sample string 6&quot;,
    &quot;IsVisibleToAllDisciplines&quot;: true,
    &quot;AvailableForDisciplines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
        &quot;IsActual&quot;: true,
        &quot;DisciplineGroupId&quot;: 6,
        &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
        &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:32.6546585+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:32.6546585+02:00&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T22:09:32.6546585+02:00&quot;,
    &quot;StatusDescription&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanAgreement&gt;
    &lt;AvailableForDisciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/AvailableForDisciplines&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
  &lt;/ClientplanAgreement&gt;
  &lt;ClientplanAgreement&gt;
    &lt;AvailableForDisciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/AvailableForDisciplines&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
  &lt;/ClientplanAgreement&gt;
&lt;/ArrayOfClientplanAgreement&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanAgreement xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanAgreement&gt;
    &lt;AvailableForDisciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/AvailableForDisciplines&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
  &lt;/ClientplanAgreement&gt;
  &lt;ClientplanAgreement&gt;
    &lt;AvailableForDisciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/AvailableForDisciplines&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 5&lt;/ClientName&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsVisibleToAllDisciplines&gt;true&lt;/IsVisibleToAllDisciplines&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T22:09:32.6546585+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 8&lt;/StatusDescription&gt;
  &lt;/ClientplanAgreement&gt;
&lt;/ArrayOfClientplanAgreement&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/Disciplines">
                <doc title="PlanCare2Api/ClientplansV2/Disciplines" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDiscipline xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
&lt;/ArrayOfDiscipline&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDiscipline xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
&lt;/ArrayOfDiscipline&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/GoalLibrary?sectorId={sectorId}">
                <doc title="PlanCare2Api/ClientplansV2/GoalLibrary?sectorId={sectorId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="sectorId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
    &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
    &quot;SectorId&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
    &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
    &quot;SectorId&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfGoalLibrary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;GoalLibrary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorId&gt;5&lt;/SectorId&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/GoalLibrary&gt;
  &lt;GoalLibrary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorId&gt;5&lt;/SectorId&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/GoalLibrary&gt;
&lt;/ArrayOfGoalLibrary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfGoalLibrary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;GoalLibrary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorId&gt;5&lt;/SectorId&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/GoalLibrary&gt;
  &lt;GoalLibrary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorId&gt;5&lt;/SectorId&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/GoalLibrary&gt;
&lt;/ArrayOfGoalLibrary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/Permissions/Goal">
                <doc title="PlanCare2Api/ClientplansV2/Permissions/Goal" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;HasPermissionToSetApproved&quot;: true,
  &quot;HasPermissionToSetInProgress&quot;: true,
  &quot;HasPermissionToSetHistorical&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;HasPermissionToSetApproved&quot;: true,
  &quot;HasPermissionToSetInProgress&quot;: true,
  &quot;HasPermissionToSetHistorical&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;GoalPermissions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;HasPermissionToSetApproved&gt;true&lt;/HasPermissionToSetApproved&gt;
  &lt;HasPermissionToSetHistorical&gt;true&lt;/HasPermissionToSetHistorical&gt;
  &lt;HasPermissionToSetInProgress&gt;true&lt;/HasPermissionToSetInProgress&gt;
&lt;/GoalPermissions&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;GoalPermissions xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;HasPermissionToSetApproved&gt;true&lt;/HasPermissionToSetApproved&gt;
  &lt;HasPermissionToSetHistorical&gt;true&lt;/HasPermissionToSetHistorical&gt;
  &lt;HasPermissionToSetInProgress&gt;true&lt;/HasPermissionToSetInProgress&gt;
&lt;/GoalPermissions&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/Sectors">
                <doc title="PlanCare2Api/ClientplansV2/Sectors" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
    &quot;ActionVisible&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
    &quot;ActionVisible&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanSector xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanSector&gt;
    &lt;ActionVisible&gt;true&lt;/ActionVisible&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
  &lt;/ClientplanSector&gt;
  &lt;ClientplanSector&gt;
    &lt;ActionVisible&gt;true&lt;/ActionVisible&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
  &lt;/ClientplanSector&gt;
&lt;/ArrayOfClientplanSector&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanSector xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanSector&gt;
    &lt;ActionVisible&gt;true&lt;/ActionVisible&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
  &lt;/ClientplanSector&gt;
  &lt;ClientplanSector&gt;
    &lt;ActionVisible&gt;true&lt;/ActionVisible&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
  &lt;/ClientplanSector&gt;
&lt;/ArrayOfClientplanSector&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/Sectors?clientId={clientId}">
                <doc title="PlanCare2Api/ClientplansV2/Sectors?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
    &quot;ActionVisible&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.8380151+02:00&quot;,
    &quot;ActionVisible&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanSector xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanSector&gt;
    &lt;ActionVisible&gt;true&lt;/ActionVisible&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
  &lt;/ClientplanSector&gt;
  &lt;ClientplanSector&gt;
    &lt;ActionVisible&gt;true&lt;/ActionVisible&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
  &lt;/ClientplanSector&gt;
&lt;/ArrayOfClientplanSector&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanSector xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanSector&gt;
    &lt;ActionVisible&gt;true&lt;/ActionVisible&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
  &lt;/ClientplanSector&gt;
  &lt;ClientplanSector&gt;
    &lt;ActionVisible&gt;true&lt;/ActionVisible&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.8380151+02:00&lt;/StartDate&gt;
  &lt;/ClientplanSector&gt;
&lt;/ArrayOfClientplanSector&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/Stripped?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}">
                <doc title="PlanCare2Api/ClientplansV2/Stripped?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7755162+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7755162+02:00&quot;,
    &quot;CareDemandsRequired&quot;: true,
    &quot;SectorName&quot;: &quot;sample string 4&quot;,
    &quot;Name&quot;: &quot;sample string 5&quot;,
    &quot;TypeId&quot;: 6,
    &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
    &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;SectorId&quot;: 9,
    &quot;VisionModelId&quot;: 10,
    &quot;ResponsibleEmployeeId&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.7755162+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.7755162+02:00&quot;,
    &quot;CareDemandsRequired&quot;: true,
    &quot;SectorName&quot;: &quot;sample string 4&quot;,
    &quot;Name&quot;: &quot;sample string 5&quot;,
    &quot;TypeId&quot;: 6,
    &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
    &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;SectorId&quot;: 9,
    &quot;VisionModelId&quot;: 10,
    &quot;ResponsibleEmployeeId&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanV2Stripped xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanV2Stripped&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7755162+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7755162+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
  &lt;/ClientplanV2Stripped&gt;
  &lt;ClientplanV2Stripped&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7755162+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7755162+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
  &lt;/ClientplanV2Stripped&gt;
&lt;/ArrayOfClientplanV2Stripped&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanV2Stripped xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanV2Stripped&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7755162+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7755162+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
  &lt;/ClientplanV2Stripped&gt;
  &lt;ClientplanV2Stripped&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.7755162+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.7755162+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
  &lt;/ClientplanV2Stripped&gt;
&lt;/ArrayOfClientplanV2Stripped&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/TerminateClientplan?clientplanId={clientplanId}">
                <doc title="PlanCare2Api/ClientplansV2/TerminateClientplan?clientplanId={clientplanId}" /> 
                <method name="POST">
                    <request>
 
                            <param name="clientplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/Types?sectorId={sectorId}">
                <doc title="PlanCare2Api/ClientplansV2/Types?sectorId={sectorId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="sectorId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;CareDemandsRequired&quot;: true,
    &quot;Roles&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Guid&quot;: &quot;a2269d15-23ed-4434-bdd3-3e093599c9ae&quot;,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsActive&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;UseStatusApproved&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;CareDemandsRequired&quot;: true,
    &quot;Roles&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Guid&quot;: &quot;a2269d15-23ed-4434-bdd3-3e093599c9ae&quot;,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsActive&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;UseStatusApproved&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanV2Type xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanV2Type&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Roles xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
      &lt;d3p1:RelationCorrelationRole&gt;
        &lt;d3p1:Guid&gt;a2269d15-23ed-4434-bdd3-3e093599c9ae&lt;/d3p1:Guid&gt;
        &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:RelationCorrelationRole&gt;
      &lt;d3p1:RelationCorrelationRole&gt;
        &lt;d3p1:Guid&gt;a2269d15-23ed-4434-bdd3-3e093599c9ae&lt;/d3p1:Guid&gt;
        &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:RelationCorrelationRole&gt;
    &lt;/Roles&gt;
    &lt;UseStatusApproved&gt;true&lt;/UseStatusApproved&gt;
  &lt;/ClientplanV2Type&gt;
  &lt;ClientplanV2Type&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Roles xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
      &lt;d3p1:RelationCorrelationRole&gt;
        &lt;d3p1:Guid&gt;a2269d15-23ed-4434-bdd3-3e093599c9ae&lt;/d3p1:Guid&gt;
        &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:RelationCorrelationRole&gt;
      &lt;d3p1:RelationCorrelationRole&gt;
        &lt;d3p1:Guid&gt;a2269d15-23ed-4434-bdd3-3e093599c9ae&lt;/d3p1:Guid&gt;
        &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:RelationCorrelationRole&gt;
    &lt;/Roles&gt;
    &lt;UseStatusApproved&gt;true&lt;/UseStatusApproved&gt;
  &lt;/ClientplanV2Type&gt;
&lt;/ArrayOfClientplanV2Type&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanV2Type xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanV2Type&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Roles xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
      &lt;d3p1:RelationCorrelationRole&gt;
        &lt;d3p1:Guid&gt;a2269d15-23ed-4434-bdd3-3e093599c9ae&lt;/d3p1:Guid&gt;
        &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:RelationCorrelationRole&gt;
      &lt;d3p1:RelationCorrelationRole&gt;
        &lt;d3p1:Guid&gt;a2269d15-23ed-4434-bdd3-3e093599c9ae&lt;/d3p1:Guid&gt;
        &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:RelationCorrelationRole&gt;
    &lt;/Roles&gt;
    &lt;UseStatusApproved&gt;true&lt;/UseStatusApproved&gt;
  &lt;/ClientplanV2Type&gt;
  &lt;ClientplanV2Type&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Roles xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
      &lt;d3p1:RelationCorrelationRole&gt;
        &lt;d3p1:Guid&gt;a2269d15-23ed-4434-bdd3-3e093599c9ae&lt;/d3p1:Guid&gt;
        &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:RelationCorrelationRole&gt;
      &lt;d3p1:RelationCorrelationRole&gt;
        &lt;d3p1:Guid&gt;a2269d15-23ed-4434-bdd3-3e093599c9ae&lt;/d3p1:Guid&gt;
        &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:RelationCorrelationRole&gt;
    &lt;/Roles&gt;
    &lt;UseStatusApproved&gt;true&lt;/UseStatusApproved&gt;
  &lt;/ClientplanV2Type&gt;
&lt;/ArrayOfClientplanV2Type&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2/VisionModels?sectorId={sectorId}">
                <doc title="PlanCare2Api/ClientplansV2/VisionModels?sectorId={sectorId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="sectorId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanVisionModel xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanVisionModel&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientplanVisionModel&gt;
  &lt;ClientplanVisionModel&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientplanVisionModel&gt;
&lt;/ArrayOfClientplanVisionModel&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanVisionModel xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanVisionModel&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientplanVisionModel&gt;
  &lt;ClientplanVisionModel&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ClientplanVisionModel&gt;
&lt;/ArrayOfClientplanVisionModel&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientplansV2?clientId={clientId}">
                <doc title="PlanCare2Api/ClientplansV2?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BasicInformationInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;TypeId&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsVisible&quot;: true
    },
    &quot;QuestionnaireInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;CareplanInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;OmahaSystemInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;AgreementsInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;PrimaryCareInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;InvoluntaryCareInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;WorkplanInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Id&quot;: 1,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;StartDate&quot;: &quot;2026-05-26T22:07:07.9932601+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:07:07.9932601+02:00&quot;,
    &quot;CareDemandsRequired&quot;: true,
    &quot;SectorName&quot;: &quot;sample string 4&quot;,
    &quot;Name&quot;: &quot;sample string 5&quot;,
    &quot;TypeId&quot;: 6,
    &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
    &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;SectorId&quot;: 9,
    &quot;VisionModelId&quot;: 10,
    &quot;ResponsibleEmployeeId&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BasicInformationInfo&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;TypeId&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsVisible&quot;: true
    },
    &quot;QuestionnaireInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;CareplanInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;OmahaSystemInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;AgreementsInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;PrimaryCareInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;InvoluntaryCareInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;WorkplanInfo&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Id&quot;: 1,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;StartDate&quot;: &quot;2026-05-26T22:07:07.9932601+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:07:07.9932601+02:00&quot;,
    &quot;CareDemandsRequired&quot;: true,
    &quot;SectorName&quot;: &quot;sample string 4&quot;,
    &quot;Name&quot;: &quot;sample string 5&quot;,
    &quot;TypeId&quot;: 6,
    &quot;VisionModelName&quot;: &quot;sample string 7&quot;,
    &quot;ResponsibleEmployeeName&quot;: &quot;sample string 8&quot;,
    &quot;SectorId&quot;: 9,
    &quot;VisionModelId&quot;: 10,
    &quot;ResponsibleEmployeeId&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanV2&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T22:07:07.9932601+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T22:07:07.9932601+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
    &lt;AgreementsInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/AgreementsInfo&gt;
    &lt;BasicInformationInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/BasicInformationInfo&gt;
    &lt;CareplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/CareplanInfo&gt;
    &lt;InvoluntaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/InvoluntaryCareInfo&gt;
    &lt;OmahaSystemInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/OmahaSystemInfo&gt;
    &lt;PrimaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/PrimaryCareInfo&gt;
    &lt;QuestionnaireInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/QuestionnaireInfo&gt;
    &lt;WorkplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/WorkplanInfo&gt;
  &lt;/ClientplanV2&gt;
  &lt;ClientplanV2&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T22:07:07.9932601+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T22:07:07.9932601+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
    &lt;AgreementsInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/AgreementsInfo&gt;
    &lt;BasicInformationInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/BasicInformationInfo&gt;
    &lt;CareplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/CareplanInfo&gt;
    &lt;InvoluntaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/InvoluntaryCareInfo&gt;
    &lt;OmahaSystemInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/OmahaSystemInfo&gt;
    &lt;PrimaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/PrimaryCareInfo&gt;
    &lt;QuestionnaireInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/QuestionnaireInfo&gt;
    &lt;WorkplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/WorkplanInfo&gt;
  &lt;/ClientplanV2&gt;
&lt;/ArrayOfClientplanV2&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ClientplanV2&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T22:07:07.9932601+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T22:07:07.9932601+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
    &lt;AgreementsInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/AgreementsInfo&gt;
    &lt;BasicInformationInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/BasicInformationInfo&gt;
    &lt;CareplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/CareplanInfo&gt;
    &lt;InvoluntaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/InvoluntaryCareInfo&gt;
    &lt;OmahaSystemInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/OmahaSystemInfo&gt;
    &lt;PrimaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/PrimaryCareInfo&gt;
    &lt;QuestionnaireInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/QuestionnaireInfo&gt;
    &lt;WorkplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/WorkplanInfo&gt;
  &lt;/ClientplanV2&gt;
  &lt;ClientplanV2&gt;
    &lt;CareDemandsRequired&gt;true&lt;/CareDemandsRequired&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T22:07:07.9932601+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;ResponsibleEmployeeId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ResponsibleEmployeeId&gt;
    &lt;ResponsibleEmployeeName&gt;sample string 8&lt;/ResponsibleEmployeeName&gt;
    &lt;SectorId&gt;9&lt;/SectorId&gt;
    &lt;SectorName&gt;sample string 4&lt;/SectorName&gt;
    &lt;StartDate&gt;2026-05-26T22:07:07.9932601+02:00&lt;/StartDate&gt;
    &lt;TypeId&gt;6&lt;/TypeId&gt;
    &lt;VisionModelId&gt;10&lt;/VisionModelId&gt;
    &lt;VisionModelName&gt;sample string 7&lt;/VisionModelName&gt;
    &lt;AgreementsInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/AgreementsInfo&gt;
    &lt;BasicInformationInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/BasicInformationInfo&gt;
    &lt;CareplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/CareplanInfo&gt;
    &lt;InvoluntaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/InvoluntaryCareInfo&gt;
    &lt;OmahaSystemInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/OmahaSystemInfo&gt;
    &lt;PrimaryCareInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/PrimaryCareInfo&gt;
    &lt;QuestionnaireInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/QuestionnaireInfo&gt;
    &lt;WorkplanInfo&gt;
      &lt;IsVisible&gt;true&lt;/IsVisible&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;/WorkplanInfo&gt;
  &lt;/ClientplanV2&gt;
&lt;/ArrayOfClientplanV2&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientProtocols/Count?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ClientProtocols/Count?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Count&quot;: 2
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Count&quot;: 2
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCounter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Counter&gt;
    &lt;Count&gt;2&lt;/Count&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/Counter&gt;
  &lt;Counter&gt;
    &lt;Count&gt;2&lt;/Count&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/Counter&gt;
&lt;/ArrayOfCounter&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCounter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Counter&gt;
    &lt;Count&gt;2&lt;/Count&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/Counter&gt;
  &lt;Counter&gt;
    &lt;Count&gt;2&lt;/Count&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/Counter&gt;
&lt;/ArrayOfCounter&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientProtocols?clientId={clientId}&amp;referenceDate={referenceDate}&amp;format={format}">
                <doc title="PlanCare2Api/ClientProtocols?clientId={clientId}&amp;referenceDate={referenceDate}&amp;format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;ValidFrom&quot;: &quot;2026-05-26T23:13:58.6348893+02:00&quot;,
    &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:58.6348893+02:00&quot;,
    &quot;ContentValue&quot;: &quot;sample string 3&quot;,
    &quot;ContentDocumentId&quot;: 1,
    &quot;Arrangement&quot;: &quot;sample string 4&quot;,
    &quot;Act&quot;: &quot;sample string 5&quot;,
    &quot;ProtocolCategoryId&quot;: 6,
    &quot;ProtocolCategoryName&quot;: &quot;sample string 7&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;ValidFrom&quot;: &quot;2026-05-26T23:13:58.6348893+02:00&quot;,
    &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:58.6348893+02:00&quot;,
    &quot;ContentValue&quot;: &quot;sample string 3&quot;,
    &quot;ContentDocumentId&quot;: 1,
    &quot;Arrangement&quot;: &quot;sample string 4&quot;,
    &quot;Act&quot;: &quot;sample string 5&quot;,
    &quot;ProtocolCategoryId&quot;: 6,
    &quot;ProtocolCategoryName&quot;: &quot;sample string 7&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientProtocol xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientProtocol&gt;
    &lt;Act&gt;sample string 5&lt;/Act&gt;
    &lt;Arrangement&gt;sample string 4&lt;/Arrangement&gt;
    &lt;ContentDocumentId&gt;1&lt;/ContentDocumentId&gt;
    &lt;ContentValue&gt;sample string 3&lt;/ContentValue&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;ProtocolCategoryId&gt;6&lt;/ProtocolCategoryId&gt;
    &lt;ProtocolCategoryName&gt;sample string 7&lt;/ProtocolCategoryName&gt;
    &lt;ValidFrom&gt;2026-05-26T23:13:58.6348893+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:58.6348893+02:00&lt;/ValidUntil&gt;
  &lt;/ClientProtocol&gt;
  &lt;ClientProtocol&gt;
    &lt;Act&gt;sample string 5&lt;/Act&gt;
    &lt;Arrangement&gt;sample string 4&lt;/Arrangement&gt;
    &lt;ContentDocumentId&gt;1&lt;/ContentDocumentId&gt;
    &lt;ContentValue&gt;sample string 3&lt;/ContentValue&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;ProtocolCategoryId&gt;6&lt;/ProtocolCategoryId&gt;
    &lt;ProtocolCategoryName&gt;sample string 7&lt;/ProtocolCategoryName&gt;
    &lt;ValidFrom&gt;2026-05-26T23:13:58.6348893+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:58.6348893+02:00&lt;/ValidUntil&gt;
  &lt;/ClientProtocol&gt;
&lt;/ArrayOfClientProtocol&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientProtocol xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ClientProtocol&gt;
    &lt;Act&gt;sample string 5&lt;/Act&gt;
    &lt;Arrangement&gt;sample string 4&lt;/Arrangement&gt;
    &lt;ContentDocumentId&gt;1&lt;/ContentDocumentId&gt;
    &lt;ContentValue&gt;sample string 3&lt;/ContentValue&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;ProtocolCategoryId&gt;6&lt;/ProtocolCategoryId&gt;
    &lt;ProtocolCategoryName&gt;sample string 7&lt;/ProtocolCategoryName&gt;
    &lt;ValidFrom&gt;2026-05-26T23:13:58.6348893+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:58.6348893+02:00&lt;/ValidUntil&gt;
  &lt;/ClientProtocol&gt;
  &lt;ClientProtocol&gt;
    &lt;Act&gt;sample string 5&lt;/Act&gt;
    &lt;Arrangement&gt;sample string 4&lt;/Arrangement&gt;
    &lt;ContentDocumentId&gt;1&lt;/ContentDocumentId&gt;
    &lt;ContentValue&gt;sample string 3&lt;/ContentValue&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;ProtocolCategoryId&gt;6&lt;/ProtocolCategoryId&gt;
    &lt;ProtocolCategoryName&gt;sample string 7&lt;/ProtocolCategoryName&gt;
    &lt;ValidFrom&gt;2026-05-26T23:13:58.6348893+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:58.6348893+02:00&lt;/ValidUntil&gt;
  &lt;/ClientProtocol&gt;
&lt;/ArrayOfClientProtocol&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/{clientId}/AppointmentRemarks">
                <doc title="PlanCare2Api/ClientReports/{clientId}/AppointmentRemarks" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Reason&quot;: &quot;sample string 1&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Start&quot;: &quot;2026-05-26T22:07:17.6155521+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:07:17.6155521+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 5&quot;,
    &quot;AppointmentType&quot;: &quot;sample string 6&quot;,
    &quot;Timestamp&quot;: &quot;2026-05-26T22:07:17.6155521+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Reason&quot;: &quot;sample string 1&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Start&quot;: &quot;2026-05-26T22:07:17.6155521+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:07:17.6155521+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 5&quot;,
    &quot;AppointmentType&quot;: &quot;sample string 6&quot;,
    &quot;Timestamp&quot;: &quot;2026-05-26T22:07:17.6155521+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAppointmentRemark xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AppointmentRemark&gt;
    &lt;AppointmentType&gt;sample string 6&lt;/AppointmentType&gt;
    &lt;End&gt;2026-05-26T22:07:17.6155521+02:00&lt;/End&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Reason&gt;sample string 1&lt;/Reason&gt;
    &lt;Start&gt;2026-05-26T22:07:17.6155521+02:00&lt;/Start&gt;
    &lt;Status&gt;sample string 5&lt;/Status&gt;
    &lt;Timestamp&gt;2026-05-26T22:07:17.6155521+02:00&lt;/Timestamp&gt;
    &lt;Title&gt;sample string 8&lt;/Title&gt;
  &lt;/AppointmentRemark&gt;
  &lt;AppointmentRemark&gt;
    &lt;AppointmentType&gt;sample string 6&lt;/AppointmentType&gt;
    &lt;End&gt;2026-05-26T22:07:17.6155521+02:00&lt;/End&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Reason&gt;sample string 1&lt;/Reason&gt;
    &lt;Start&gt;2026-05-26T22:07:17.6155521+02:00&lt;/Start&gt;
    &lt;Status&gt;sample string 5&lt;/Status&gt;
    &lt;Timestamp&gt;2026-05-26T22:07:17.6155521+02:00&lt;/Timestamp&gt;
    &lt;Title&gt;sample string 8&lt;/Title&gt;
  &lt;/AppointmentRemark&gt;
&lt;/ArrayOfAppointmentRemark&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAppointmentRemark xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AppointmentRemark&gt;
    &lt;AppointmentType&gt;sample string 6&lt;/AppointmentType&gt;
    &lt;End&gt;2026-05-26T22:07:17.6155521+02:00&lt;/End&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Reason&gt;sample string 1&lt;/Reason&gt;
    &lt;Start&gt;2026-05-26T22:07:17.6155521+02:00&lt;/Start&gt;
    &lt;Status&gt;sample string 5&lt;/Status&gt;
    &lt;Timestamp&gt;2026-05-26T22:07:17.6155521+02:00&lt;/Timestamp&gt;
    &lt;Title&gt;sample string 8&lt;/Title&gt;
  &lt;/AppointmentRemark&gt;
  &lt;AppointmentRemark&gt;
    &lt;AppointmentType&gt;sample string 6&lt;/AppointmentType&gt;
    &lt;End&gt;2026-05-26T22:07:17.6155521+02:00&lt;/End&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Reason&gt;sample string 1&lt;/Reason&gt;
    &lt;Start&gt;2026-05-26T22:07:17.6155521+02:00&lt;/Start&gt;
    &lt;Status&gt;sample string 5&lt;/Status&gt;
    &lt;Timestamp&gt;2026-05-26T22:07:17.6155521+02:00&lt;/Timestamp&gt;
    &lt;Title&gt;sample string 8&lt;/Title&gt;
  &lt;/AppointmentRemark&gt;
&lt;/ArrayOfAppointmentRemark&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/{clientReportId}">
                <doc title="PlanCare2Api/ClientReports/{clientReportId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="clientReportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ActionClientReports">
                <doc title="PlanCare2Api/ClientReports/ActionClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;2d3bfb71-6f7a-47e1-a608-1532062de92a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;2d3bfb71-6f7a-47e1-a608-1532062de92a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;2d3bfb71-6f7a-47e1-a608-1532062de92a&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.9161234+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.9161234+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.9161234+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ActionClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;2d3bfb71-6f7a-47e1-a608-1532062de92a&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.9161234+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.9161234+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.9161234+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ActionClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ActionClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/ActionClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;c228eb5e-4c54-4f1f-afe7-ac67eef7de50&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;c228eb5e-4c54-4f1f-afe7-ac67eef7de50&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;c228eb5e-4c54-4f1f-afe7-ac67eef7de50&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ActionClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;c228eb5e-4c54-4f1f-afe7-ac67eef7de50&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ActionClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/AgreementClientReports">
                <doc title="PlanCare2Api/ClientReports/AgreementClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;a217120f-9335-47ab-98b9-69da98fbe2e3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;a217120f-9335-47ab-98b9-69da98fbe2e3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;AgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;a217120f-9335-47ab-98b9-69da98fbe2e3&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5098874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/AgreementClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;AgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;a217120f-9335-47ab-98b9-69da98fbe2e3&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5098874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/AgreementClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/AgreementClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/AgreementClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;8a1290ea-2090-4f2d-bf0d-12460bfdd997&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;8a1290ea-2090-4f2d-bf0d-12460bfdd997&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;AgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;8a1290ea-2090-4f2d-bf0d-12460bfdd997&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5411365+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5411365+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5411365+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/AgreementClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;AgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;8a1290ea-2090-4f2d-bf0d-12460bfdd997&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5411365+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5411365+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5411365+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/AgreementClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/AreaClientReport">
                <doc title="PlanCare2Api/ClientReports/AreaClientReport" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AreaId&quot;: &quot;51066590-a3f7-4adf-a49a-a7e42b97e679&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;2f2eb7ab-7aca-409e-9123-8873c2331080&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AreaId&quot;: &quot;51066590-a3f7-4adf-a49a-a7e42b97e679&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;2f2eb7ab-7aca-409e-9123-8873c2331080&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;AreaClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;2f2eb7ab-7aca-409e-9123-8873c2331080&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8223732+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AreaId&gt;51066590-a3f7-4adf-a49a-a7e42b97e679&lt;/AreaId&gt;
&lt;/AreaClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;AreaClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;2f2eb7ab-7aca-409e-9123-8873c2331080&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8223732+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AreaId&gt;51066590-a3f7-4adf-a49a-a7e42b97e679&lt;/AreaId&gt;
&lt;/AreaClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/AreaClientReport/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/AreaClientReport/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;AreaId&quot;: &quot;061e2fed-f4a2-4b3c-8487-a5ace96ac4fc&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;d8fd0c4b-4fa9-4cdd-bfa0-0d504b80378b&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:05.9703261+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:05.9703261+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:05.9703261+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;AreaId&quot;: &quot;061e2fed-f4a2-4b3c-8487-a5ace96ac4fc&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;d8fd0c4b-4fa9-4cdd-bfa0-0d504b80378b&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:05.9703261+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:05.9703261+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:05.9703261+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;AreaClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;d8fd0c4b-4fa9-4cdd-bfa0-0d504b80378b&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:05.9703261+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:05.9703261+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:05.9703261+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AreaId&gt;061e2fed-f4a2-4b3c-8487-a5ace96ac4fc&lt;/AreaId&gt;
&lt;/AreaClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;AreaClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;d8fd0c4b-4fa9-4cdd-bfa0-0d504b80378b&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:05.9703261+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:05.9703261+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:05.9703261+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AreaId&gt;061e2fed-f4a2-4b3c-8487-a5ace96ac4fc&lt;/AreaId&gt;
&lt;/AreaClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfActionClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfActionClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;9a4f66ca-c820-43a5-b660-3526f9540a47&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.9317488+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.9317488+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.9317488+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;9a4f66ca-c820-43a5-b660-3526f9540a47&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.9317488+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.9317488+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.9317488+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;9a4f66ca-c820-43a5-b660-3526f9540a47&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.9317488+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.9317488+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.9317488+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ChangeOfActionClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;9a4f66ca-c820-43a5-b660-3526f9540a47&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.9317488+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.9317488+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.9317488+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ChangeOfActionClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfAgreementClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfAgreementClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;b133eb44-84ef-4986-8f22-c6bc230f6f04&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:18.8812095+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:18.8812095+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:18.8812095+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;b133eb44-84ef-4986-8f22-c6bc230f6f04&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:18.8812095+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:18.8812095+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:18.8812095+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfAgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;b133eb44-84ef-4986-8f22-c6bc230f6f04&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:18.8812095+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:18.8812095+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:18.8812095+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/ChangeOfAgreementClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfAgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;b133eb44-84ef-4986-8f22-c6bc230f6f04&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:18.8812095+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:18.8812095+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:18.8812095+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/ChangeOfAgreementClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfAreaClientReport">
                <doc title="PlanCare2Api/ClientReports/ChangeOfAreaClientReport" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AreaId&quot;: &quot;95848762-b3c8-48b6-b3e8-3b5e9cce7884&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;34d5d8d5-691f-481b-a799-e10bcfacc667&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AreaId&quot;: &quot;95848762-b3c8-48b6-b3e8-3b5e9cce7884&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;34d5d8d5-691f-481b-a799-e10bcfacc667&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfAreaClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;34d5d8d5-691f-481b-a799-e10bcfacc667&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8223732+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AreaId&gt;95848762-b3c8-48b6-b3e8-3b5e9cce7884&lt;/AreaId&gt;
&lt;/ChangeOfAreaClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfAreaClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;34d5d8d5-691f-481b-a799-e10bcfacc667&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8223732+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AreaId&gt;95848762-b3c8-48b6-b3e8-3b5e9cce7884&lt;/AreaId&gt;
&lt;/ChangeOfAreaClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfEpisodeClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfEpisodeClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;EpisodeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;35935d29-9493-4c73-9c0a-a89195bafbf9&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;EpisodeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;35935d29-9493-4c73-9c0a-a89195bafbf9&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfEpisodeClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;35935d29-9493-4c73-9c0a-a89195bafbf9&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8848748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8848748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8848748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
&lt;/ChangeOfEpisodeClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfEpisodeClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;35935d29-9493-4c73-9c0a-a89195bafbf9&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8848748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8848748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8848748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
&lt;/ChangeOfEpisodeClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfGeneralClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfGeneralClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Description&quot;: &quot;sample string 1&quot;,
  &quot;Subjective&quot;: &quot;sample string 2&quot;,
  &quot;Objective&quot;: &quot;sample string 3&quot;,
  &quot;Evaluation&quot;: &quot;sample string 4&quot;,
  &quot;Plan&quot;: &quot;sample string 5&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 10,
  &quot;AggregateId&quot;: &quot;abd42485-c994-4a65-9d28-6100b197929d&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.9005001+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.9005001+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 16&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.9005001+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 19&quot;,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ShiftId&quot;: 22,
  &quot;Shift&quot;: &quot;sample string 23&quot;,
  &quot;DisciplineId&quot;: 24,
  &quot;Discipline&quot;: &quot;sample string 25&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 27&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Description&quot;: &quot;sample string 1&quot;,
  &quot;Subjective&quot;: &quot;sample string 2&quot;,
  &quot;Objective&quot;: &quot;sample string 3&quot;,
  &quot;Evaluation&quot;: &quot;sample string 4&quot;,
  &quot;Plan&quot;: &quot;sample string 5&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 10,
  &quot;AggregateId&quot;: &quot;abd42485-c994-4a65-9d28-6100b197929d&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.9005001+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.9005001+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 16&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.9005001+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 19&quot;,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ShiftId&quot;: 22,
  &quot;Shift&quot;: &quot;sample string 23&quot;,
  &quot;DisciplineId&quot;: 24,
  &quot;Discipline&quot;: &quot;sample string 25&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 27&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfGeneralClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;abd42485-c994-4a65-9d28-6100b197929d&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;12&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.9005001+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.9005001+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
  &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.9005001+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 23&lt;/Shift&gt;
  &lt;ShiftId&gt;22&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 16&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 1&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 3&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 5&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
&lt;/ChangeOfGeneralClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfGeneralClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;abd42485-c994-4a65-9d28-6100b197929d&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;12&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.9005001+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.9005001+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
  &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.9005001+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 23&lt;/Shift&gt;
  &lt;ShiftId&gt;22&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 16&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 1&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 3&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 5&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
&lt;/ChangeOfGeneralClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfGoalClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfGoalClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;08540db6-2aec-40f3-91c6-30aeb5b06aaa&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.556762+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.556762+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.556762+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;08540db6-2aec-40f3-91c6-30aeb5b06aaa&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.556762+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.556762+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.556762+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;08540db6-2aec-40f3-91c6-30aeb5b06aaa&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.556762+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.556762+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.556762+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/ChangeOfGoalClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;08540db6-2aec-40f3-91c6-30aeb5b06aaa&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.556762+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.556762+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.556762+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/ChangeOfGoalClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfIncidentalMeasureClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfIncidentalMeasureClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;cc0d1732-f9da-4fce-9b42-62b545f1fac3&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;e3ae3926-a5bd-4527-a833-597f797429b9&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;cc0d1732-f9da-4fce-9b42-62b545f1fac3&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;e3ae3926-a5bd-4527-a833-597f797429b9&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfIncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;e3ae3926-a5bd-4527-a833-597f797429b9&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.791129+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.791129+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.791129+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;cc0d1732-f9da-4fce-9b42-62b545f1fac3&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/ChangeOfIncidentalMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfIncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;e3ae3926-a5bd-4527-a833-597f797429b9&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.791129+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.791129+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.791129+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;cc0d1732-f9da-4fce-9b42-62b545f1fac3&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/ChangeOfIncidentalMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfIncidentalMeasures">
                <doc title="PlanCare2Api/ClientReports/ChangeOfIncidentalMeasures" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;b9517716-17ce-406a-b526-716f5123f9d8&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;74f21156-a9ca-467d-8339-e5733f7875fd&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;b9517716-17ce-406a-b526-716f5123f9d8&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;74f21156-a9ca-467d-8339-e5733f7875fd&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.775499+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfIncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;74f21156-a9ca-467d-8339-e5733f7875fd&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.775499+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.775499+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.775499+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.775499+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.775499+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;b9517716-17ce-406a-b526-716f5123f9d8&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/ChangeOfIncidentalMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfIncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;74f21156-a9ca-467d-8339-e5733f7875fd&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.775499+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.775499+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.775499+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.775499+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.775499+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;b9517716-17ce-406a-b526-716f5123f9d8&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/ChangeOfIncidentalMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfInterventionClientReport">
                <doc title="PlanCare2Api/ClientReports/ChangeOfInterventionClientReport" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;InterventionId&quot;: &quot;4ddda5f2-585f-420e-b1af-5f0a4441c6b6&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;20ef22a9-5a82-440c-9281-7cbca583f86b&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;InterventionId&quot;: &quot;4ddda5f2-585f-420e-b1af-5f0a4441c6b6&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;20ef22a9-5a82-440c-9281-7cbca583f86b&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfInterventionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;20ef22a9-5a82-440c-9281-7cbca583f86b&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8223732+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;InterventionId&gt;4ddda5f2-585f-420e-b1af-5f0a4441c6b6&lt;/InterventionId&gt;
&lt;/ChangeOfInterventionClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfInterventionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;20ef22a9-5a82-440c-9281-7cbca583f86b&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8223732+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;InterventionId&gt;4ddda5f2-585f-420e-b1af-5f0a4441c6b6&lt;/InterventionId&gt;
&lt;/ChangeOfInterventionClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfLegacyActionClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfLegacyActionClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;04d7e16a-817f-4ef8-ab2d-996cd64b69fd&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4786341+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4786341+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4786341+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;04d7e16a-817f-4ef8-ab2d-996cd64b69fd&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4786341+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4786341+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4786341+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfLegacyActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;04d7e16a-817f-4ef8-ab2d-996cd64b69fd&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4786341+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4786341+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4786341+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ChangeOfLegacyActionClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfLegacyActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;04d7e16a-817f-4ef8-ab2d-996cd64b69fd&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4786341+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4786341+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4786341+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/ChangeOfLegacyActionClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfLegacyAgreementClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfLegacyAgreementClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;9d31c746-eabd-4b89-9c82-889236180c8a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;9d31c746-eabd-4b89-9c82-889236180c8a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfLegacyAgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;9d31c746-eabd-4b89-9c82-889236180c8a&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5098874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/ChangeOfLegacyAgreementClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfLegacyAgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;9d31c746-eabd-4b89-9c82-889236180c8a&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5098874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/ChangeOfLegacyAgreementClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfLegacyGoalClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfLegacyGoalClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;806110d3-178d-4b17-8709-c45616578564&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:21.4750314+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:21.4750314+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:21.4750314+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;806110d3-178d-4b17-8709-c45616578564&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:21.4750314+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:21.4750314+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:21.4750314+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfLegacyGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;806110d3-178d-4b17-8709-c45616578564&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:21.4750314+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:21.4750314+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:21.4750314+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/ChangeOfLegacyGoalClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfLegacyGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;806110d3-178d-4b17-8709-c45616578564&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:21.4750314+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:21.4750314+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:21.4750314+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/ChangeOfLegacyGoalClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfLegacySubGoalClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfLegacySubGoalClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;92db2141-7acd-4e31-b27c-e8cfea6cf756&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;92db2141-7acd-4e31-b27c-e8cfea6cf756&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfLegacySubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;92db2141-7acd-4e31-b27c-e8cfea6cf756&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/ChangeOfLegacySubGoalClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfLegacySubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;92db2141-7acd-4e31-b27c-e8cfea6cf756&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/ChangeOfLegacySubGoalClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfStructuralMeasureClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfStructuralMeasureClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;38166db0-6ff0-439e-892b-abe54c5504b5&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;5513adc3-5c21-41de-8528-3da4938d6961&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:22.5756173+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:22.5756173+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:06:22.5756173+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;38166db0-6ff0-439e-892b-abe54c5504b5&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;5513adc3-5c21-41de-8528-3da4938d6961&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:22.5756173+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:22.5756173+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:06:22.5756173+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfStructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;5513adc3-5c21-41de-8528-3da4938d6961&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:22.5756173+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:06:22.5756173+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:22.5756173+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;38166db0-6ff0-439e-892b-abe54c5504b5&lt;/MeasureId&gt;
&lt;/ChangeOfStructuralMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfStructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;5513adc3-5c21-41de-8528-3da4938d6961&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:22.5756173+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:06:22.5756173+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:22.5756173+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;38166db0-6ff0-439e-892b-abe54c5504b5&lt;/MeasureId&gt;
&lt;/ChangeOfStructuralMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfStructuralMeasures">
                <doc title="PlanCare2Api/ClientReports/ChangeOfStructuralMeasures" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;6b90c0aa-105c-40bc-8556-bfd10726ca4b&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;be20b9eb-0579-4967-a8c5-eaf7c3d1ea00&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;6b90c0aa-105c-40bc-8556-bfd10726ca4b&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;be20b9eb-0579-4967-a8c5-eaf7c3d1ea00&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfStructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;be20b9eb-0579-4967-a8c5-eaf7c3d1ea00&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.791129+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;6b90c0aa-105c-40bc-8556-bfd10726ca4b&lt;/MeasureId&gt;
&lt;/ChangeOfStructuralMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfStructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;be20b9eb-0579-4967-a8c5-eaf7c3d1ea00&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.791129+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;6b90c0aa-105c-40bc-8556-bfd10726ca4b&lt;/MeasureId&gt;
&lt;/ChangeOfStructuralMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfSubGoalClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfSubGoalClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;6d350576-81e5-4705-a3c5-fcd411c0fa47&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:56.5781385+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:56.5781385+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:06:56.5781385+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;6d350576-81e5-4705-a3c5-fcd411c0fa47&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:56.5781385+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:56.5781385+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:06:56.5781385+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfSubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;6d350576-81e5-4705-a3c5-fcd411c0fa47&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:56.5781385+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:06:56.5781385+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:56.5781385+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/ChangeOfSubGoalClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfSubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;6d350576-81e5-4705-a3c5-fcd411c0fa47&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:56.5781385+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:06:56.5781385+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:56.5781385+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/ChangeOfSubGoalClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfUnplannedMeasureClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfUnplannedMeasureClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;93d909aa-ae1c-4e59-8bdb-154d43c1ca36&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;661e9885-8128-4dd2-8ac6-527ddce9ff10&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;c317a237-5325-452d-b9ce-1f9be3d33f7f&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;93d909aa-ae1c-4e59-8bdb-154d43c1ca36&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;661e9885-8128-4dd2-8ac6-527ddce9ff10&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;c317a237-5325-452d-b9ce-1f9be3d33f7f&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:01.910521+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfUnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;c317a237-5325-452d-b9ce-1f9be3d33f7f&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:01.910521+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:01.910521+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:01.910521+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:07:01.910521+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:07:01.910521+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;661e9885-8128-4dd2-8ac6-527ddce9ff10&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;93d909aa-ae1c-4e59-8bdb-154d43c1ca36&lt;/UnplannedMeasureId&gt;
&lt;/ChangeOfUnplannedMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfUnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;c317a237-5325-452d-b9ce-1f9be3d33f7f&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:01.910521+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:01.910521+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:01.910521+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:07:01.910521+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:07:01.910521+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;661e9885-8128-4dd2-8ac6-527ddce9ff10&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;93d909aa-ae1c-4e59-8bdb-154d43c1ca36&lt;/UnplannedMeasureId&gt;
&lt;/ChangeOfUnplannedMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfUnplannedMeasures">
                <doc title="PlanCare2Api/ClientReports/ChangeOfUnplannedMeasures" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;4c43fa77-dedc-4682-9341-7295ed744bf4&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;786b8f0e-7ccd-4cd8-b9cf-7da19495554d&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;e97ee7cc-a686-4960-8a1f-0eec488ee132&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;4c43fa77-dedc-4682-9341-7295ed744bf4&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;786b8f0e-7ccd-4cd8-b9cf-7da19495554d&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;e97ee7cc-a686-4960-8a1f-0eec488ee132&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfUnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;e97ee7cc-a686-4960-8a1f-0eec488ee132&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;786b8f0e-7ccd-4cd8-b9cf-7da19495554d&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;4c43fa77-dedc-4682-9341-7295ed744bf4&lt;/UnplannedMeasureId&gt;
&lt;/ChangeOfUnplannedMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfUnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;e97ee7cc-a686-4960-8a1f-0eec488ee132&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;786b8f0e-7ccd-4cd8-b9cf-7da19495554d&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;4c43fa77-dedc-4682-9341-7295ed744bf4&lt;/UnplannedMeasureId&gt;
&lt;/ChangeOfUnplannedMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfVisionModelItemClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfVisionModelItemClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;VisionModelItemId&quot;: 1,
  &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;Subjective&quot;: &quot;sample string 4&quot;,
  &quot;Objective&quot;: &quot;sample string 5&quot;,
  &quot;Evaluation&quot;: &quot;sample string 6&quot;,
  &quot;Plan&quot;: &quot;sample string 7&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 12,
  &quot;AggregateId&quot;: &quot;035a553f-5251-4129-86d6-6a8c9b25cd02&quot;,
  &quot;ClientId&quot;: 14,
  &quot;ClientName&quot;: &quot;sample string 15&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 18&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 21&quot;,
  &quot;EmployeeId&quot;: 22,
  &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
  &quot;ShiftId&quot;: 24,
  &quot;Shift&quot;: &quot;sample string 25&quot;,
  &quot;DisciplineId&quot;: 26,
  &quot;Discipline&quot;: &quot;sample string 27&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 29&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;VisionModelItemId&quot;: 1,
  &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;Subjective&quot;: &quot;sample string 4&quot;,
  &quot;Objective&quot;: &quot;sample string 5&quot;,
  &quot;Evaluation&quot;: &quot;sample string 6&quot;,
  &quot;Plan&quot;: &quot;sample string 7&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 12,
  &quot;AggregateId&quot;: &quot;035a553f-5251-4129-86d6-6a8c9b25cd02&quot;,
  &quot;ClientId&quot;: 14,
  &quot;ClientName&quot;: &quot;sample string 15&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 18&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 21&quot;,
  &quot;EmployeeId&quot;: 22,
  &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
  &quot;ShiftId&quot;: 24,
  &quot;Shift&quot;: &quot;sample string 25&quot;,
  &quot;DisciplineId&quot;: 26,
  &quot;Discipline&quot;: &quot;sample string 27&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 29&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfVisionModelItemClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;035a553f-5251-4129-86d6-6a8c9b25cd02&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;14&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8536237+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8536237+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
  &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8536237+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 25&lt;/Shift&gt;
  &lt;ShiftId&gt;24&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 18&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 5&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 7&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
  &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
&lt;/ChangeOfVisionModelItemClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfVisionModelItemClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;035a553f-5251-4129-86d6-6a8c9b25cd02&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;14&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8536237+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8536237+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
  &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8536237+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 25&lt;/Shift&gt;
  &lt;ShiftId&gt;24&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 18&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 5&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 7&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
  &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
&lt;/ChangeOfVisionModelItemClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ChangeOfWorkplanClientReports">
                <doc title="PlanCare2Api/ClientReports/ChangeOfWorkplanClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;bf460b9b-9d1c-4d10-a338-73107356a135&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;bf460b9b-9d1c-4d10-a338-73107356a135&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfSubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;bf460b9b-9d1c-4d10-a338-73107356a135&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/ChangeOfSubGoalClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfSubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;bf460b9b-9d1c-4d10-a338-73107356a135&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/ChangeOfSubGoalClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/ClientAgreement?clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ClientReports/ClientAgreement?clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;LegacyClientplanAgreements&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;LegacyClientplanName&quot;: &quot;sample string 3&quot;,
      &quot;Description&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ClientplanAgreements&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 1&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Agreements&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;LegacyClientplanAgreements&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;LegacyClientplanName&quot;: &quot;sample string 3&quot;,
      &quot;Description&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ClientplanAgreements&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 1&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Agreements&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientReportAgreementCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;Agreements&gt;
    &lt;ClientReportAgreement&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/ClientReportAgreement&gt;
    &lt;ClientReportAgreement&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/ClientReportAgreement&gt;
  &lt;/Agreements&gt;
  &lt;ClientplanAgreements&gt;
    &lt;ClientReportClientplanAgreement&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;/ClientReportClientplanAgreement&gt;
    &lt;ClientReportClientplanAgreement&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;/ClientReportClientplanAgreement&gt;
  &lt;/ClientplanAgreements&gt;
  &lt;LegacyClientplanAgreements&gt;
    &lt;ClientReportLegacyClientplanAgreement&gt;
      &lt;Description&gt;sample string 4&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;LegacyClientplanName&gt;sample string 3&lt;/LegacyClientplanName&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/ClientReportLegacyClientplanAgreement&gt;
    &lt;ClientReportLegacyClientplanAgreement&gt;
      &lt;Description&gt;sample string 4&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;LegacyClientplanName&gt;sample string 3&lt;/LegacyClientplanName&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/ClientReportLegacyClientplanAgreement&gt;
  &lt;/LegacyClientplanAgreements&gt;
&lt;/ClientReportAgreementCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientReportAgreementCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;Agreements&gt;
    &lt;ClientReportAgreement&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/ClientReportAgreement&gt;
    &lt;ClientReportAgreement&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/ClientReportAgreement&gt;
  &lt;/Agreements&gt;
  &lt;ClientplanAgreements&gt;
    &lt;ClientReportClientplanAgreement&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;/ClientReportClientplanAgreement&gt;
    &lt;ClientReportClientplanAgreement&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;/ClientReportClientplanAgreement&gt;
  &lt;/ClientplanAgreements&gt;
  &lt;LegacyClientplanAgreements&gt;
    &lt;ClientReportLegacyClientplanAgreement&gt;
      &lt;Description&gt;sample string 4&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;LegacyClientplanName&gt;sample string 3&lt;/LegacyClientplanName&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/ClientReportLegacyClientplanAgreement&gt;
    &lt;ClientReportLegacyClientplanAgreement&gt;
      &lt;Description&gt;sample string 4&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;LegacyClientplanName&gt;sample string 3&lt;/LegacyClientplanName&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/ClientReportLegacyClientplanAgreement&gt;
  &lt;/LegacyClientplanAgreements&gt;
&lt;/ClientReportAgreementCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/Disciplinesettings?disciplineId={disciplineId}">
                <doc title="PlanCare2Api/ClientReports/Disciplinesettings?disciplineId={disciplineId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="disciplineId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;SubjectiveVisibleForOthers&quot;: true,
  &quot;ObjectiveVisibleForOthers&quot;: true,
  &quot;EvaluationVisibleForOthers&quot;: true,
  &quot;PlanVisibleForOthers&quot;: true,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableFor&quot;: 0,
  &quot;DisplayShifts&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;SubjectiveVisibleForOthers&quot;: true,
  &quot;ObjectiveVisibleForOthers&quot;: true,
  &quot;EvaluationVisibleForOthers&quot;: true,
  &quot;PlanVisibleForOthers&quot;: true,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableFor&quot;: 0,
  &quot;DisplayShifts&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientReportDisciplineSettings xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;DisplayShifts&gt;true&lt;/DisplayShifts&gt;
  &lt;EvaluationVisibleForOthers&gt;true&lt;/EvaluationVisibleForOthers&gt;
  &lt;ObjectiveVisibleForOthers&gt;true&lt;/ObjectiveVisibleForOthers&gt;
  &lt;PlanVisibleForOthers&gt;true&lt;/PlanVisibleForOthers&gt;
  &lt;SubjectiveVisibleForOthers&gt;true&lt;/SubjectiveVisibleForOthers&gt;
&lt;/ClientReportDisciplineSettings&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientReportDisciplineSettings xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;DisplayShifts&gt;true&lt;/DisplayShifts&gt;
  &lt;EvaluationVisibleForOthers&gt;true&lt;/EvaluationVisibleForOthers&gt;
  &lt;ObjectiveVisibleForOthers&gt;true&lt;/ObjectiveVisibleForOthers&gt;
  &lt;PlanVisibleForOthers&gt;true&lt;/PlanVisibleForOthers&gt;
  &lt;SubjectiveVisibleForOthers&gt;true&lt;/SubjectiveVisibleForOthers&gt;
&lt;/ClientReportDisciplineSettings&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/EpisodeClientReports">
                <doc title="PlanCare2Api/ClientReports/EpisodeClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;EpisodeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;686c16d9-af15-42c2-b766-f28e17b06214&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;EpisodeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;686c16d9-af15-42c2-b766-f28e17b06214&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8848748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;EpisodeClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;686c16d9-af15-42c2-b766-f28e17b06214&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8848748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8848748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8848748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
&lt;/EpisodeClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;EpisodeClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;686c16d9-af15-42c2-b766-f28e17b06214&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8848748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8848748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8848748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
&lt;/EpisodeClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/EpisodeClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/EpisodeClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;EpisodeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;219fb946-1d84-43ba-ac74-3a69e8246ae3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:16.2717672+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:16.2717672+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:16.2717672+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;EpisodeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;219fb946-1d84-43ba-ac74-3a69e8246ae3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:16.2717672+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:16.2717672+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:16.2717672+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;EpisodeClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;219fb946-1d84-43ba-ac74-3a69e8246ae3&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:16.2717672+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:16.2717672+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:16.2717672+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
&lt;/EpisodeClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;EpisodeClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;219fb946-1d84-43ba-ac74-3a69e8246ae3&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:16.2717672+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:16.2717672+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:16.2717672+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
&lt;/EpisodeClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/Episodes?clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ClientReports/Episodes?clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SubGoals&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Actions&quot;: [
          {
            &quot;$ref&quot;: &quot;2&quot;
          },
          {
            &quot;$ref&quot;: &quot;2&quot;
          }
        ],
        &quot;WorkplanDisciplineId&quot;: 1,
        &quot;WorkplanDisciplineName&quot;: &quot;sample string 3&quot;,
        &quot;WorkplanDisciplineGroupId&quot;: 1,
        &quot;WorkplanDisciplineGroupName&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SubGoals&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Actions&quot;: [
          {
            &quot;$ref&quot;: &quot;2&quot;
          },
          {
            &quot;$ref&quot;: &quot;2&quot;
          }
        ],
        &quot;WorkplanDisciplineId&quot;: 1,
        &quot;WorkplanDisciplineName&quot;: &quot;sample string 3&quot;,
        &quot;WorkplanDisciplineGroupId&quot;: 1,
        &quot;WorkplanDisciplineGroupName&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientReportEpisode xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportEpisode&gt;
    &lt;Actions&gt;
      &lt;ClientReportAction&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/ClientReportAction&gt;
      &lt;ClientReportAction&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/ClientReportAction&gt;
    &lt;/Actions&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SubGoals&gt;
      &lt;ClientReportSubGoal&gt;
        &lt;Actions&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
        &lt;/Actions&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
        &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
        &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
        &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
      &lt;/ClientReportSubGoal&gt;
      &lt;ClientReportSubGoal&gt;
        &lt;Actions&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
        &lt;/Actions&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
        &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
        &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
        &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
      &lt;/ClientReportSubGoal&gt;
    &lt;/SubGoals&gt;
  &lt;/ClientReportEpisode&gt;
  &lt;ClientReportEpisode&gt;
    &lt;Actions&gt;
      &lt;ClientReportAction&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/ClientReportAction&gt;
      &lt;ClientReportAction&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/ClientReportAction&gt;
    &lt;/Actions&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SubGoals&gt;
      &lt;ClientReportSubGoal&gt;
        &lt;Actions&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
        &lt;/Actions&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
        &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
        &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
        &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
      &lt;/ClientReportSubGoal&gt;
      &lt;ClientReportSubGoal&gt;
        &lt;Actions&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
        &lt;/Actions&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
        &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
        &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
        &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
      &lt;/ClientReportSubGoal&gt;
    &lt;/SubGoals&gt;
  &lt;/ClientReportEpisode&gt;
&lt;/ArrayOfClientReportEpisode&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientReportEpisode xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportEpisode&gt;
    &lt;Actions&gt;
      &lt;ClientReportAction&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/ClientReportAction&gt;
      &lt;ClientReportAction&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/ClientReportAction&gt;
    &lt;/Actions&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SubGoals&gt;
      &lt;ClientReportSubGoal&gt;
        &lt;Actions&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
        &lt;/Actions&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
        &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
        &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
        &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
      &lt;/ClientReportSubGoal&gt;
      &lt;ClientReportSubGoal&gt;
        &lt;Actions&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
        &lt;/Actions&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
        &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
        &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
        &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
      &lt;/ClientReportSubGoal&gt;
    &lt;/SubGoals&gt;
  &lt;/ClientReportEpisode&gt;
  &lt;ClientReportEpisode&gt;
    &lt;Actions&gt;
      &lt;ClientReportAction&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/ClientReportAction&gt;
      &lt;ClientReportAction&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/ClientReportAction&gt;
    &lt;/Actions&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SubGoals&gt;
      &lt;ClientReportSubGoal&gt;
        &lt;Actions&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
        &lt;/Actions&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
        &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
        &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
        &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
      &lt;/ClientReportSubGoal&gt;
      &lt;ClientReportSubGoal&gt;
        &lt;Actions&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
          &lt;ClientReportAction&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/ClientReportAction&gt;
        &lt;/Actions&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
        &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
        &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
        &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
      &lt;/ClientReportSubGoal&gt;
    &lt;/SubGoals&gt;
  &lt;/ClientReportEpisode&gt;
&lt;/ArrayOfClientReportEpisode&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/GeneralClientReports">
                <doc title="PlanCare2Api/ClientReports/GeneralClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Description&quot;: &quot;sample string 1&quot;,
  &quot;Subjective&quot;: &quot;sample string 2&quot;,
  &quot;Objective&quot;: &quot;sample string 3&quot;,
  &quot;Evaluation&quot;: &quot;sample string 4&quot;,
  &quot;Plan&quot;: &quot;sample string 5&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 10,
  &quot;AggregateId&quot;: &quot;97888541-c291-4360-aa44-ef7ef9c2a3c9&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:52.9263421+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:52.9263421+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 16&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:06:52.9263421+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 19&quot;,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ShiftId&quot;: 22,
  &quot;Shift&quot;: &quot;sample string 23&quot;,
  &quot;DisciplineId&quot;: 24,
  &quot;Discipline&quot;: &quot;sample string 25&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 27&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Description&quot;: &quot;sample string 1&quot;,
  &quot;Subjective&quot;: &quot;sample string 2&quot;,
  &quot;Objective&quot;: &quot;sample string 3&quot;,
  &quot;Evaluation&quot;: &quot;sample string 4&quot;,
  &quot;Plan&quot;: &quot;sample string 5&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 10,
  &quot;AggregateId&quot;: &quot;97888541-c291-4360-aa44-ef7ef9c2a3c9&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:52.9263421+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:52.9263421+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 16&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:06:52.9263421+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 19&quot;,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ShiftId&quot;: 22,
  &quot;Shift&quot;: &quot;sample string 23&quot;,
  &quot;DisciplineId&quot;: 24,
  &quot;Discipline&quot;: &quot;sample string 25&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 27&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;GeneralClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;97888541-c291-4360-aa44-ef7ef9c2a3c9&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;12&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:52.9263421+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:06:52.9263421+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
  &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:52.9263421+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 23&lt;/Shift&gt;
  &lt;ShiftId&gt;22&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 16&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 1&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 3&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 5&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
&lt;/GeneralClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;GeneralClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;97888541-c291-4360-aa44-ef7ef9c2a3c9&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;12&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:52.9263421+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:06:52.9263421+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
  &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:52.9263421+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 23&lt;/Shift&gt;
  &lt;ShiftId&gt;22&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 16&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 1&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 3&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 5&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
&lt;/GeneralClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/GeneralClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/GeneralClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Description&quot;: &quot;sample string 1&quot;,
  &quot;Subjective&quot;: &quot;sample string 2&quot;,
  &quot;Objective&quot;: &quot;sample string 3&quot;,
  &quot;Evaluation&quot;: &quot;sample string 4&quot;,
  &quot;Plan&quot;: &quot;sample string 5&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 10,
  &quot;AggregateId&quot;: &quot;933246f4-3665-455e-9a84-43d9480a69f8&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 16&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 19&quot;,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ShiftId&quot;: 22,
  &quot;Shift&quot;: &quot;sample string 23&quot;,
  &quot;DisciplineId&quot;: 24,
  &quot;Discipline&quot;: &quot;sample string 25&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 27&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Description&quot;: &quot;sample string 1&quot;,
  &quot;Subjective&quot;: &quot;sample string 2&quot;,
  &quot;Objective&quot;: &quot;sample string 3&quot;,
  &quot;Evaluation&quot;: &quot;sample string 4&quot;,
  &quot;Plan&quot;: &quot;sample string 5&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 10,
  &quot;AggregateId&quot;: &quot;933246f4-3665-455e-9a84-43d9480a69f8&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 16&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.9161234+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 19&quot;,
  &quot;EmployeeId&quot;: 20,
  &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
  &quot;ShiftId&quot;: 22,
  &quot;Shift&quot;: &quot;sample string 23&quot;,
  &quot;DisciplineId&quot;: 24,
  &quot;Discipline&quot;: &quot;sample string 25&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 27&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;GeneralClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;933246f4-3665-455e-9a84-43d9480a69f8&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;12&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.9161234+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.9161234+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
  &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.9161234+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 23&lt;/Shift&gt;
  &lt;ShiftId&gt;22&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 16&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 1&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 3&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 5&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
&lt;/GeneralClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;GeneralClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;933246f4-3665-455e-9a84-43d9480a69f8&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;12&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.9161234+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.9161234+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
  &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.9161234+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 23&lt;/Shift&gt;
  &lt;ShiftId&gt;22&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 16&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 1&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 3&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 5&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
&lt;/GeneralClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/Goal?goalId={goalId}">
                <doc title="PlanCare2Api/ClientReports/Goal?goalId={goalId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="goalId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Goals&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Actions&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;SubGoals&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Actions&quot;: [
            {
              &quot;$ref&quot;: &quot;3&quot;
            },
            {
              &quot;$ref&quot;: &quot;3&quot;
            }
          ],
          &quot;WorkplanDisciplineId&quot;: 1,
          &quot;WorkplanDisciplineName&quot;: &quot;sample string 3&quot;,
          &quot;WorkplanDisciplineGroupId&quot;: 1,
          &quot;WorkplanDisciplineGroupName&quot;: &quot;sample string 4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;GoalsLegacy&quot;: [
    {
      &quot;$ref&quot;: &quot;2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Goals&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Actions&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;SubGoals&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Actions&quot;: [
            {
              &quot;$ref&quot;: &quot;3&quot;
            },
            {
              &quot;$ref&quot;: &quot;3&quot;
            }
          ],
          &quot;WorkplanDisciplineId&quot;: 1,
          &quot;WorkplanDisciplineName&quot;: &quot;sample string 3&quot;,
          &quot;WorkplanDisciplineGroupId&quot;: 1,
          &quot;WorkplanDisciplineGroupName&quot;: &quot;sample string 4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;GoalsLegacy&quot;: [
    {
      &quot;$ref&quot;: &quot;2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientReportGoalCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;Goals&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
  &lt;/Goals&gt;
  &lt;GoalsLegacy&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
  &lt;/GoalsLegacy&gt;
&lt;/ClientReportGoalCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientReportGoalCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;Goals&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
  &lt;/Goals&gt;
  &lt;GoalsLegacy&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
  &lt;/GoalsLegacy&gt;
&lt;/ClientReportGoalCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/GoalClientReports">
                <doc title="PlanCare2Api/ClientReports/GoalClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;0f4ca6c4-9ee0-4714-9a0c-a9d332fc27e1&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:57.354095+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:57.354095+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:57.354095+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;0f4ca6c4-9ee0-4714-9a0c-a9d332fc27e1&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:57.354095+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:57.354095+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:57.354095+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;GoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;0f4ca6c4-9ee0-4714-9a0c-a9d332fc27e1&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:57.354095+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:57.354095+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:57.354095+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/GoalClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;GoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;0f4ca6c4-9ee0-4714-9a0c-a9d332fc27e1&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:57.354095+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:57.354095+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:57.354095+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/GoalClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/GoalClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/GoalClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;0ebdd087-5fa1-4877-b34f-5f4e0eda667a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:08:37.6084558+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:08:37.6084558+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:08:37.6084558+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;0ebdd087-5fa1-4877-b34f-5f4e0eda667a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:08:37.6084558+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:08:37.6084558+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:08:37.6084558+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;GoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;0ebdd087-5fa1-4877-b34f-5f4e0eda667a&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:08:37.6084558+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:08:37.6084558+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:08:37.6084558+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/GoalClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;GoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;0ebdd087-5fa1-4877-b34f-5f4e0eda667a&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:08:37.6084558+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:08:37.6084558+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:08:37.6084558+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/GoalClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/Goals?clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ClientReports/Goals?clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Goals&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Actions&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;SubGoals&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Actions&quot;: [
            {
              &quot;$ref&quot;: &quot;3&quot;
            },
            {
              &quot;$ref&quot;: &quot;3&quot;
            }
          ],
          &quot;WorkplanDisciplineId&quot;: 1,
          &quot;WorkplanDisciplineName&quot;: &quot;sample string 3&quot;,
          &quot;WorkplanDisciplineGroupId&quot;: 1,
          &quot;WorkplanDisciplineGroupName&quot;: &quot;sample string 4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;GoalsLegacy&quot;: [
    {
      &quot;$ref&quot;: &quot;2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Goals&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Actions&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;SubGoals&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Actions&quot;: [
            {
              &quot;$ref&quot;: &quot;3&quot;
            },
            {
              &quot;$ref&quot;: &quot;3&quot;
            }
          ],
          &quot;WorkplanDisciplineId&quot;: 1,
          &quot;WorkplanDisciplineName&quot;: &quot;sample string 3&quot;,
          &quot;WorkplanDisciplineGroupId&quot;: 1,
          &quot;WorkplanDisciplineGroupName&quot;: &quot;sample string 4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;GoalsLegacy&quot;: [
    {
      &quot;$ref&quot;: &quot;2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientReportGoalCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;Goals&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
  &lt;/Goals&gt;
  &lt;GoalsLegacy&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
  &lt;/GoalsLegacy&gt;
&lt;/ClientReportGoalCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientReportGoalCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;Goals&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
  &lt;/Goals&gt;
  &lt;GoalsLegacy&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
    &lt;ClientReportGoal&gt;
      &lt;Actions&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
        &lt;ClientReportAction&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/ClientReportAction&gt;
      &lt;/Actions&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;SubGoals&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
        &lt;ClientReportSubGoal&gt;
          &lt;Actions&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
            &lt;ClientReportAction&gt;
              &lt;Id&gt;1&lt;/Id&gt;
              &lt;Name&gt;sample string 2&lt;/Name&gt;
            &lt;/ClientReportAction&gt;
          &lt;/Actions&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;WorkplanDisciplineGroupId&gt;1&lt;/WorkplanDisciplineGroupId&gt;
          &lt;WorkplanDisciplineGroupName&gt;sample string 4&lt;/WorkplanDisciplineGroupName&gt;
          &lt;WorkplanDisciplineId&gt;1&lt;/WorkplanDisciplineId&gt;
          &lt;WorkplanDisciplineName&gt;sample string 3&lt;/WorkplanDisciplineName&gt;
        &lt;/ClientReportSubGoal&gt;
      &lt;/SubGoals&gt;
    &lt;/ClientReportGoal&gt;
  &lt;/GoalsLegacy&gt;
&lt;/ClientReportGoalCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/IncidentalMeasureClientReports">
                <doc title="PlanCare2Api/ClientReports/IncidentalMeasureClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;ee3ea9aa-2413-458b-9904-a06ae770a8ab&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;2c1300d6-ce8f-4d6f-9a6c-cb0fb4f4372f&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;ee3ea9aa-2413-458b-9904-a06ae770a8ab&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;2c1300d6-ce8f-4d6f-9a6c-cb0fb4f4372f&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;IncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;2c1300d6-ce8f-4d6f-9a6c-cb0fb4f4372f&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.759874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.759874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.759874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.759874+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.759874+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;ee3ea9aa-2413-458b-9904-a06ae770a8ab&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/IncidentalMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;IncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;2c1300d6-ce8f-4d6f-9a6c-cb0fb4f4372f&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.759874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.759874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.759874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.759874+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.759874+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;ee3ea9aa-2413-458b-9904-a06ae770a8ab&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/IncidentalMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/IncidentalMeasureClientReports/{reportId}">
                <doc title="PlanCare2Api/ClientReports/IncidentalMeasureClientReports/{reportId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MeasureId&quot;: &quot;cd3f2429-f4ed-4492-8264-0cf5a162d660&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;b25a103d-fd4a-4cd4-b1ce-90721be00310&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MeasureId&quot;: &quot;cd3f2429-f4ed-4492-8264-0cf5a162d660&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;b25a103d-fd4a-4cd4-b1ce-90721be00310&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;IncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;b25a103d-fd4a-4cd4-b1ce-90721be00310&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;cd3f2429-f4ed-4492-8264-0cf5a162d660&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/IncidentalMeasureClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;IncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;b25a103d-fd4a-4cd4-b1ce-90721be00310&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;cd3f2429-f4ed-4492-8264-0cf5a162d660&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/IncidentalMeasureClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/IncidentalMeasures">
                <doc title="PlanCare2Api/ClientReports/IncidentalMeasures" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;3d3b4b27-509e-4468-8c49-2e739333fe42&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;01479d00-ed83-43e6-aaaa-b4bb84e8f91a&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;3d3b4b27-509e-4468-8c49-2e739333fe42&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;Precedence&quot;: &quot;sample string 4&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
  &quot;Situation&quot;: &quot;sample string 6&quot;,
  &quot;Completion&quot;: &quot;sample string 7&quot;,
  &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
  &quot;ApplierId&quot;: 12,
  &quot;Applier&quot;: &quot;sample string 13&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
  &quot;Id&quot;: 15,
  &quot;AggregateId&quot;: &quot;01479d00-ed83-43e6-aaaa-b4bb84e8f91a&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 21&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.759874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 24&quot;,
  &quot;EmployeeId&quot;: 25,
  &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
  &quot;ShiftId&quot;: 27,
  &quot;Shift&quot;: &quot;sample string 28&quot;,
  &quot;DisciplineId&quot;: 29,
  &quot;Discipline&quot;: &quot;sample string 30&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 32&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;IncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;01479d00-ed83-43e6-aaaa-b4bb84e8f91a&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.759874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.759874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.759874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.759874+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.759874+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;3d3b4b27-509e-4468-8c49-2e739333fe42&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/IncidentalMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;IncidentalMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;01479d00-ed83-43e6-aaaa-b4bb84e8f91a&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;17&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.759874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.759874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
  &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.759874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 28&lt;/Shift&gt;
  &lt;ShiftId&gt;27&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 21&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.759874+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.759874+02:00&lt;/AppliedUntil&gt;
  &lt;Applier&gt;sample string 13&lt;/Applier&gt;
  &lt;ApplierId&gt;12&lt;/ApplierId&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
  &lt;Completion&gt;sample string 7&lt;/Completion&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
  &lt;MeasureId&gt;3d3b4b27-509e-4468-8c49-2e739333fe42&lt;/MeasureId&gt;
  &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
  &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
  &lt;Situation&gt;sample string 6&lt;/Situation&gt;
&lt;/IncidentalMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/InterventionClientReport">
                <doc title="PlanCare2Api/ClientReports/InterventionClientReport" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;InterventionId&quot;: &quot;1ca58f26-f1cf-4491-938e-b471880a5607&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;a775a88a-fc6f-449a-88c2-90bb90093ff3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;InterventionId&quot;: &quot;1ca58f26-f1cf-4491-938e-b471880a5607&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;a775a88a-fc6f-449a-88c2-90bb90093ff3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8223732+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;InterventionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;a775a88a-fc6f-449a-88c2-90bb90093ff3&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8223732+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;InterventionId&gt;1ca58f26-f1cf-4491-938e-b471880a5607&lt;/InterventionId&gt;
&lt;/InterventionClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;InterventionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;a775a88a-fc6f-449a-88c2-90bb90093ff3&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8223732+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8223732+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;InterventionId&gt;1ca58f26-f1cf-4491-938e-b471880a5607&lt;/InterventionId&gt;
&lt;/InterventionClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/InterventionClientReport/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/InterventionClientReport/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;InterventionId&quot;: &quot;80d2a7bb-55fc-4558-a8c4-a702a827019f&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;021ad6af-c289-4f05-91e2-1586bb4e3003&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;InterventionId&quot;: &quot;80d2a7bb-55fc-4558-a8c4-a702a827019f&quot;,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;021ad6af-c289-4f05-91e2-1586bb4e3003&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;InterventionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;021ad6af-c289-4f05-91e2-1586bb4e3003&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;InterventionId&gt;80d2a7bb-55fc-4558-a8c4-a702a827019f&lt;/InterventionId&gt;
&lt;/InterventionClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;InterventionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;021ad6af-c289-4f05-91e2-1586bb4e3003&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;InterventionId&gt;80d2a7bb-55fc-4558-a8c4-a702a827019f&lt;/InterventionId&gt;
&lt;/InterventionClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/Involuntarycares?clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/ClientReports/Involuntarycares?clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;5d00cfa5-e5bf-4660-9d1b-8b5eac801e67&quot;,
    &quot;IsStructural&quot;: true,
    &quot;Name&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;5d00cfa5-e5bf-4660-9d1b-8b5eac801e67&quot;,
    &quot;IsStructural&quot;: true,
    &quot;Name&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientReportInvoluntaryCareMeasure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportInvoluntaryCareMeasure&gt;
    &lt;Id&gt;5d00cfa5-e5bf-4660-9d1b-8b5eac801e67&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
  &lt;/ClientReportInvoluntaryCareMeasure&gt;
  &lt;ClientReportInvoluntaryCareMeasure&gt;
    &lt;Id&gt;5d00cfa5-e5bf-4660-9d1b-8b5eac801e67&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
  &lt;/ClientReportInvoluntaryCareMeasure&gt;
&lt;/ArrayOfClientReportInvoluntaryCareMeasure&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientReportInvoluntaryCareMeasure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportInvoluntaryCareMeasure&gt;
    &lt;Id&gt;5d00cfa5-e5bf-4660-9d1b-8b5eac801e67&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
  &lt;/ClientReportInvoluntaryCareMeasure&gt;
  &lt;ClientReportInvoluntaryCareMeasure&gt;
    &lt;Id&gt;5d00cfa5-e5bf-4660-9d1b-8b5eac801e67&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
  &lt;/ClientReportInvoluntaryCareMeasure&gt;
&lt;/ArrayOfClientReportInvoluntaryCareMeasure&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/LegacyActionClientReports">
                <doc title="PlanCare2Api/ClientReports/LegacyActionClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;eef51607-bb48-4001-af50-e4bb2f94cca0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4630661+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4630661+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4630661+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;eef51607-bb48-4001-af50-e4bb2f94cca0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4630661+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4630661+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4630661+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;LegacyActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;eef51607-bb48-4001-af50-e4bb2f94cca0&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4630661+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4630661+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4630661+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/LegacyActionClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;LegacyActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;eef51607-bb48-4001-af50-e4bb2f94cca0&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4630661+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4630661+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4630661+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/LegacyActionClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/LegacyActionClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/LegacyActionClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;17bc5572-4714-44cc-904e-8f7263db91e4&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;17bc5572-4714-44cc-904e-8f7263db91e4&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;LegacyActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;17bc5572-4714-44cc-904e-8f7263db91e4&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/LegacyActionClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;LegacyActionClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;17bc5572-4714-44cc-904e-8f7263db91e4&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
&lt;/LegacyActionClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/LegacyAgreementClientReports">
                <doc title="PlanCare2Api/ClientReports/LegacyAgreementClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;c24bd237-b267-4c67-90bf-930e1802486e&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;c24bd237-b267-4c67-90bf-930e1802486e&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5098874+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;LegacyAgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;c24bd237-b267-4c67-90bf-930e1802486e&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5098874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/LegacyAgreementClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;LegacyAgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;c24bd237-b267-4c67-90bf-930e1802486e&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5098874+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5098874+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/LegacyAgreementClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/LegacyAgreementClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/LegacyAgreementClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;613af2f5-b946-4ca5-8cba-0032b8adca11&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;AgreementId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;613af2f5-b946-4ca5-8cba-0032b8adca11&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5411365+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;LegacyAgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;613af2f5-b946-4ca5-8cba-0032b8adca11&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5411365+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5411365+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5411365+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/LegacyAgreementClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;LegacyAgreementClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;613af2f5-b946-4ca5-8cba-0032b8adca11&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5411365+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5411365+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5411365+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;AgreementId&gt;1&lt;/AgreementId&gt;
&lt;/LegacyAgreementClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/LegacyGoalClientReports">
                <doc title="PlanCare2Api/ClientReports/LegacyGoalClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;de5c49c0-f957-488d-bc82-4b0481f3d406&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;de5c49c0-f957-488d-bc82-4b0481f3d406&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;LegacyGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;de5c49c0-f957-488d-bc82-4b0481f3d406&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5723871+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/LegacyGoalClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;LegacyGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;de5c49c0-f957-488d-bc82-4b0481f3d406&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5723871+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/LegacyGoalClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/LegacyGoalClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/LegacyGoalClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;db3f1d4c-1e34-4557-953f-285066063faf&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;GoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;db3f1d4c-1e34-4557-953f-285066063faf&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;LegacyGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;db3f1d4c-1e34-4557-953f-285066063faf&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5723871+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/LegacyGoalClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;LegacyGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;db3f1d4c-1e34-4557-953f-285066063faf&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.5723871+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
&lt;/LegacyGoalClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/LegacySubGoalClientReports">
                <doc title="PlanCare2Api/ClientReports/LegacySubGoalClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;56236496-cb0b-46f7-93c2-e757db41d03f&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;56236496-cb0b-46f7-93c2-e757db41d03f&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;LegacySubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;56236496-cb0b-46f7-93c2-e757db41d03f&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/LegacySubGoalClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;LegacySubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;56236496-cb0b-46f7-93c2-e757db41d03f&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/LegacySubGoalClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/LegacySubGoalClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/LegacySubGoalClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;6305e25d-9e88-41fc-a903-f22c605b94e3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:29.4752895+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:29.4752895+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:29.4752895+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;6305e25d-9e88-41fc-a903-f22c605b94e3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:29.4752895+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:29.4752895+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:29.4752895+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;LegacySubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;6305e25d-9e88-41fc-a903-f22c605b94e3&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:29.4752895+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:29.4752895+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:29.4752895+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/LegacySubGoalClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;LegacySubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;6305e25d-9e88-41fc-a903-f22c605b94e3&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:29.4752895+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:29.4752895+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:29.4752895+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/LegacySubGoalClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/Permissions">
                <doc title="PlanCare2Api/ClientReports/Permissions" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;PrintingAllowed&quot;: true,
  &quot;FreeTextReportingAllowed&quot;: true,
  &quot;SOEPReportingAllowed&quot;: true,
  &quot;EpisodeReportingAllowed&quot;: true,
  &quot;SubgoalReportingAllowed&quot;: true,
  &quot;ActionReportingAllowed&quot;: true,
  &quot;DomainReportingAllowed&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;PrintingAllowed&quot;: true,
  &quot;FreeTextReportingAllowed&quot;: true,
  &quot;SOEPReportingAllowed&quot;: true,
  &quot;EpisodeReportingAllowed&quot;: true,
  &quot;SubgoalReportingAllowed&quot;: true,
  &quot;ActionReportingAllowed&quot;: true,
  &quot;DomainReportingAllowed&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientReportPermission xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ActionReportingAllowed&gt;true&lt;/ActionReportingAllowed&gt;
  &lt;DomainReportingAllowed&gt;true&lt;/DomainReportingAllowed&gt;
  &lt;EpisodeReportingAllowed&gt;true&lt;/EpisodeReportingAllowed&gt;
  &lt;FreeTextReportingAllowed&gt;true&lt;/FreeTextReportingAllowed&gt;
  &lt;PrintingAllowed&gt;true&lt;/PrintingAllowed&gt;
  &lt;SOEPReportingAllowed&gt;true&lt;/SOEPReportingAllowed&gt;
  &lt;SubgoalReportingAllowed&gt;true&lt;/SubgoalReportingAllowed&gt;
&lt;/ClientReportPermission&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientReportPermission xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ActionReportingAllowed&gt;true&lt;/ActionReportingAllowed&gt;
  &lt;DomainReportingAllowed&gt;true&lt;/DomainReportingAllowed&gt;
  &lt;EpisodeReportingAllowed&gt;true&lt;/EpisodeReportingAllowed&gt;
  &lt;FreeTextReportingAllowed&gt;true&lt;/FreeTextReportingAllowed&gt;
  &lt;PrintingAllowed&gt;true&lt;/PrintingAllowed&gt;
  &lt;SOEPReportingAllowed&gt;true&lt;/SOEPReportingAllowed&gt;
  &lt;SubgoalReportingAllowed&gt;true&lt;/SubgoalReportingAllowed&gt;
&lt;/ClientReportPermission&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/StructuralMeasureClientReports">
                <doc title="PlanCare2Api/ClientReports/StructuralMeasureClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;f6f7df05-c814-46f9-b5bf-3c14f30cb2d2&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;561f7de0-5b0e-4a09-be08-98465a53ee7d&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:14.7974229+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:14.7974229+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:06:14.7974229+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;f6f7df05-c814-46f9-b5bf-3c14f30cb2d2&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;561f7de0-5b0e-4a09-be08-98465a53ee7d&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:06:14.7974229+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:14.7974229+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:06:14.7974229+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;StructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;561f7de0-5b0e-4a09-be08-98465a53ee7d&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:14.7974229+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:06:14.7974229+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:14.7974229+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;f6f7df05-c814-46f9-b5bf-3c14f30cb2d2&lt;/MeasureId&gt;
&lt;/StructuralMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;StructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;561f7de0-5b0e-4a09-be08-98465a53ee7d&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:06:14.7974229+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:06:14.7974229+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:14.7974229+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;f6f7df05-c814-46f9-b5bf-3c14f30cb2d2&lt;/MeasureId&gt;
&lt;/StructuralMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/StructuralMeasureClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/StructuralMeasureClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MeasureId&quot;: &quot;def395ca-4f06-48d0-9787-5271a02ca5be&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;84027a7d-dc26-475e-a1db-c486c4873b95&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MeasureId&quot;: &quot;def395ca-4f06-48d0-9787-5271a02ca5be&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;84027a7d-dc26-475e-a1db-c486c4873b95&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;StructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;84027a7d-dc26-475e-a1db-c486c4873b95&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;def395ca-4f06-48d0-9787-5271a02ca5be&lt;/MeasureId&gt;
&lt;/StructuralMeasureClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;StructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;84027a7d-dc26-475e-a1db-c486c4873b95&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;def395ca-4f06-48d0-9787-5271a02ca5be&lt;/MeasureId&gt;
&lt;/StructuralMeasureClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/StructuralMeasures">
                <doc title="PlanCare2Api/ClientReports/StructuralMeasures" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;c7076957-eb55-42a9-8ea3-2c25c4e2c62a&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;b8e5af09-074c-4484-adba-b80fbb04cf54&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;c7076957-eb55-42a9-8ea3-2c25c4e2c62a&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 3,
  &quot;AggregateId&quot;: &quot;b8e5af09-074c-4484-adba-b80fbb04cf54&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 9&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.791129+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 12&quot;,
  &quot;EmployeeId&quot;: 13,
  &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
  &quot;ShiftId&quot;: 15,
  &quot;Shift&quot;: &quot;sample string 16&quot;,
  &quot;DisciplineId&quot;: 17,
  &quot;Discipline&quot;: &quot;sample string 18&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 20&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;StructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;b8e5af09-074c-4484-adba-b80fbb04cf54&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.791129+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;c7076957-eb55-42a9-8ea3-2c25c4e2c62a&lt;/MeasureId&gt;
&lt;/StructuralMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;StructuralMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;b8e5af09-074c-4484-adba-b80fbb04cf54&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;5&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.791129+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
  &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.791129+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 16&lt;/Shift&gt;
  &lt;ShiftId&gt;15&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 9&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;MeasureId&gt;c7076957-eb55-42a9-8ea3-2c25c4e2c62a&lt;/MeasureId&gt;
&lt;/StructuralMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/SubGoalClientReports">
                <doc title="PlanCare2Api/ClientReports/SubGoalClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;e17e0579-692b-4eee-8976-c6cc4f6f14f0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;e17e0579-692b-4eee-8976-c6cc4f6f14f0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:58.4942588+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;SubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;e17e0579-692b-4eee-8976-c6cc4f6f14f0&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/SubGoalClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;SubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;e17e0579-692b-4eee-8976-c6cc4f6f14f0&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:58.4942588+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:58.4942588+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/SubGoalClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/SubGoalClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/SubGoalClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;70f42a98-8fd0-4cb6-83d4-2a4bc2ed70fd&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:48.8033536+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:48.8033536+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:48.8033536+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 2&quot;,
  &quot;Subjective&quot;: &quot;sample string 3&quot;,
  &quot;Objective&quot;: &quot;sample string 4&quot;,
  &quot;Evaluation&quot;: &quot;sample string 5&quot;,
  &quot;Plan&quot;: &quot;sample string 6&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 11,
  &quot;AggregateId&quot;: &quot;70f42a98-8fd0-4cb6-83d4-2a4bc2ed70fd&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:48.8033536+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:48.8033536+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 17&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:48.8033536+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 20&quot;,
  &quot;EmployeeId&quot;: 21,
  &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
  &quot;ShiftId&quot;: 23,
  &quot;Shift&quot;: &quot;sample string 24&quot;,
  &quot;DisciplineId&quot;: 25,
  &quot;Discipline&quot;: &quot;sample string 26&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 28&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;SubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;70f42a98-8fd0-4cb6-83d4-2a4bc2ed70fd&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:48.8033536+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:48.8033536+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:48.8033536+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/SubGoalClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;SubGoalClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;70f42a98-8fd0-4cb6-83d4-2a4bc2ed70fd&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:48.8033536+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:48.8033536+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
  &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:48.8033536+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 24&lt;/Shift&gt;
  &lt;ShiftId&gt;23&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 17&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
&lt;/SubGoalClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/Template?id={id}&amp;format={format}">
                <doc title="PlanCare2Api/ClientReports/Template?id={id}&amp;format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;sample string 3&quot;,
  &quot;ContentFormat&quot;: 0
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;sample string 3&quot;,
  &quot;ContentFormat&quot;: 0
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientReportTemplate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;Content&gt;sample string 3&lt;/Content&gt;
  &lt;ContentFormat&gt;WordML&lt;/ContentFormat&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
&lt;/ClientReportTemplate&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientReportTemplate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;Content&gt;sample string 3&lt;/Content&gt;
  &lt;ContentFormat&gt;WordML&lt;/ContentFormat&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
&lt;/ClientReportTemplate&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/Templates?sectorIds[0]={sectorIds[0]}&amp;sectorIds[1]={sectorIds[1]}">
                <doc title="PlanCare2Api/ClientReports/Templates?sectorIds[0]={sectorIds[0]}&amp;sectorIds[1]={sectorIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="sectorIds"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;SectorIds&quot;: [
      1,
      2
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;SectorIds&quot;: [
      1,
      2
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientReportTemplateSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportTemplateSummary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/SectorIds&gt;
  &lt;/ClientReportTemplateSummary&gt;
  &lt;ClientReportTemplateSummary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/SectorIds&gt;
  &lt;/ClientReportTemplateSummary&gt;
&lt;/ArrayOfClientReportTemplateSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientReportTemplateSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportTemplateSummary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/SectorIds&gt;
  &lt;/ClientReportTemplateSummary&gt;
  &lt;ClientReportTemplateSummary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/SectorIds&gt;
  &lt;/ClientReportTemplateSummary&gt;
&lt;/ArrayOfClientReportTemplateSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/UnplannedMeasureClientReports/{reportId}">
                <doc title="PlanCare2Api/ClientReports/UnplannedMeasureClientReports/{reportId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;f3be7b61-38b0-42bf-b612-eb99ab7b0bd9&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;3150fb25-b0d2-425a-a4b2-ce52ee81a9c4&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;63861f0d-7d88-4678-a184-0f315e8d51ad&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;f3be7b61-38b0-42bf-b612-eb99ab7b0bd9&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;3150fb25-b0d2-425a-a4b2-ce52ee81a9c4&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;63861f0d-7d88-4678-a184-0f315e8d51ad&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:08:41.2977316+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;UnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;63861f0d-7d88-4678-a184-0f315e8d51ad&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:08:41.2977316+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:08:41.2977316+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:08:41.2977316+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:08:41.2977316+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:08:41.2977316+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;3150fb25-b0d2-425a-a4b2-ce52ee81a9c4&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;f3be7b61-38b0-42bf-b612-eb99ab7b0bd9&lt;/UnplannedMeasureId&gt;
&lt;/UnplannedMeasureClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;UnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;63861f0d-7d88-4678-a184-0f315e8d51ad&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:08:41.2977316+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:08:41.2977316+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:08:41.2977316+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:08:41.2977316+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:08:41.2977316+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;3150fb25-b0d2-425a-a4b2-ce52ee81a9c4&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;f3be7b61-38b0-42bf-b612-eb99ab7b0bd9&lt;/UnplannedMeasureId&gt;
&lt;/UnplannedMeasureClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/UnplannedMeasures">
                <doc title="PlanCare2Api/ClientReports/UnplannedMeasures" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;48279189-6451-4973-94b4-80e7c47e778f&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;cf54118b-4494-48b6-a08a-3a351c865040&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;95760850-961d-450a-8179-ebf99f67de6d&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;48279189-6451-4973-94b4-80e7c47e778f&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;cf54118b-4494-48b6-a08a-3a351c865040&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;95760850-961d-450a-8179-ebf99f67de6d&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:07:58.8787723+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;UnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;95760850-961d-450a-8179-ebf99f67de6d&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:58.8787723+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:58.8787723+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:58.8787723+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:07:58.8787723+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:07:58.8787723+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;cf54118b-4494-48b6-a08a-3a351c865040&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;48279189-6451-4973-94b4-80e7c47e778f&lt;/UnplannedMeasureId&gt;
&lt;/UnplannedMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;UnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;95760850-961d-450a-8179-ebf99f67de6d&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T22:07:58.8787723+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T22:07:58.8787723+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:58.8787723+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:07:58.8787723+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:07:58.8787723+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;cf54118b-4494-48b6-a08a-3a351c865040&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;48279189-6451-4973-94b4-80e7c47e778f&lt;/UnplannedMeasureId&gt;
&lt;/UnplannedMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/UnplannedMeasuresClientReports">
                <doc title="PlanCare2Api/ClientReports/UnplannedMeasuresClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;fd5dfc60-64f2-40ee-b387-8ca1530dafad&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;09513978-94b6-4bd3-8d12-709bb2057bce&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;bd71c16c-7ff7-4dab-b9fc-0e976b38a80e&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;UnplannedMeasureId&quot;: &quot;fd5dfc60-64f2-40ee-b387-8ca1530dafad&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
  &quot;LegalContact&quot;: 0,
  &quot;ClientResistance&quot;: true,
  &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
  &quot;Alternatives&quot;: &quot;sample string 7&quot;,
  &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
  &quot;Measure&quot;: &quot;sample string 9&quot;,
  &quot;MeasureCategoryId&quot;: &quot;09513978-94b6-4bd3-8d12-709bb2057bce&quot;,
  &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
  &quot;Prevention&quot;: &quot;sample string 11&quot;,
  &quot;RelationNotifyId&quot;: 1,
  &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;AggregateId&quot;: &quot;bd71c16c-7ff7-4dab-b9fc-0e976b38a80e&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 19&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.806748+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 22&quot;,
  &quot;EmployeeId&quot;: 23,
  &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
  &quot;ShiftId&quot;: 25,
  &quot;Shift&quot;: &quot;sample string 26&quot;,
  &quot;DisciplineId&quot;: 27,
  &quot;Discipline&quot;: &quot;sample string 28&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 30&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;UnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;bd71c16c-7ff7-4dab-b9fc-0e976b38a80e&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;09513978-94b6-4bd3-8d12-709bb2057bce&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;fd5dfc60-64f2-40ee-b387-8ca1530dafad&lt;/UnplannedMeasureId&gt;
&lt;/UnplannedMeasureClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;UnplannedMeasureClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;bd71c16c-7ff7-4dab-b9fc-0e976b38a80e&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.806748+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
  &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
  &lt;Id&gt;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.806748+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 26&lt;/Shift&gt;
  &lt;ShiftId&gt;25&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 19&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
  &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:57.806748+02:00&lt;/AppliedUntil&gt;
  &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
  &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
  &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
  &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
  &lt;Measure&gt;sample string 9&lt;/Measure&gt;
  &lt;MeasureCategoryId&gt;09513978-94b6-4bd3-8d12-709bb2057bce&lt;/MeasureCategoryId&gt;
  &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
  &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
  &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
  &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
  &lt;UnplannedMeasureId&gt;fd5dfc60-64f2-40ee-b387-8ca1530dafad&lt;/UnplannedMeasureId&gt;
&lt;/UnplannedMeasureClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/VisionModelItemClientReports">
                <doc title="PlanCare2Api/ClientReports/VisionModelItemClientReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;VisionModelItemId&quot;: 1,
  &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;Subjective&quot;: &quot;sample string 4&quot;,
  &quot;Objective&quot;: &quot;sample string 5&quot;,
  &quot;Evaluation&quot;: &quot;sample string 6&quot;,
  &quot;Plan&quot;: &quot;sample string 7&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 12,
  &quot;AggregateId&quot;: &quot;d45f4e43-382a-4848-856a-d0d00e9f7e85&quot;,
  &quot;ClientId&quot;: 14,
  &quot;ClientName&quot;: &quot;sample string 15&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 18&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 21&quot;,
  &quot;EmployeeId&quot;: 22,
  &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
  &quot;ShiftId&quot;: 24,
  &quot;Shift&quot;: &quot;sample string 25&quot;,
  &quot;DisciplineId&quot;: 26,
  &quot;Discipline&quot;: &quot;sample string 27&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 29&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;VisionModelItemId&quot;: 1,
  &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;Subjective&quot;: &quot;sample string 4&quot;,
  &quot;Objective&quot;: &quot;sample string 5&quot;,
  &quot;Evaluation&quot;: &quot;sample string 6&quot;,
  &quot;Plan&quot;: &quot;sample string 7&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 12,
  &quot;AggregateId&quot;: &quot;d45f4e43-382a-4848-856a-d0d00e9f7e85&quot;,
  &quot;ClientId&quot;: 14,
  &quot;ClientName&quot;: &quot;sample string 15&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 18&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8536237+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 21&quot;,
  &quot;EmployeeId&quot;: 22,
  &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
  &quot;ShiftId&quot;: 24,
  &quot;Shift&quot;: &quot;sample string 25&quot;,
  &quot;DisciplineId&quot;: 26,
  &quot;Discipline&quot;: &quot;sample string 27&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 29&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;VisionModelItemClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;d45f4e43-382a-4848-856a-d0d00e9f7e85&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;14&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8536237+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8536237+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
  &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8536237+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 25&lt;/Shift&gt;
  &lt;ShiftId&gt;24&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 18&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 5&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 7&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
  &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
&lt;/VisionModelItemClientReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;VisionModelItemClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;d45f4e43-382a-4848-856a-d0d00e9f7e85&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;14&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8536237+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8536237+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
  &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8536237+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 25&lt;/Shift&gt;
  &lt;ShiftId&gt;24&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 18&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 5&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 7&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
  &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
&lt;/VisionModelItemClientReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports/VisionModelItemClientReports/{reportId}?format={format}">
                <doc title="PlanCare2Api/ClientReports/VisionModelItemClientReports/{reportId}?format={format}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="format"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;VisionModelItemId&quot;: 1,
  &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;Subjective&quot;: &quot;sample string 4&quot;,
  &quot;Objective&quot;: &quot;sample string 5&quot;,
  &quot;Evaluation&quot;: &quot;sample string 6&quot;,
  &quot;Plan&quot;: &quot;sample string 7&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 12,
  &quot;AggregateId&quot;: &quot;1530ca42-f96e-4569-b3cb-1075610c745c&quot;,
  &quot;ClientId&quot;: 14,
  &quot;ClientName&quot;: &quot;sample string 15&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8692468+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8692468+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 18&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8692468+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 21&quot;,
  &quot;EmployeeId&quot;: 22,
  &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
  &quot;ShiftId&quot;: 24,
  &quot;Shift&quot;: &quot;sample string 25&quot;,
  &quot;DisciplineId&quot;: 26,
  &quot;Discipline&quot;: &quot;sample string 27&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 29&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;VisionModelItemId&quot;: 1,
  &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;Subjective&quot;: &quot;sample string 4&quot;,
  &quot;Objective&quot;: &quot;sample string 5&quot;,
  &quot;Evaluation&quot;: &quot;sample string 6&quot;,
  &quot;Plan&quot;: &quot;sample string 7&quot;,
  &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
  &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
  &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
  &quot;LayoutType&quot;: 0,
  &quot;Format&quot;: 0,
  &quot;OriginalFreeTextFormat&quot;: 0,
  &quot;Id&quot;: 12,
  &quot;AggregateId&quot;: &quot;1530ca42-f96e-4569-b3cb-1075610c745c&quot;,
  &quot;ClientId&quot;: 14,
  &quot;ClientName&quot;: &quot;sample string 15&quot;,
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:57.8692468+02:00&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:57.8692468+02:00&quot;,
  &quot;AvailableFor&quot;: 0,
  &quot;AvailableForDisciplineIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AvailableForDisciplineGroupIds&quot;: [
    1,
    2
  ],
  &quot;AvailableForDisciplineGroupNames&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Subject&quot;: &quot;sample string 18&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:57.8692468+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 21&quot;,
  &quot;EmployeeId&quot;: 22,
  &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
  &quot;ShiftId&quot;: 24,
  &quot;Shift&quot;: &quot;sample string 25&quot;,
  &quot;DisciplineId&quot;: 26,
  &quot;Discipline&quot;: &quot;sample string 27&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
  &quot;ReportTags&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
  &quot;AttributeIds&quot;: [
    1,
    2
  ],
  &quot;Attributes&quot;: &quot;sample string 29&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;VisionModelItemClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;1530ca42-f96e-4569-b3cb-1075610c745c&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;14&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8692468+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8692468+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
  &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8692468+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 25&lt;/Shift&gt;
  &lt;ShiftId&gt;24&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 18&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 5&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 7&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
  &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
&lt;/VisionModelItemClientReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;VisionModelItemClientReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;AggregateId&gt;1530ca42-f96e-4569-b3cb-1075610c745c&lt;/AggregateId&gt;
  &lt;AttributeIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AttributeIds&gt;
  &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
  &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
  &lt;AvailableForDisciplineGroupIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineGroupIds&gt;
  &lt;AvailableForDisciplineGroupNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineGroupNames&gt;
  &lt;AvailableForDisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/AvailableForDisciplineIds&gt;
  &lt;AvailableForDisciplineNames xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/AvailableForDisciplineNames&gt;
  &lt;ChildReports i:nil=&quot;true&quot; /&gt;
  &lt;ClientId&gt;14&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:57.8692468+02:00&lt;/CreationDate&gt;
  &lt;Date&gt;2026-05-26T23:13:57.8692468+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
  &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:57.8692468+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
  &lt;ReportTags xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
    &lt;d2p1:ReportTag&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:ReportTag&gt;
  &lt;/ReportTags&gt;
  &lt;Shift&gt;sample string 25&lt;/Shift&gt;
  &lt;ShiftId&gt;24&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 18&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 5&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 7&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
  &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
&lt;/VisionModelItemClientReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports?bsn={bsn}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;maxResultCount={maxResultCount}&amp;reportFormat={reportFormat}&amp;withContent={withContent}">
                <doc title="PlanCare2Api/ClientReports?bsn={bsn}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;maxResultCount={maxResultCount}&amp;reportFormat={reportFormat}&amp;withContent={withContent}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxResultCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                             <param name="reportFormat"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="withContent"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ClientId&quot;: 1,
  &quot;GoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;GoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;eba6a7c8-e006-4466-b80c-5b8a378595b8&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;GoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;de59587c-2bf0-43d0-918c-c08bf4275def&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;AgreementClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;da5d0718-3e45-4cfc-bbb6-5e9cdd1de565&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;LegacyAgreementClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;205bccd1-edaa-4460-a397-3df8f806e9ac&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;SubGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;SubGoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;f1eb567a-2898-48e1-97d4-dc18b72a7208&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;LegacySubGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;SubGoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;f63b11bf-dd7d-4deb-95d7-5680edd3e908&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ActionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;9&quot;,
      &quot;ActionId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;d3f82694-4ff7-4681-a7cf-dc24f66680dd&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;9&quot;
    }
  ],
  &quot;LegacyActionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ActionId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;72b122f8-ca9c-44a6-b078-8512d5c1fa25&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;VisionModelItemClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;VisionModelItemId&quot;: 1,
      &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Subjective&quot;: &quot;sample string 4&quot;,
      &quot;Objective&quot;: &quot;sample string 5&quot;,
      &quot;Evaluation&quot;: &quot;sample string 6&quot;,
      &quot;Plan&quot;: &quot;sample string 7&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 12,
      &quot;AggregateId&quot;: &quot;9175e182-d277-4dcb-b672-dc694c90fbe9&quot;,
      &quot;ClientId&quot;: 14,
      &quot;ClientName&quot;: &quot;sample string 15&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 18&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 21&quot;,
      &quot;EmployeeId&quot;: 22,
      &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
      &quot;ShiftId&quot;: 24,
      &quot;Shift&quot;: &quot;sample string 25&quot;,
      &quot;DisciplineId&quot;: 26,
      &quot;Discipline&quot;: &quot;sample string 27&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 29&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;EpisodeClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;12&quot;,
      &quot;EpisodeId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;065887e1-240f-41fb-a863-796844f92fd2&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;12&quot;
    }
  ],
  &quot;GeneralClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;Description&quot;: &quot;sample string 1&quot;,
      &quot;Subjective&quot;: &quot;sample string 2&quot;,
      &quot;Objective&quot;: &quot;sample string 3&quot;,
      &quot;Evaluation&quot;: &quot;sample string 4&quot;,
      &quot;Plan&quot;: &quot;sample string 5&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 10,
      &quot;AggregateId&quot;: &quot;3777f1e7-e807-49e8-985f-defd5c608488&quot;,
      &quot;ClientId&quot;: 12,
      &quot;ClientName&quot;: &quot;sample string 13&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 16&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 19&quot;,
      &quot;EmployeeId&quot;: 20,
      &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
      &quot;ShiftId&quot;: 22,
      &quot;Shift&quot;: &quot;sample string 23&quot;,
      &quot;DisciplineId&quot;: 24,
      &quot;Discipline&quot;: &quot;sample string 25&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 27&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;UnplannedMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;UnplannedMeasureId&quot;: &quot;5412209a-6a78-431e-b003-8606ace5259d&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
      &quot;LegalContact&quot;: 0,
      &quot;ClientResistance&quot;: true,
      &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
      &quot;Alternatives&quot;: &quot;sample string 7&quot;,
      &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
      &quot;Measure&quot;: &quot;sample string 9&quot;,
      &quot;MeasureCategoryId&quot;: &quot;7937544d-79fd-48e5-adc7-14bab79786b4&quot;,
      &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
      &quot;Prevention&quot;: &quot;sample string 11&quot;,
      &quot;RelationNotifyId&quot;: 1,
      &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;AggregateId&quot;: &quot;7e558761-a84f-45f0-8836-9a5281d3412c&quot;,
      &quot;ClientId&quot;: 15,
      &quot;ClientName&quot;: &quot;sample string 16&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 19&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 22&quot;,
      &quot;EmployeeId&quot;: 23,
      &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
      &quot;ShiftId&quot;: 25,
      &quot;Shift&quot;: &quot;sample string 26&quot;,
      &quot;DisciplineId&quot;: 27,
      &quot;Discipline&quot;: &quot;sample string 28&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 30&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ],
  &quot;StructuralMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;15&quot;,
      &quot;MeasureId&quot;: &quot;b393e5cf-70a2-476d-bcaf-e717f83158b8&quot;,
      &quot;Content&quot;: &quot;sample string 2&quot;,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 3,
      &quot;AggregateId&quot;: &quot;7058d167-9130-4077-826a-5b4fade2eb1e&quot;,
      &quot;ClientId&quot;: 5,
      &quot;ClientName&quot;: &quot;sample string 6&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 9&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 12&quot;,
      &quot;EmployeeId&quot;: 13,
      &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
      &quot;ShiftId&quot;: 15,
      &quot;Shift&quot;: &quot;sample string 16&quot;,
      &quot;DisciplineId&quot;: 17,
      &quot;Discipline&quot;: &quot;sample string 18&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 20&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;15&quot;
    }
  ],
  &quot;IncidentalMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;16&quot;,
      &quot;MeasureId&quot;: &quot;a5fcdbac-2ed9-43bf-b6b5-15307a89b010&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Precedence&quot;: &quot;sample string 4&quot;,
      &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
      &quot;Situation&quot;: &quot;sample string 6&quot;,
      &quot;Completion&quot;: &quot;sample string 7&quot;,
      &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
      &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
      &quot;LegalContact&quot;: 0,
      &quot;ClientResistance&quot;: true,
      &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
      &quot;ApplierId&quot;: 12,
      &quot;Applier&quot;: &quot;sample string 13&quot;,
      &quot;RelationNotifyId&quot;: 1,
      &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
      &quot;Id&quot;: 15,
      &quot;AggregateId&quot;: &quot;deb9461f-0153-404d-9c72-ab7205454327&quot;,
      &quot;ClientId&quot;: 17,
      &quot;ClientName&quot;: &quot;sample string 18&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 21&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 24&quot;,
      &quot;EmployeeId&quot;: 25,
      &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
      &quot;ShiftId&quot;: 27,
      &quot;Shift&quot;: &quot;sample string 28&quot;,
      &quot;DisciplineId&quot;: 29,
      &quot;Discipline&quot;: &quot;sample string 30&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 32&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;16&quot;
    }
  ],
  &quot;InterventionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;17&quot;,
      &quot;InterventionId&quot;: &quot;e1e18f3c-04ce-4cba-958e-3fb84ef5c24d&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;2f76e15c-b749-4b1e-b411-2a2adc91b109&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;17&quot;
    }
  ],
  &quot;AreaClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;18&quot;,
      &quot;AreaId&quot;: &quot;dbc69b1f-7ac9-4d11-abd5-17b88cc498df&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;8594445a-0044-4beb-9b6a-1945d2496436&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;18&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ClientId&quot;: 1,
  &quot;GoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;GoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;eba6a7c8-e006-4466-b80c-5b8a378595b8&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;GoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;de59587c-2bf0-43d0-918c-c08bf4275def&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;AgreementClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;da5d0718-3e45-4cfc-bbb6-5e9cdd1de565&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;LegacyAgreementClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;205bccd1-edaa-4460-a397-3df8f806e9ac&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;SubGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;SubGoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;f1eb567a-2898-48e1-97d4-dc18b72a7208&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;LegacySubGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;SubGoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;f63b11bf-dd7d-4deb-95d7-5680edd3e908&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ActionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;9&quot;,
      &quot;ActionId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;d3f82694-4ff7-4681-a7cf-dc24f66680dd&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;9&quot;
    }
  ],
  &quot;LegacyActionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ActionId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;72b122f8-ca9c-44a6-b078-8512d5c1fa25&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;VisionModelItemClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;VisionModelItemId&quot;: 1,
      &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Subjective&quot;: &quot;sample string 4&quot;,
      &quot;Objective&quot;: &quot;sample string 5&quot;,
      &quot;Evaluation&quot;: &quot;sample string 6&quot;,
      &quot;Plan&quot;: &quot;sample string 7&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 12,
      &quot;AggregateId&quot;: &quot;9175e182-d277-4dcb-b672-dc694c90fbe9&quot;,
      &quot;ClientId&quot;: 14,
      &quot;ClientName&quot;: &quot;sample string 15&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 18&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 21&quot;,
      &quot;EmployeeId&quot;: 22,
      &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
      &quot;ShiftId&quot;: 24,
      &quot;Shift&quot;: &quot;sample string 25&quot;,
      &quot;DisciplineId&quot;: 26,
      &quot;Discipline&quot;: &quot;sample string 27&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 29&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;EpisodeClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;12&quot;,
      &quot;EpisodeId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;065887e1-240f-41fb-a863-796844f92fd2&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;12&quot;
    }
  ],
  &quot;GeneralClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;Description&quot;: &quot;sample string 1&quot;,
      &quot;Subjective&quot;: &quot;sample string 2&quot;,
      &quot;Objective&quot;: &quot;sample string 3&quot;,
      &quot;Evaluation&quot;: &quot;sample string 4&quot;,
      &quot;Plan&quot;: &quot;sample string 5&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 10,
      &quot;AggregateId&quot;: &quot;3777f1e7-e807-49e8-985f-defd5c608488&quot;,
      &quot;ClientId&quot;: 12,
      &quot;ClientName&quot;: &quot;sample string 13&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 16&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 19&quot;,
      &quot;EmployeeId&quot;: 20,
      &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
      &quot;ShiftId&quot;: 22,
      &quot;Shift&quot;: &quot;sample string 23&quot;,
      &quot;DisciplineId&quot;: 24,
      &quot;Discipline&quot;: &quot;sample string 25&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 27&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;UnplannedMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;UnplannedMeasureId&quot;: &quot;5412209a-6a78-431e-b003-8606ace5259d&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
      &quot;LegalContact&quot;: 0,
      &quot;ClientResistance&quot;: true,
      &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
      &quot;Alternatives&quot;: &quot;sample string 7&quot;,
      &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
      &quot;Measure&quot;: &quot;sample string 9&quot;,
      &quot;MeasureCategoryId&quot;: &quot;7937544d-79fd-48e5-adc7-14bab79786b4&quot;,
      &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
      &quot;Prevention&quot;: &quot;sample string 11&quot;,
      &quot;RelationNotifyId&quot;: 1,
      &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;AggregateId&quot;: &quot;7e558761-a84f-45f0-8836-9a5281d3412c&quot;,
      &quot;ClientId&quot;: 15,
      &quot;ClientName&quot;: &quot;sample string 16&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 19&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 22&quot;,
      &quot;EmployeeId&quot;: 23,
      &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
      &quot;ShiftId&quot;: 25,
      &quot;Shift&quot;: &quot;sample string 26&quot;,
      &quot;DisciplineId&quot;: 27,
      &quot;Discipline&quot;: &quot;sample string 28&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 30&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ],
  &quot;StructuralMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;15&quot;,
      &quot;MeasureId&quot;: &quot;b393e5cf-70a2-476d-bcaf-e717f83158b8&quot;,
      &quot;Content&quot;: &quot;sample string 2&quot;,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 3,
      &quot;AggregateId&quot;: &quot;7058d167-9130-4077-826a-5b4fade2eb1e&quot;,
      &quot;ClientId&quot;: 5,
      &quot;ClientName&quot;: &quot;sample string 6&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 9&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 12&quot;,
      &quot;EmployeeId&quot;: 13,
      &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
      &quot;ShiftId&quot;: 15,
      &quot;Shift&quot;: &quot;sample string 16&quot;,
      &quot;DisciplineId&quot;: 17,
      &quot;Discipline&quot;: &quot;sample string 18&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 20&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;15&quot;
    }
  ],
  &quot;IncidentalMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;16&quot;,
      &quot;MeasureId&quot;: &quot;a5fcdbac-2ed9-43bf-b6b5-15307a89b010&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Precedence&quot;: &quot;sample string 4&quot;,
      &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
      &quot;Situation&quot;: &quot;sample string 6&quot;,
      &quot;Completion&quot;: &quot;sample string 7&quot;,
      &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
      &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
      &quot;LegalContact&quot;: 0,
      &quot;ClientResistance&quot;: true,
      &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
      &quot;ApplierId&quot;: 12,
      &quot;Applier&quot;: &quot;sample string 13&quot;,
      &quot;RelationNotifyId&quot;: 1,
      &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
      &quot;Id&quot;: 15,
      &quot;AggregateId&quot;: &quot;deb9461f-0153-404d-9c72-ab7205454327&quot;,
      &quot;ClientId&quot;: 17,
      &quot;ClientName&quot;: &quot;sample string 18&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 21&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 24&quot;,
      &quot;EmployeeId&quot;: 25,
      &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
      &quot;ShiftId&quot;: 27,
      &quot;Shift&quot;: &quot;sample string 28&quot;,
      &quot;DisciplineId&quot;: 29,
      &quot;Discipline&quot;: &quot;sample string 30&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 32&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;16&quot;
    }
  ],
  &quot;InterventionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;17&quot;,
      &quot;InterventionId&quot;: &quot;e1e18f3c-04ce-4cba-958e-3fb84ef5c24d&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;2f76e15c-b749-4b1e-b411-2a2adc91b109&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;17&quot;
    }
  ],
  &quot;AreaClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;18&quot;,
      &quot;AreaId&quot;: &quot;dbc69b1f-7ac9-4d11-abd5-17b88cc498df&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;8594445a-0044-4beb-9b6a-1945d2496436&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T22:07:02.9334319+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;18&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientReportCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ActionClientReports&gt;
    &lt;ActionClientReport&gt;
      &lt;AggregateId&gt;d3f82694-4ff7-4681-a7cf-dc24f66680dd&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/ActionClientReport&gt;
    &lt;ActionClientReport&gt;
      &lt;AggregateId&gt;d3f82694-4ff7-4681-a7cf-dc24f66680dd&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/ActionClientReport&gt;
  &lt;/ActionClientReports&gt;
  &lt;AgreementClientReports&gt;
    &lt;AgreementClientReport&gt;
      &lt;AggregateId&gt;da5d0718-3e45-4cfc-bbb6-5e9cdd1de565&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementClientReport&gt;
    &lt;AgreementClientReport&gt;
      &lt;AggregateId&gt;da5d0718-3e45-4cfc-bbb6-5e9cdd1de565&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementClientReport&gt;
  &lt;/AgreementClientReports&gt;
  &lt;AreaClientReports&gt;
    &lt;AreaClientReport&gt;
      &lt;AggregateId&gt;8594445a-0044-4beb-9b6a-1945d2496436&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AreaId&gt;dbc69b1f-7ac9-4d11-abd5-17b88cc498df&lt;/AreaId&gt;
    &lt;/AreaClientReport&gt;
    &lt;AreaClientReport&gt;
      &lt;AggregateId&gt;8594445a-0044-4beb-9b6a-1945d2496436&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AreaId&gt;dbc69b1f-7ac9-4d11-abd5-17b88cc498df&lt;/AreaId&gt;
    &lt;/AreaClientReport&gt;
  &lt;/AreaClientReports&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;EpisodeClientReports&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;065887e1-240f-41fb-a863-796844f92fd2&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
    &lt;/EpisodeClientReport&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;065887e1-240f-41fb-a863-796844f92fd2&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
    &lt;/EpisodeClientReport&gt;
  &lt;/EpisodeClientReports&gt;
  &lt;GeneralClientReports&gt;
    &lt;GeneralClientReport&gt;
      &lt;AggregateId&gt;3777f1e7-e807-49e8-985f-defd5c608488&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;12&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
      &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 23&lt;/Shift&gt;
      &lt;ShiftId&gt;22&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 16&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 3&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 5&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
    &lt;/GeneralClientReport&gt;
    &lt;GeneralClientReport&gt;
      &lt;AggregateId&gt;3777f1e7-e807-49e8-985f-defd5c608488&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;12&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
      &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 23&lt;/Shift&gt;
      &lt;ShiftId&gt;22&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 16&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 3&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 5&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
    &lt;/GeneralClientReport&gt;
  &lt;/GeneralClientReports&gt;
  &lt;GoalClientReports&gt;
    &lt;GoalClientReport&gt;
      &lt;AggregateId&gt;eba6a7c8-e006-4466-b80c-5b8a378595b8&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/GoalClientReport&gt;
    &lt;GoalClientReport&gt;
      &lt;AggregateId&gt;eba6a7c8-e006-4466-b80c-5b8a378595b8&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/GoalClientReport&gt;
  &lt;/GoalClientReports&gt;
  &lt;IncidentalMeasureClientReports&gt;
    &lt;IncidentalMeasureClientReport&gt;
      &lt;AggregateId&gt;deb9461f-0153-404d-9c72-ab7205454327&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;17&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
      &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 28&lt;/Shift&gt;
      &lt;ShiftId&gt;27&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 21&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedUntil&gt;
      &lt;Applier&gt;sample string 13&lt;/Applier&gt;
      &lt;ApplierId&gt;12&lt;/ApplierId&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
      &lt;Completion&gt;sample string 7&lt;/Completion&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
      &lt;MeasureId&gt;a5fcdbac-2ed9-43bf-b6b5-15307a89b010&lt;/MeasureId&gt;
      &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
      &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
      &lt;Situation&gt;sample string 6&lt;/Situation&gt;
    &lt;/IncidentalMeasureClientReport&gt;
    &lt;IncidentalMeasureClientReport&gt;
      &lt;AggregateId&gt;deb9461f-0153-404d-9c72-ab7205454327&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;17&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
      &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 28&lt;/Shift&gt;
      &lt;ShiftId&gt;27&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 21&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedUntil&gt;
      &lt;Applier&gt;sample string 13&lt;/Applier&gt;
      &lt;ApplierId&gt;12&lt;/ApplierId&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
      &lt;Completion&gt;sample string 7&lt;/Completion&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
      &lt;MeasureId&gt;a5fcdbac-2ed9-43bf-b6b5-15307a89b010&lt;/MeasureId&gt;
      &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
      &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
      &lt;Situation&gt;sample string 6&lt;/Situation&gt;
    &lt;/IncidentalMeasureClientReport&gt;
  &lt;/IncidentalMeasureClientReports&gt;
  &lt;InterventionClientReports&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;2f76e15c-b749-4b1e-b411-2a2adc91b109&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;InterventionId&gt;e1e18f3c-04ce-4cba-958e-3fb84ef5c24d&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;2f76e15c-b749-4b1e-b411-2a2adc91b109&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;InterventionId&gt;e1e18f3c-04ce-4cba-958e-3fb84ef5c24d&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
  &lt;/InterventionClientReports&gt;
  &lt;LegacyActionClientReports&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;72b122f8-ca9c-44a6-b078-8512d5c1fa25&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionClientReport&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;72b122f8-ca9c-44a6-b078-8512d5c1fa25&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionClientReport&gt;
  &lt;/LegacyActionClientReports&gt;
  &lt;LegacyAgreementClientReports&gt;
    &lt;LegacyAgreementClientReport&gt;
      &lt;AggregateId&gt;205bccd1-edaa-4460-a397-3df8f806e9ac&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/LegacyAgreementClientReport&gt;
    &lt;LegacyAgreementClientReport&gt;
      &lt;AggregateId&gt;205bccd1-edaa-4460-a397-3df8f806e9ac&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/LegacyAgreementClientReport&gt;
  &lt;/LegacyAgreementClientReports&gt;
  &lt;LegacyGoalClientReports&gt;
    &lt;LegacyGoalClientReport&gt;
      &lt;AggregateId&gt;de59587c-2bf0-43d0-918c-c08bf4275def&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/LegacyGoalClientReport&gt;
    &lt;LegacyGoalClientReport&gt;
      &lt;AggregateId&gt;de59587c-2bf0-43d0-918c-c08bf4275def&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/LegacyGoalClientReport&gt;
  &lt;/LegacyGoalClientReports&gt;
  &lt;LegacySubGoalClientReports&gt;
    &lt;LegacySubGoalClientReport&gt;
      &lt;AggregateId&gt;f63b11bf-dd7d-4deb-95d7-5680edd3e908&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/LegacySubGoalClientReport&gt;
    &lt;LegacySubGoalClientReport&gt;
      &lt;AggregateId&gt;f63b11bf-dd7d-4deb-95d7-5680edd3e908&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/LegacySubGoalClientReport&gt;
  &lt;/LegacySubGoalClientReports&gt;
  &lt;StructuralMeasureClientReports&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;7058d167-9130-4077-826a-5b4fade2eb1e&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;5&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
      &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 16&lt;/Shift&gt;
      &lt;ShiftId&gt;15&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 9&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
      &lt;Content&gt;sample string 2&lt;/Content&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;MeasureId&gt;b393e5cf-70a2-476d-bcaf-e717f83158b8&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;7058d167-9130-4077-826a-5b4fade2eb1e&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;5&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
      &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 16&lt;/Shift&gt;
      &lt;ShiftId&gt;15&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 9&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
      &lt;Content&gt;sample string 2&lt;/Content&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;MeasureId&gt;b393e5cf-70a2-476d-bcaf-e717f83158b8&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
  &lt;/StructuralMeasureClientReports&gt;
  &lt;SubGoalClientReports&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;f1eb567a-2898-48e1-97d4-dc18b72a7208&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/SubGoalClientReport&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;f1eb567a-2898-48e1-97d4-dc18b72a7208&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/SubGoalClientReport&gt;
  &lt;/SubGoalClientReports&gt;
  &lt;UnplannedMeasureClientReports&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;7e558761-a84f-45f0-8836-9a5281d3412c&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
      &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
      &lt;Id&gt;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 26&lt;/Shift&gt;
      &lt;ShiftId&gt;25&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 19&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
      &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedUntil&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
      &lt;Measure&gt;sample string 9&lt;/Measure&gt;
      &lt;MeasureCategoryId&gt;7937544d-79fd-48e5-adc7-14bab79786b4&lt;/MeasureCategoryId&gt;
      &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
      &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
      &lt;UnplannedMeasureId&gt;5412209a-6a78-431e-b003-8606ace5259d&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;7e558761-a84f-45f0-8836-9a5281d3412c&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
      &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
      &lt;Id&gt;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 26&lt;/Shift&gt;
      &lt;ShiftId&gt;25&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 19&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
      &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedUntil&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
      &lt;Measure&gt;sample string 9&lt;/Measure&gt;
      &lt;MeasureCategoryId&gt;7937544d-79fd-48e5-adc7-14bab79786b4&lt;/MeasureCategoryId&gt;
      &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
      &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
      &lt;UnplannedMeasureId&gt;5412209a-6a78-431e-b003-8606ace5259d&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
  &lt;/UnplannedMeasureClientReports&gt;
  &lt;VisionModelItemClientReports&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;9175e182-d277-4dcb-b672-dc694c90fbe9&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;14&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
      &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
      &lt;Id&gt;12&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 25&lt;/Shift&gt;
      &lt;ShiftId&gt;24&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 18&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 5&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 7&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
    &lt;/VisionModelItemClientReport&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;9175e182-d277-4dcb-b672-dc694c90fbe9&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;14&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
      &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
      &lt;Id&gt;12&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 25&lt;/Shift&gt;
      &lt;ShiftId&gt;24&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 18&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 5&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 7&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
    &lt;/VisionModelItemClientReport&gt;
  &lt;/VisionModelItemClientReports&gt;
&lt;/ClientReportCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientReportCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ActionClientReports&gt;
    &lt;ActionClientReport&gt;
      &lt;AggregateId&gt;d3f82694-4ff7-4681-a7cf-dc24f66680dd&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/ActionClientReport&gt;
    &lt;ActionClientReport&gt;
      &lt;AggregateId&gt;d3f82694-4ff7-4681-a7cf-dc24f66680dd&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/ActionClientReport&gt;
  &lt;/ActionClientReports&gt;
  &lt;AgreementClientReports&gt;
    &lt;AgreementClientReport&gt;
      &lt;AggregateId&gt;da5d0718-3e45-4cfc-bbb6-5e9cdd1de565&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementClientReport&gt;
    &lt;AgreementClientReport&gt;
      &lt;AggregateId&gt;da5d0718-3e45-4cfc-bbb6-5e9cdd1de565&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementClientReport&gt;
  &lt;/AgreementClientReports&gt;
  &lt;AreaClientReports&gt;
    &lt;AreaClientReport&gt;
      &lt;AggregateId&gt;8594445a-0044-4beb-9b6a-1945d2496436&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AreaId&gt;dbc69b1f-7ac9-4d11-abd5-17b88cc498df&lt;/AreaId&gt;
    &lt;/AreaClientReport&gt;
    &lt;AreaClientReport&gt;
      &lt;AggregateId&gt;8594445a-0044-4beb-9b6a-1945d2496436&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AreaId&gt;dbc69b1f-7ac9-4d11-abd5-17b88cc498df&lt;/AreaId&gt;
    &lt;/AreaClientReport&gt;
  &lt;/AreaClientReports&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;EpisodeClientReports&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;065887e1-240f-41fb-a863-796844f92fd2&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
    &lt;/EpisodeClientReport&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;065887e1-240f-41fb-a863-796844f92fd2&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
    &lt;/EpisodeClientReport&gt;
  &lt;/EpisodeClientReports&gt;
  &lt;GeneralClientReports&gt;
    &lt;GeneralClientReport&gt;
      &lt;AggregateId&gt;3777f1e7-e807-49e8-985f-defd5c608488&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;12&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
      &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 23&lt;/Shift&gt;
      &lt;ShiftId&gt;22&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 16&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 3&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 5&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
    &lt;/GeneralClientReport&gt;
    &lt;GeneralClientReport&gt;
      &lt;AggregateId&gt;3777f1e7-e807-49e8-985f-defd5c608488&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;12&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
      &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 23&lt;/Shift&gt;
      &lt;ShiftId&gt;22&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 16&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 3&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 5&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
    &lt;/GeneralClientReport&gt;
  &lt;/GeneralClientReports&gt;
  &lt;GoalClientReports&gt;
    &lt;GoalClientReport&gt;
      &lt;AggregateId&gt;eba6a7c8-e006-4466-b80c-5b8a378595b8&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/GoalClientReport&gt;
    &lt;GoalClientReport&gt;
      &lt;AggregateId&gt;eba6a7c8-e006-4466-b80c-5b8a378595b8&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/GoalClientReport&gt;
  &lt;/GoalClientReports&gt;
  &lt;IncidentalMeasureClientReports&gt;
    &lt;IncidentalMeasureClientReport&gt;
      &lt;AggregateId&gt;deb9461f-0153-404d-9c72-ab7205454327&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;17&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
      &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 28&lt;/Shift&gt;
      &lt;ShiftId&gt;27&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 21&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedUntil&gt;
      &lt;Applier&gt;sample string 13&lt;/Applier&gt;
      &lt;ApplierId&gt;12&lt;/ApplierId&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
      &lt;Completion&gt;sample string 7&lt;/Completion&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
      &lt;MeasureId&gt;a5fcdbac-2ed9-43bf-b6b5-15307a89b010&lt;/MeasureId&gt;
      &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
      &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
      &lt;Situation&gt;sample string 6&lt;/Situation&gt;
    &lt;/IncidentalMeasureClientReport&gt;
    &lt;IncidentalMeasureClientReport&gt;
      &lt;AggregateId&gt;deb9461f-0153-404d-9c72-ab7205454327&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;17&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
      &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 28&lt;/Shift&gt;
      &lt;ShiftId&gt;27&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 21&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedUntil&gt;
      &lt;Applier&gt;sample string 13&lt;/Applier&gt;
      &lt;ApplierId&gt;12&lt;/ApplierId&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
      &lt;Completion&gt;sample string 7&lt;/Completion&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
      &lt;MeasureId&gt;a5fcdbac-2ed9-43bf-b6b5-15307a89b010&lt;/MeasureId&gt;
      &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
      &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
      &lt;Situation&gt;sample string 6&lt;/Situation&gt;
    &lt;/IncidentalMeasureClientReport&gt;
  &lt;/IncidentalMeasureClientReports&gt;
  &lt;InterventionClientReports&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;2f76e15c-b749-4b1e-b411-2a2adc91b109&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;InterventionId&gt;e1e18f3c-04ce-4cba-958e-3fb84ef5c24d&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;2f76e15c-b749-4b1e-b411-2a2adc91b109&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;InterventionId&gt;e1e18f3c-04ce-4cba-958e-3fb84ef5c24d&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
  &lt;/InterventionClientReports&gt;
  &lt;LegacyActionClientReports&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;72b122f8-ca9c-44a6-b078-8512d5c1fa25&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionClientReport&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;72b122f8-ca9c-44a6-b078-8512d5c1fa25&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionClientReport&gt;
  &lt;/LegacyActionClientReports&gt;
  &lt;LegacyAgreementClientReports&gt;
    &lt;LegacyAgreementClientReport&gt;
      &lt;AggregateId&gt;205bccd1-edaa-4460-a397-3df8f806e9ac&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/LegacyAgreementClientReport&gt;
    &lt;LegacyAgreementClientReport&gt;
      &lt;AggregateId&gt;205bccd1-edaa-4460-a397-3df8f806e9ac&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/LegacyAgreementClientReport&gt;
  &lt;/LegacyAgreementClientReports&gt;
  &lt;LegacyGoalClientReports&gt;
    &lt;LegacyGoalClientReport&gt;
      &lt;AggregateId&gt;de59587c-2bf0-43d0-918c-c08bf4275def&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/LegacyGoalClientReport&gt;
    &lt;LegacyGoalClientReport&gt;
      &lt;AggregateId&gt;de59587c-2bf0-43d0-918c-c08bf4275def&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/LegacyGoalClientReport&gt;
  &lt;/LegacyGoalClientReports&gt;
  &lt;LegacySubGoalClientReports&gt;
    &lt;LegacySubGoalClientReport&gt;
      &lt;AggregateId&gt;f63b11bf-dd7d-4deb-95d7-5680edd3e908&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/LegacySubGoalClientReport&gt;
    &lt;LegacySubGoalClientReport&gt;
      &lt;AggregateId&gt;f63b11bf-dd7d-4deb-95d7-5680edd3e908&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/LegacySubGoalClientReport&gt;
  &lt;/LegacySubGoalClientReports&gt;
  &lt;StructuralMeasureClientReports&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;7058d167-9130-4077-826a-5b4fade2eb1e&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;5&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
      &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 16&lt;/Shift&gt;
      &lt;ShiftId&gt;15&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 9&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
      &lt;Content&gt;sample string 2&lt;/Content&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;MeasureId&gt;b393e5cf-70a2-476d-bcaf-e717f83158b8&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;7058d167-9130-4077-826a-5b4fade2eb1e&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;5&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
      &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 16&lt;/Shift&gt;
      &lt;ShiftId&gt;15&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 9&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
      &lt;Content&gt;sample string 2&lt;/Content&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;MeasureId&gt;b393e5cf-70a2-476d-bcaf-e717f83158b8&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
  &lt;/StructuralMeasureClientReports&gt;
  &lt;SubGoalClientReports&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;f1eb567a-2898-48e1-97d4-dc18b72a7208&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/SubGoalClientReport&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;f1eb567a-2898-48e1-97d4-dc18b72a7208&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/SubGoalClientReport&gt;
  &lt;/SubGoalClientReports&gt;
  &lt;UnplannedMeasureClientReports&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;7e558761-a84f-45f0-8836-9a5281d3412c&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
      &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
      &lt;Id&gt;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 26&lt;/Shift&gt;
      &lt;ShiftId&gt;25&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 19&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
      &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedUntil&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
      &lt;Measure&gt;sample string 9&lt;/Measure&gt;
      &lt;MeasureCategoryId&gt;7937544d-79fd-48e5-adc7-14bab79786b4&lt;/MeasureCategoryId&gt;
      &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
      &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
      &lt;UnplannedMeasureId&gt;5412209a-6a78-431e-b003-8606ace5259d&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;7e558761-a84f-45f0-8836-9a5281d3412c&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
      &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
      &lt;Id&gt;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 26&lt;/Shift&gt;
      &lt;ShiftId&gt;25&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 19&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
      &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T22:07:02.9334319+02:00&lt;/AppliedUntil&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
      &lt;Measure&gt;sample string 9&lt;/Measure&gt;
      &lt;MeasureCategoryId&gt;7937544d-79fd-48e5-adc7-14bab79786b4&lt;/MeasureCategoryId&gt;
      &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
      &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
      &lt;UnplannedMeasureId&gt;5412209a-6a78-431e-b003-8606ace5259d&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
  &lt;/UnplannedMeasureClientReports&gt;
  &lt;VisionModelItemClientReports&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;9175e182-d277-4dcb-b672-dc694c90fbe9&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;14&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
      &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
      &lt;Id&gt;12&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 25&lt;/Shift&gt;
      &lt;ShiftId&gt;24&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 18&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 5&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 7&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
    &lt;/VisionModelItemClientReport&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;9175e182-d277-4dcb-b672-dc694c90fbe9&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;14&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T22:07:02.9334319+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
      &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
      &lt;Id&gt;12&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T22:07:02.9334319+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 25&lt;/Shift&gt;
      &lt;ShiftId&gt;24&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 18&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 5&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 7&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
    &lt;/VisionModelItemClientReport&gt;
  &lt;/VisionModelItemClientReports&gt;
&lt;/ClientReportCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports?clientId={clientId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;maxResultCount={maxResultCount}&amp;reportFormat={reportFormat}&amp;withContent={withContent}">
                <doc title="PlanCare2Api/ClientReports?clientId={clientId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;maxResultCount={maxResultCount}&amp;reportFormat={reportFormat}&amp;withContent={withContent}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxResultCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                             <param name="reportFormat"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="withContent"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ClientId&quot;: 1,
  &quot;GoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;GoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;d7a7006b-8d6d-48c5-904e-1a80ed44a734&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;GoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;5ddd015a-f0c1-4e5c-91ee-7ec02913e7f1&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;AgreementClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;b8f658fc-047e-4081-a648-cea635922757&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;LegacyAgreementClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;a086da1c-561f-43b7-9664-b954542054fc&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;SubGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;SubGoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;ee7dea22-c408-42e4-bf3e-c268a624750f&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;LegacySubGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;SubGoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;e0f8c3c1-9d26-4cc9-8bf9-9d57b3ae4bfe&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ActionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;9&quot;,
      &quot;ActionId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;fbde2382-4a7d-49d6-b6f6-2baabe9c19a8&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;9&quot;
    }
  ],
  &quot;LegacyActionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ActionId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;88691536-f017-443e-abe9-2ab6a832b54b&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;VisionModelItemClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;VisionModelItemId&quot;: 1,
      &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Subjective&quot;: &quot;sample string 4&quot;,
      &quot;Objective&quot;: &quot;sample string 5&quot;,
      &quot;Evaluation&quot;: &quot;sample string 6&quot;,
      &quot;Plan&quot;: &quot;sample string 7&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 12,
      &quot;AggregateId&quot;: &quot;1a8da93d-e2cc-4830-b739-40f0121d967b&quot;,
      &quot;ClientId&quot;: 14,
      &quot;ClientName&quot;: &quot;sample string 15&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 18&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 21&quot;,
      &quot;EmployeeId&quot;: 22,
      &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
      &quot;ShiftId&quot;: 24,
      &quot;Shift&quot;: &quot;sample string 25&quot;,
      &quot;DisciplineId&quot;: 26,
      &quot;Discipline&quot;: &quot;sample string 27&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 29&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;EpisodeClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;12&quot;,
      &quot;EpisodeId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;f926f655-8897-4295-8225-abec0b81e4eb&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;12&quot;
    }
  ],
  &quot;GeneralClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;Description&quot;: &quot;sample string 1&quot;,
      &quot;Subjective&quot;: &quot;sample string 2&quot;,
      &quot;Objective&quot;: &quot;sample string 3&quot;,
      &quot;Evaluation&quot;: &quot;sample string 4&quot;,
      &quot;Plan&quot;: &quot;sample string 5&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 10,
      &quot;AggregateId&quot;: &quot;7606bf24-a48f-47c7-93ec-716f4611b3f9&quot;,
      &quot;ClientId&quot;: 12,
      &quot;ClientName&quot;: &quot;sample string 13&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 16&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 19&quot;,
      &quot;EmployeeId&quot;: 20,
      &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
      &quot;ShiftId&quot;: 22,
      &quot;Shift&quot;: &quot;sample string 23&quot;,
      &quot;DisciplineId&quot;: 24,
      &quot;Discipline&quot;: &quot;sample string 25&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 27&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;UnplannedMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;UnplannedMeasureId&quot;: &quot;8b277d27-6452-4d87-969a-6f7a7d546b93&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
      &quot;LegalContact&quot;: 0,
      &quot;ClientResistance&quot;: true,
      &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
      &quot;Alternatives&quot;: &quot;sample string 7&quot;,
      &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
      &quot;Measure&quot;: &quot;sample string 9&quot;,
      &quot;MeasureCategoryId&quot;: &quot;987e6814-ea23-4b2c-8211-9f51368b540f&quot;,
      &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
      &quot;Prevention&quot;: &quot;sample string 11&quot;,
      &quot;RelationNotifyId&quot;: 1,
      &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;AggregateId&quot;: &quot;d502b34c-cec9-46ce-8230-b5c8928c8d6e&quot;,
      &quot;ClientId&quot;: 15,
      &quot;ClientName&quot;: &quot;sample string 16&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 19&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 22&quot;,
      &quot;EmployeeId&quot;: 23,
      &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
      &quot;ShiftId&quot;: 25,
      &quot;Shift&quot;: &quot;sample string 26&quot;,
      &quot;DisciplineId&quot;: 27,
      &quot;Discipline&quot;: &quot;sample string 28&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 30&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ],
  &quot;StructuralMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;15&quot;,
      &quot;MeasureId&quot;: &quot;980f1eca-eb12-4d9a-ab58-d31e9f80bdf9&quot;,
      &quot;Content&quot;: &quot;sample string 2&quot;,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 3,
      &quot;AggregateId&quot;: &quot;8cff95fb-21ef-4caa-992f-3e5d7052d531&quot;,
      &quot;ClientId&quot;: 5,
      &quot;ClientName&quot;: &quot;sample string 6&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 9&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 12&quot;,
      &quot;EmployeeId&quot;: 13,
      &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
      &quot;ShiftId&quot;: 15,
      &quot;Shift&quot;: &quot;sample string 16&quot;,
      &quot;DisciplineId&quot;: 17,
      &quot;Discipline&quot;: &quot;sample string 18&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 20&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;15&quot;
    }
  ],
  &quot;IncidentalMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;16&quot;,
      &quot;MeasureId&quot;: &quot;18f05468-9c61-4cc6-8f0b-cc7168baac42&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Precedence&quot;: &quot;sample string 4&quot;,
      &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
      &quot;Situation&quot;: &quot;sample string 6&quot;,
      &quot;Completion&quot;: &quot;sample string 7&quot;,
      &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
      &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
      &quot;LegalContact&quot;: 0,
      &quot;ClientResistance&quot;: true,
      &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
      &quot;ApplierId&quot;: 12,
      &quot;Applier&quot;: &quot;sample string 13&quot;,
      &quot;RelationNotifyId&quot;: 1,
      &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
      &quot;Id&quot;: 15,
      &quot;AggregateId&quot;: &quot;ce638e26-5d9e-4eed-8e85-6a17f643d9cb&quot;,
      &quot;ClientId&quot;: 17,
      &quot;ClientName&quot;: &quot;sample string 18&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 21&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 24&quot;,
      &quot;EmployeeId&quot;: 25,
      &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
      &quot;ShiftId&quot;: 27,
      &quot;Shift&quot;: &quot;sample string 28&quot;,
      &quot;DisciplineId&quot;: 29,
      &quot;Discipline&quot;: &quot;sample string 30&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 32&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;16&quot;
    }
  ],
  &quot;InterventionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;17&quot;,
      &quot;InterventionId&quot;: &quot;7c71337e-e095-48b9-ae42-38c1589a2217&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;12c7b04f-8aeb-473e-8953-c2e644782bcd&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;17&quot;
    }
  ],
  &quot;AreaClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;18&quot;,
      &quot;AreaId&quot;: &quot;9e3cf843-cb57-43ac-953c-86726e5c7ef1&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;c35f4efe-bf3a-4b9d-b081-22ccdf05739b&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;18&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ClientId&quot;: 1,
  &quot;GoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;GoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;d7a7006b-8d6d-48c5-904e-1a80ed44a734&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5723871+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;LegacyGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;GoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;5ddd015a-f0c1-4e5c-91ee-7ec02913e7f1&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;AgreementClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;b8f658fc-047e-4081-a648-cea635922757&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;LegacyAgreementClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;a086da1c-561f-43b7-9664-b954542054fc&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;SubGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;SubGoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;ee7dea22-c408-42e4-bf3e-c268a624750f&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;LegacySubGoalClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;SubGoalId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;e0f8c3c1-9d26-4cc9-8bf9-9d57b3ae4bfe&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ActionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;9&quot;,
      &quot;ActionId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;fbde2382-4a7d-49d6-b6f6-2baabe9c19a8&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;9&quot;
    }
  ],
  &quot;LegacyActionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;10&quot;,
      &quot;ActionId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;88691536-f017-443e-abe9-2ab6a832b54b&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;10&quot;
    }
  ],
  &quot;VisionModelItemClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;VisionModelItemId&quot;: 1,
      &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Subjective&quot;: &quot;sample string 4&quot;,
      &quot;Objective&quot;: &quot;sample string 5&quot;,
      &quot;Evaluation&quot;: &quot;sample string 6&quot;,
      &quot;Plan&quot;: &quot;sample string 7&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 12,
      &quot;AggregateId&quot;: &quot;1a8da93d-e2cc-4830-b739-40f0121d967b&quot;,
      &quot;ClientId&quot;: 14,
      &quot;ClientName&quot;: &quot;sample string 15&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 18&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 21&quot;,
      &quot;EmployeeId&quot;: 22,
      &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
      &quot;ShiftId&quot;: 24,
      &quot;Shift&quot;: &quot;sample string 25&quot;,
      &quot;DisciplineId&quot;: 26,
      &quot;Discipline&quot;: &quot;sample string 27&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 29&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;EpisodeClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;12&quot;,
      &quot;EpisodeId&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;f926f655-8897-4295-8225-abec0b81e4eb&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;12&quot;
    }
  ],
  &quot;GeneralClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;Description&quot;: &quot;sample string 1&quot;,
      &quot;Subjective&quot;: &quot;sample string 2&quot;,
      &quot;Objective&quot;: &quot;sample string 3&quot;,
      &quot;Evaluation&quot;: &quot;sample string 4&quot;,
      &quot;Plan&quot;: &quot;sample string 5&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 10,
      &quot;AggregateId&quot;: &quot;7606bf24-a48f-47c7-93ec-716f4611b3f9&quot;,
      &quot;ClientId&quot;: 12,
      &quot;ClientName&quot;: &quot;sample string 13&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 16&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 19&quot;,
      &quot;EmployeeId&quot;: 20,
      &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
      &quot;ShiftId&quot;: 22,
      &quot;Shift&quot;: &quot;sample string 23&quot;,
      &quot;DisciplineId&quot;: 24,
      &quot;Discipline&quot;: &quot;sample string 25&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 27&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ],
  &quot;UnplannedMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;14&quot;,
      &quot;UnplannedMeasureId&quot;: &quot;8b277d27-6452-4d87-969a-6f7a7d546b93&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
      &quot;LegalContact&quot;: 0,
      &quot;ClientResistance&quot;: true,
      &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
      &quot;Alternatives&quot;: &quot;sample string 7&quot;,
      &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
      &quot;Measure&quot;: &quot;sample string 9&quot;,
      &quot;MeasureCategoryId&quot;: &quot;987e6814-ea23-4b2c-8211-9f51368b540f&quot;,
      &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
      &quot;Prevention&quot;: &quot;sample string 11&quot;,
      &quot;RelationNotifyId&quot;: 1,
      &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;AggregateId&quot;: &quot;d502b34c-cec9-46ce-8230-b5c8928c8d6e&quot;,
      &quot;ClientId&quot;: 15,
      &quot;ClientName&quot;: &quot;sample string 16&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 19&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 22&quot;,
      &quot;EmployeeId&quot;: 23,
      &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
      &quot;ShiftId&quot;: 25,
      &quot;Shift&quot;: &quot;sample string 26&quot;,
      &quot;DisciplineId&quot;: 27,
      &quot;Discipline&quot;: &quot;sample string 28&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 30&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;14&quot;
    }
  ],
  &quot;StructuralMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;15&quot;,
      &quot;MeasureId&quot;: &quot;980f1eca-eb12-4d9a-ab58-d31e9f80bdf9&quot;,
      &quot;Content&quot;: &quot;sample string 2&quot;,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 3,
      &quot;AggregateId&quot;: &quot;8cff95fb-21ef-4caa-992f-3e5d7052d531&quot;,
      &quot;ClientId&quot;: 5,
      &quot;ClientName&quot;: &quot;sample string 6&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 9&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 12&quot;,
      &quot;EmployeeId&quot;: 13,
      &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
      &quot;ShiftId&quot;: 15,
      &quot;Shift&quot;: &quot;sample string 16&quot;,
      &quot;DisciplineId&quot;: 17,
      &quot;Discipline&quot;: &quot;sample string 18&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 20&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;15&quot;
    }
  ],
  &quot;IncidentalMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;16&quot;,
      &quot;MeasureId&quot;: &quot;18f05468-9c61-4cc6-8f0b-cc7168baac42&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Precedence&quot;: &quot;sample string 4&quot;,
      &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
      &quot;Situation&quot;: &quot;sample string 6&quot;,
      &quot;Completion&quot;: &quot;sample string 7&quot;,
      &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
      &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
      &quot;LegalContact&quot;: 0,
      &quot;ClientResistance&quot;: true,
      &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
      &quot;ApplierId&quot;: 12,
      &quot;Applier&quot;: &quot;sample string 13&quot;,
      &quot;RelationNotifyId&quot;: 1,
      &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
      &quot;Id&quot;: 15,
      &quot;AggregateId&quot;: &quot;ce638e26-5d9e-4eed-8e85-6a17f643d9cb&quot;,
      &quot;ClientId&quot;: 17,
      &quot;ClientName&quot;: &quot;sample string 18&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 21&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 24&quot;,
      &quot;EmployeeId&quot;: 25,
      &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
      &quot;ShiftId&quot;: 27,
      &quot;Shift&quot;: &quot;sample string 28&quot;,
      &quot;DisciplineId&quot;: 29,
      &quot;Discipline&quot;: &quot;sample string 30&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 32&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;16&quot;
    }
  ],
  &quot;InterventionClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;17&quot;,
      &quot;InterventionId&quot;: &quot;7c71337e-e095-48b9-ae42-38c1589a2217&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;12c7b04f-8aeb-473e-8953-c2e644782bcd&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;17&quot;
    }
  ],
  &quot;AreaClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;18&quot;,
      &quot;AreaId&quot;: &quot;9e3cf843-cb57-43ac-953c-86726e5c7ef1&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;Subjective&quot;: &quot;sample string 3&quot;,
      &quot;Objective&quot;: &quot;sample string 4&quot;,
      &quot;Evaluation&quot;: &quot;sample string 5&quot;,
      &quot;Plan&quot;: &quot;sample string 6&quot;,
      &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
      &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
      &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
      &quot;LayoutType&quot;: 0,
      &quot;Format&quot;: 0,
      &quot;OriginalFreeTextFormat&quot;: 0,
      &quot;Id&quot;: 11,
      &quot;AggregateId&quot;: &quot;c35f4efe-bf3a-4b9d-b081-22ccdf05739b&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;AvailableFor&quot;: 0,
      &quot;AvailableForDisciplineIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;AvailableForDisciplineGroupIds&quot;: [
        1,
        2
      ],
      &quot;AvailableForDisciplineGroupNames&quot;: [
        &quot;sample string 1&quot;,
        &quot;sample string 2&quot;
      ],
      &quot;Subject&quot;: &quot;sample string 17&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 20&quot;,
      &quot;EmployeeId&quot;: 21,
      &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
      &quot;ShiftId&quot;: 23,
      &quot;Shift&quot;: &quot;sample string 24&quot;,
      &quot;DisciplineId&quot;: 25,
      &quot;Discipline&quot;: &quot;sample string 26&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
      &quot;ReportTags&quot;: [
        {
          &quot;$ref&quot;: &quot;3&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
      &quot;AttributeIds&quot;: [
        1,
        2
      ],
      &quot;Attributes&quot;: &quot;sample string 28&quot;,
      &quot;ParentId&quot;: 1,
      &quot;ChildReports&quot;: null,
      &quot;ContactTypeId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;18&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientReportCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ActionClientReports&gt;
    &lt;ActionClientReport&gt;
      &lt;AggregateId&gt;fbde2382-4a7d-49d6-b6f6-2baabe9c19a8&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/ActionClientReport&gt;
    &lt;ActionClientReport&gt;
      &lt;AggregateId&gt;fbde2382-4a7d-49d6-b6f6-2baabe9c19a8&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/ActionClientReport&gt;
  &lt;/ActionClientReports&gt;
  &lt;AgreementClientReports&gt;
    &lt;AgreementClientReport&gt;
      &lt;AggregateId&gt;b8f658fc-047e-4081-a648-cea635922757&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementClientReport&gt;
    &lt;AgreementClientReport&gt;
      &lt;AggregateId&gt;b8f658fc-047e-4081-a648-cea635922757&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementClientReport&gt;
  &lt;/AgreementClientReports&gt;
  &lt;AreaClientReports&gt;
    &lt;AreaClientReport&gt;
      &lt;AggregateId&gt;c35f4efe-bf3a-4b9d-b081-22ccdf05739b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AreaId&gt;9e3cf843-cb57-43ac-953c-86726e5c7ef1&lt;/AreaId&gt;
    &lt;/AreaClientReport&gt;
    &lt;AreaClientReport&gt;
      &lt;AggregateId&gt;c35f4efe-bf3a-4b9d-b081-22ccdf05739b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AreaId&gt;9e3cf843-cb57-43ac-953c-86726e5c7ef1&lt;/AreaId&gt;
    &lt;/AreaClientReport&gt;
  &lt;/AreaClientReports&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;EpisodeClientReports&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;f926f655-8897-4295-8225-abec0b81e4eb&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
    &lt;/EpisodeClientReport&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;f926f655-8897-4295-8225-abec0b81e4eb&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
    &lt;/EpisodeClientReport&gt;
  &lt;/EpisodeClientReports&gt;
  &lt;GeneralClientReports&gt;
    &lt;GeneralClientReport&gt;
      &lt;AggregateId&gt;7606bf24-a48f-47c7-93ec-716f4611b3f9&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;12&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
      &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 23&lt;/Shift&gt;
      &lt;ShiftId&gt;22&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 16&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 3&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 5&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
    &lt;/GeneralClientReport&gt;
    &lt;GeneralClientReport&gt;
      &lt;AggregateId&gt;7606bf24-a48f-47c7-93ec-716f4611b3f9&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;12&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
      &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 23&lt;/Shift&gt;
      &lt;ShiftId&gt;22&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 16&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 3&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 5&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
    &lt;/GeneralClientReport&gt;
  &lt;/GeneralClientReports&gt;
  &lt;GoalClientReports&gt;
    &lt;GoalClientReport&gt;
      &lt;AggregateId&gt;d7a7006b-8d6d-48c5-904e-1a80ed44a734&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/GoalClientReport&gt;
    &lt;GoalClientReport&gt;
      &lt;AggregateId&gt;d7a7006b-8d6d-48c5-904e-1a80ed44a734&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/GoalClientReport&gt;
  &lt;/GoalClientReports&gt;
  &lt;IncidentalMeasureClientReports&gt;
    &lt;IncidentalMeasureClientReport&gt;
      &lt;AggregateId&gt;ce638e26-5d9e-4eed-8e85-6a17f643d9cb&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;17&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
      &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 28&lt;/Shift&gt;
      &lt;ShiftId&gt;27&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 21&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
      &lt;Applier&gt;sample string 13&lt;/Applier&gt;
      &lt;ApplierId&gt;12&lt;/ApplierId&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
      &lt;Completion&gt;sample string 7&lt;/Completion&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
      &lt;MeasureId&gt;18f05468-9c61-4cc6-8f0b-cc7168baac42&lt;/MeasureId&gt;
      &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
      &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
      &lt;Situation&gt;sample string 6&lt;/Situation&gt;
    &lt;/IncidentalMeasureClientReport&gt;
    &lt;IncidentalMeasureClientReport&gt;
      &lt;AggregateId&gt;ce638e26-5d9e-4eed-8e85-6a17f643d9cb&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;17&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
      &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 28&lt;/Shift&gt;
      &lt;ShiftId&gt;27&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 21&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
      &lt;Applier&gt;sample string 13&lt;/Applier&gt;
      &lt;ApplierId&gt;12&lt;/ApplierId&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
      &lt;Completion&gt;sample string 7&lt;/Completion&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
      &lt;MeasureId&gt;18f05468-9c61-4cc6-8f0b-cc7168baac42&lt;/MeasureId&gt;
      &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
      &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
      &lt;Situation&gt;sample string 6&lt;/Situation&gt;
    &lt;/IncidentalMeasureClientReport&gt;
  &lt;/IncidentalMeasureClientReports&gt;
  &lt;InterventionClientReports&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;12c7b04f-8aeb-473e-8953-c2e644782bcd&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;InterventionId&gt;7c71337e-e095-48b9-ae42-38c1589a2217&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;12c7b04f-8aeb-473e-8953-c2e644782bcd&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;InterventionId&gt;7c71337e-e095-48b9-ae42-38c1589a2217&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
  &lt;/InterventionClientReports&gt;
  &lt;LegacyActionClientReports&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;88691536-f017-443e-abe9-2ab6a832b54b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionClientReport&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;88691536-f017-443e-abe9-2ab6a832b54b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionClientReport&gt;
  &lt;/LegacyActionClientReports&gt;
  &lt;LegacyAgreementClientReports&gt;
    &lt;LegacyAgreementClientReport&gt;
      &lt;AggregateId&gt;a086da1c-561f-43b7-9664-b954542054fc&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/LegacyAgreementClientReport&gt;
    &lt;LegacyAgreementClientReport&gt;
      &lt;AggregateId&gt;a086da1c-561f-43b7-9664-b954542054fc&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/LegacyAgreementClientReport&gt;
  &lt;/LegacyAgreementClientReports&gt;
  &lt;LegacyGoalClientReports&gt;
    &lt;LegacyGoalClientReport&gt;
      &lt;AggregateId&gt;5ddd015a-f0c1-4e5c-91ee-7ec02913e7f1&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/LegacyGoalClientReport&gt;
    &lt;LegacyGoalClientReport&gt;
      &lt;AggregateId&gt;5ddd015a-f0c1-4e5c-91ee-7ec02913e7f1&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/LegacyGoalClientReport&gt;
  &lt;/LegacyGoalClientReports&gt;
  &lt;LegacySubGoalClientReports&gt;
    &lt;LegacySubGoalClientReport&gt;
      &lt;AggregateId&gt;e0f8c3c1-9d26-4cc9-8bf9-9d57b3ae4bfe&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/LegacySubGoalClientReport&gt;
    &lt;LegacySubGoalClientReport&gt;
      &lt;AggregateId&gt;e0f8c3c1-9d26-4cc9-8bf9-9d57b3ae4bfe&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/LegacySubGoalClientReport&gt;
  &lt;/LegacySubGoalClientReports&gt;
  &lt;StructuralMeasureClientReports&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;8cff95fb-21ef-4caa-992f-3e5d7052d531&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;5&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
      &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 16&lt;/Shift&gt;
      &lt;ShiftId&gt;15&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 9&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
      &lt;Content&gt;sample string 2&lt;/Content&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;MeasureId&gt;980f1eca-eb12-4d9a-ab58-d31e9f80bdf9&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;8cff95fb-21ef-4caa-992f-3e5d7052d531&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;5&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
      &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 16&lt;/Shift&gt;
      &lt;ShiftId&gt;15&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 9&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
      &lt;Content&gt;sample string 2&lt;/Content&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;MeasureId&gt;980f1eca-eb12-4d9a-ab58-d31e9f80bdf9&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
  &lt;/StructuralMeasureClientReports&gt;
  &lt;SubGoalClientReports&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;ee7dea22-c408-42e4-bf3e-c268a624750f&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/SubGoalClientReport&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;ee7dea22-c408-42e4-bf3e-c268a624750f&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/SubGoalClientReport&gt;
  &lt;/SubGoalClientReports&gt;
  &lt;UnplannedMeasureClientReports&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;d502b34c-cec9-46ce-8230-b5c8928c8d6e&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
      &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
      &lt;Id&gt;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 26&lt;/Shift&gt;
      &lt;ShiftId&gt;25&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 19&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
      &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
      &lt;Measure&gt;sample string 9&lt;/Measure&gt;
      &lt;MeasureCategoryId&gt;987e6814-ea23-4b2c-8211-9f51368b540f&lt;/MeasureCategoryId&gt;
      &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
      &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
      &lt;UnplannedMeasureId&gt;8b277d27-6452-4d87-969a-6f7a7d546b93&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;d502b34c-cec9-46ce-8230-b5c8928c8d6e&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
      &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
      &lt;Id&gt;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 26&lt;/Shift&gt;
      &lt;ShiftId&gt;25&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 19&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
      &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
      &lt;Measure&gt;sample string 9&lt;/Measure&gt;
      &lt;MeasureCategoryId&gt;987e6814-ea23-4b2c-8211-9f51368b540f&lt;/MeasureCategoryId&gt;
      &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
      &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
      &lt;UnplannedMeasureId&gt;8b277d27-6452-4d87-969a-6f7a7d546b93&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
  &lt;/UnplannedMeasureClientReports&gt;
  &lt;VisionModelItemClientReports&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;1a8da93d-e2cc-4830-b739-40f0121d967b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;14&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
      &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
      &lt;Id&gt;12&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 25&lt;/Shift&gt;
      &lt;ShiftId&gt;24&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 18&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 5&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 7&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
    &lt;/VisionModelItemClientReport&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;1a8da93d-e2cc-4830-b739-40f0121d967b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;14&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
      &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
      &lt;Id&gt;12&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 25&lt;/Shift&gt;
      &lt;ShiftId&gt;24&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 18&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 5&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 7&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
    &lt;/VisionModelItemClientReport&gt;
  &lt;/VisionModelItemClientReports&gt;
&lt;/ClientReportCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientReportCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ActionClientReports&gt;
    &lt;ActionClientReport&gt;
      &lt;AggregateId&gt;fbde2382-4a7d-49d6-b6f6-2baabe9c19a8&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/ActionClientReport&gt;
    &lt;ActionClientReport&gt;
      &lt;AggregateId&gt;fbde2382-4a7d-49d6-b6f6-2baabe9c19a8&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/ActionClientReport&gt;
  &lt;/ActionClientReports&gt;
  &lt;AgreementClientReports&gt;
    &lt;AgreementClientReport&gt;
      &lt;AggregateId&gt;b8f658fc-047e-4081-a648-cea635922757&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementClientReport&gt;
    &lt;AgreementClientReport&gt;
      &lt;AggregateId&gt;b8f658fc-047e-4081-a648-cea635922757&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/AgreementClientReport&gt;
  &lt;/AgreementClientReports&gt;
  &lt;AreaClientReports&gt;
    &lt;AreaClientReport&gt;
      &lt;AggregateId&gt;c35f4efe-bf3a-4b9d-b081-22ccdf05739b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AreaId&gt;9e3cf843-cb57-43ac-953c-86726e5c7ef1&lt;/AreaId&gt;
    &lt;/AreaClientReport&gt;
    &lt;AreaClientReport&gt;
      &lt;AggregateId&gt;c35f4efe-bf3a-4b9d-b081-22ccdf05739b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AreaId&gt;9e3cf843-cb57-43ac-953c-86726e5c7ef1&lt;/AreaId&gt;
    &lt;/AreaClientReport&gt;
  &lt;/AreaClientReports&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;EpisodeClientReports&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;f926f655-8897-4295-8225-abec0b81e4eb&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
    &lt;/EpisodeClientReport&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;f926f655-8897-4295-8225-abec0b81e4eb&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
    &lt;/EpisodeClientReport&gt;
  &lt;/EpisodeClientReports&gt;
  &lt;GeneralClientReports&gt;
    &lt;GeneralClientReport&gt;
      &lt;AggregateId&gt;7606bf24-a48f-47c7-93ec-716f4611b3f9&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;12&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
      &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 23&lt;/Shift&gt;
      &lt;ShiftId&gt;22&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 16&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 3&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 5&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
    &lt;/GeneralClientReport&gt;
    &lt;GeneralClientReport&gt;
      &lt;AggregateId&gt;7606bf24-a48f-47c7-93ec-716f4611b3f9&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;12&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
      &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 23&lt;/Shift&gt;
      &lt;ShiftId&gt;22&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 16&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 3&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 5&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
    &lt;/GeneralClientReport&gt;
  &lt;/GeneralClientReports&gt;
  &lt;GoalClientReports&gt;
    &lt;GoalClientReport&gt;
      &lt;AggregateId&gt;d7a7006b-8d6d-48c5-904e-1a80ed44a734&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/GoalClientReport&gt;
    &lt;GoalClientReport&gt;
      &lt;AggregateId&gt;d7a7006b-8d6d-48c5-904e-1a80ed44a734&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5723871+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/GoalClientReport&gt;
  &lt;/GoalClientReports&gt;
  &lt;IncidentalMeasureClientReports&gt;
    &lt;IncidentalMeasureClientReport&gt;
      &lt;AggregateId&gt;ce638e26-5d9e-4eed-8e85-6a17f643d9cb&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;17&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
      &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 28&lt;/Shift&gt;
      &lt;ShiftId&gt;27&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 21&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
      &lt;Applier&gt;sample string 13&lt;/Applier&gt;
      &lt;ApplierId&gt;12&lt;/ApplierId&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
      &lt;Completion&gt;sample string 7&lt;/Completion&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
      &lt;MeasureId&gt;18f05468-9c61-4cc6-8f0b-cc7168baac42&lt;/MeasureId&gt;
      &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
      &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
      &lt;Situation&gt;sample string 6&lt;/Situation&gt;
    &lt;/IncidentalMeasureClientReport&gt;
    &lt;IncidentalMeasureClientReport&gt;
      &lt;AggregateId&gt;ce638e26-5d9e-4eed-8e85-6a17f643d9cb&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;17&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
      &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 28&lt;/Shift&gt;
      &lt;ShiftId&gt;27&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 21&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
      &lt;Applier&gt;sample string 13&lt;/Applier&gt;
      &lt;ApplierId&gt;12&lt;/ApplierId&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
      &lt;Completion&gt;sample string 7&lt;/Completion&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
      &lt;MeasureId&gt;18f05468-9c61-4cc6-8f0b-cc7168baac42&lt;/MeasureId&gt;
      &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
      &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
      &lt;Situation&gt;sample string 6&lt;/Situation&gt;
    &lt;/IncidentalMeasureClientReport&gt;
  &lt;/IncidentalMeasureClientReports&gt;
  &lt;InterventionClientReports&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;12c7b04f-8aeb-473e-8953-c2e644782bcd&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;InterventionId&gt;7c71337e-e095-48b9-ae42-38c1589a2217&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;12c7b04f-8aeb-473e-8953-c2e644782bcd&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;InterventionId&gt;7c71337e-e095-48b9-ae42-38c1589a2217&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
  &lt;/InterventionClientReports&gt;
  &lt;LegacyActionClientReports&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;88691536-f017-443e-abe9-2ab6a832b54b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionClientReport&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;88691536-f017-443e-abe9-2ab6a832b54b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;ActionId&gt;1&lt;/ActionId&gt;
    &lt;/LegacyActionClientReport&gt;
  &lt;/LegacyActionClientReports&gt;
  &lt;LegacyAgreementClientReports&gt;
    &lt;LegacyAgreementClientReport&gt;
      &lt;AggregateId&gt;a086da1c-561f-43b7-9664-b954542054fc&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/LegacyAgreementClientReport&gt;
    &lt;LegacyAgreementClientReport&gt;
      &lt;AggregateId&gt;a086da1c-561f-43b7-9664-b954542054fc&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;AgreementId&gt;1&lt;/AgreementId&gt;
    &lt;/LegacyAgreementClientReport&gt;
  &lt;/LegacyAgreementClientReports&gt;
  &lt;LegacyGoalClientReports&gt;
    &lt;LegacyGoalClientReport&gt;
      &lt;AggregateId&gt;5ddd015a-f0c1-4e5c-91ee-7ec02913e7f1&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/LegacyGoalClientReport&gt;
    &lt;LegacyGoalClientReport&gt;
      &lt;AggregateId&gt;5ddd015a-f0c1-4e5c-91ee-7ec02913e7f1&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;GoalId&gt;1&lt;/GoalId&gt;
    &lt;/LegacyGoalClientReport&gt;
  &lt;/LegacyGoalClientReports&gt;
  &lt;LegacySubGoalClientReports&gt;
    &lt;LegacySubGoalClientReport&gt;
      &lt;AggregateId&gt;e0f8c3c1-9d26-4cc9-8bf9-9d57b3ae4bfe&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/LegacySubGoalClientReport&gt;
    &lt;LegacySubGoalClientReport&gt;
      &lt;AggregateId&gt;e0f8c3c1-9d26-4cc9-8bf9-9d57b3ae4bfe&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/LegacySubGoalClientReport&gt;
  &lt;/LegacySubGoalClientReports&gt;
  &lt;StructuralMeasureClientReports&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;8cff95fb-21ef-4caa-992f-3e5d7052d531&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;5&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
      &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 16&lt;/Shift&gt;
      &lt;ShiftId&gt;15&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 9&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
      &lt;Content&gt;sample string 2&lt;/Content&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;MeasureId&gt;980f1eca-eb12-4d9a-ab58-d31e9f80bdf9&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;8cff95fb-21ef-4caa-992f-3e5d7052d531&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;5&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
      &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 16&lt;/Shift&gt;
      &lt;ShiftId&gt;15&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 9&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
      &lt;Content&gt;sample string 2&lt;/Content&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;MeasureId&gt;980f1eca-eb12-4d9a-ab58-d31e9f80bdf9&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
  &lt;/StructuralMeasureClientReports&gt;
  &lt;SubGoalClientReports&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;ee7dea22-c408-42e4-bf3e-c268a624750f&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/SubGoalClientReport&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;ee7dea22-c408-42e4-bf3e-c268a624750f&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
      &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
      &lt;Id&gt;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 24&lt;/Shift&gt;
      &lt;ShiftId&gt;23&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 17&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
    &lt;/SubGoalClientReport&gt;
  &lt;/SubGoalClientReports&gt;
  &lt;UnplannedMeasureClientReports&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;d502b34c-cec9-46ce-8230-b5c8928c8d6e&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
      &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
      &lt;Id&gt;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 26&lt;/Shift&gt;
      &lt;ShiftId&gt;25&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 19&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
      &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
      &lt;Measure&gt;sample string 9&lt;/Measure&gt;
      &lt;MeasureCategoryId&gt;987e6814-ea23-4b2c-8211-9f51368b540f&lt;/MeasureCategoryId&gt;
      &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
      &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
      &lt;UnplannedMeasureId&gt;8b277d27-6452-4d87-969a-6f7a7d546b93&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;d502b34c-cec9-46ce-8230-b5c8928c8d6e&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
      &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
      &lt;Id&gt;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 26&lt;/Shift&gt;
      &lt;ShiftId&gt;25&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 19&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
      &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
      &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
      &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
      &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
      &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
      &lt;Measure&gt;sample string 9&lt;/Measure&gt;
      &lt;MeasureCategoryId&gt;987e6814-ea23-4b2c-8211-9f51368b540f&lt;/MeasureCategoryId&gt;
      &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
      &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
      &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
      &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
      &lt;UnplannedMeasureId&gt;8b277d27-6452-4d87-969a-6f7a7d546b93&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
  &lt;/UnplannedMeasureClientReports&gt;
  &lt;VisionModelItemClientReports&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;1a8da93d-e2cc-4830-b739-40f0121d967b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;14&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
      &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
      &lt;Id&gt;12&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 25&lt;/Shift&gt;
      &lt;ShiftId&gt;24&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 18&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 5&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 7&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
    &lt;/VisionModelItemClientReport&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;1a8da93d-e2cc-4830-b739-40f0121d967b&lt;/AggregateId&gt;
      &lt;AttributeIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AttributeIds&gt;
      &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
      &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
      &lt;AvailableForDisciplineGroupIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineGroupIds&gt;
      &lt;AvailableForDisciplineGroupNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineGroupNames&gt;
      &lt;AvailableForDisciplineIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/AvailableForDisciplineIds&gt;
      &lt;AvailableForDisciplineNames xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:string&gt;sample string 1&lt;/d4p1:string&gt;
        &lt;d4p1:string&gt;sample string 2&lt;/d4p1:string&gt;
      &lt;/AvailableForDisciplineNames&gt;
      &lt;ChildReports i:nil=&quot;true&quot; /&gt;
      &lt;ClientId&gt;14&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
      &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
      &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
      &lt;Id&gt;12&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
      &lt;ReportTags xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
        &lt;d4p1:ReportTag&gt;
          &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
          &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;/d4p1:ReportTag&gt;
      &lt;/ReportTags&gt;
      &lt;Shift&gt;sample string 25&lt;/Shift&gt;
      &lt;ShiftId&gt;24&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 18&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 5&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 7&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
    &lt;/VisionModelItemClientReport&gt;
  &lt;/VisionModelItemClientReports&gt;
&lt;/ClientReportCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;maxResultCount={maxResultCount}&amp;reportFormat={reportFormat}&amp;withContent={withContent}">
                <doc title="PlanCare2Api/ClientReports?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;maxResultCount={maxResultCount}&amp;reportFormat={reportFormat}&amp;withContent={withContent}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="maxResultCount"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                             <param name="reportFormat"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="withContent"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;GoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;GoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;db478c67-ff87-418c-94eb-821ce1c09246&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;Name&quot;: &quot;sample string 2&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;LegacyGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;GoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;AgreementClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;5&quot;,
        &quot;AgreementId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;cd191144-ac0a-4776-abb8-d55b5939bdc6&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;5&quot;
      }
    ],
    &quot;LegacyAgreementClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;AgreementId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;804cfaf7-ae7d-475f-9557-7dc890d9d630&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;6&quot;
      }
    ],
    &quot;SubGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;7&quot;,
        &quot;SubGoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;43580e83-d139-45f6-9b0a-33b900ac6fca&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;7&quot;
      }
    ],
    &quot;LegacySubGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;8&quot;,
        &quot;SubGoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;ca2927c2-1e8f-4de9-b518-60a5beaec05e&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;8&quot;
      }
    ],
    &quot;ActionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;ActionId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;a2bd4cc4-e483-4463-992e-556200578208&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;9&quot;
      }
    ],
    &quot;LegacyActionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;10&quot;,
        &quot;ActionId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;6de4e8bb-2641-4192-9d2d-29ae13d76d77&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;10&quot;
      }
    ],
    &quot;VisionModelItemClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;VisionModelItemId&quot;: 1,
        &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Subjective&quot;: &quot;sample string 4&quot;,
        &quot;Objective&quot;: &quot;sample string 5&quot;,
        &quot;Evaluation&quot;: &quot;sample string 6&quot;,
        &quot;Plan&quot;: &quot;sample string 7&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 12,
        &quot;AggregateId&quot;: &quot;bb2c76ce-ee39-412c-ae56-7aaa65148782&quot;,
        &quot;ClientId&quot;: 14,
        &quot;ClientName&quot;: &quot;sample string 15&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 18&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 21&quot;,
        &quot;EmployeeId&quot;: 22,
        &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
        &quot;ShiftId&quot;: 24,
        &quot;Shift&quot;: &quot;sample string 25&quot;,
        &quot;DisciplineId&quot;: 26,
        &quot;Discipline&quot;: &quot;sample string 27&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 29&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;11&quot;
      }
    ],
    &quot;EpisodeClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;12&quot;,
        &quot;EpisodeId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;12&quot;
      }
    ],
    &quot;GeneralClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;13&quot;,
        &quot;Description&quot;: &quot;sample string 1&quot;,
        &quot;Subjective&quot;: &quot;sample string 2&quot;,
        &quot;Objective&quot;: &quot;sample string 3&quot;,
        &quot;Evaluation&quot;: &quot;sample string 4&quot;,
        &quot;Plan&quot;: &quot;sample string 5&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 10,
        &quot;AggregateId&quot;: &quot;e9d8bfac-059e-464d-98c7-6e50adbe2a28&quot;,
        &quot;ClientId&quot;: 12,
        &quot;ClientName&quot;: &quot;sample string 13&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 16&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 19&quot;,
        &quot;EmployeeId&quot;: 20,
        &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
        &quot;ShiftId&quot;: 22,
        &quot;Shift&quot;: &quot;sample string 23&quot;,
        &quot;DisciplineId&quot;: 24,
        &quot;Discipline&quot;: &quot;sample string 25&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 27&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;13&quot;
      }
    ],
    &quot;UnplannedMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;14&quot;,
        &quot;UnplannedMeasureId&quot;: &quot;cc87c1b4-3abd-49b3-8bf0-ead123e44892&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
        &quot;LegalContact&quot;: 0,
        &quot;ClientResistance&quot;: true,
        &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
        &quot;Alternatives&quot;: &quot;sample string 7&quot;,
        &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
        &quot;Measure&quot;: &quot;sample string 9&quot;,
        &quot;MeasureCategoryId&quot;: &quot;e89f005f-7681-4360-9764-0a37a0227e08&quot;,
        &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
        &quot;Prevention&quot;: &quot;sample string 11&quot;,
        &quot;RelationNotifyId&quot;: 1,
        &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
        &quot;Id&quot;: 13,
        &quot;AggregateId&quot;: &quot;47f3ef70-7925-4c2f-8f3b-224efd787cc3&quot;,
        &quot;ClientId&quot;: 15,
        &quot;ClientName&quot;: &quot;sample string 16&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 19&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 22&quot;,
        &quot;EmployeeId&quot;: 23,
        &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
        &quot;ShiftId&quot;: 25,
        &quot;Shift&quot;: &quot;sample string 26&quot;,
        &quot;DisciplineId&quot;: 27,
        &quot;Discipline&quot;: &quot;sample string 28&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 30&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;14&quot;
      }
    ],
    &quot;StructuralMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;15&quot;,
        &quot;MeasureId&quot;: &quot;e3351127-c973-475d-8e59-338f181d7759&quot;,
        &quot;Content&quot;: &quot;sample string 2&quot;,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 3,
        &quot;AggregateId&quot;: &quot;8fb7bedc-ddb6-4ded-b978-45537109cdec&quot;,
        &quot;ClientId&quot;: 5,
        &quot;ClientName&quot;: &quot;sample string 6&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 9&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 12&quot;,
        &quot;EmployeeId&quot;: 13,
        &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
        &quot;ShiftId&quot;: 15,
        &quot;Shift&quot;: &quot;sample string 16&quot;,
        &quot;DisciplineId&quot;: 17,
        &quot;Discipline&quot;: &quot;sample string 18&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 20&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;15&quot;
      }
    ],
    &quot;IncidentalMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;16&quot;,
        &quot;MeasureId&quot;: &quot;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Precedence&quot;: &quot;sample string 4&quot;,
        &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
        &quot;Situation&quot;: &quot;sample string 6&quot;,
        &quot;Completion&quot;: &quot;sample string 7&quot;,
        &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
        &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
        &quot;LegalContact&quot;: 0,
        &quot;ClientResistance&quot;: true,
        &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
        &quot;ApplierId&quot;: 12,
        &quot;Applier&quot;: &quot;sample string 13&quot;,
        &quot;RelationNotifyId&quot;: 1,
        &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
        &quot;Id&quot;: 15,
        &quot;AggregateId&quot;: &quot;366ce276-5472-40b9-ade3-4ca060c0011a&quot;,
        &quot;ClientId&quot;: 17,
        &quot;ClientName&quot;: &quot;sample string 18&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 21&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 24&quot;,
        &quot;EmployeeId&quot;: 25,
        &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
        &quot;ShiftId&quot;: 27,
        &quot;Shift&quot;: &quot;sample string 28&quot;,
        &quot;DisciplineId&quot;: 29,
        &quot;Discipline&quot;: &quot;sample string 30&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 32&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;16&quot;
      }
    ],
    &quot;InterventionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;17&quot;,
        &quot;InterventionId&quot;: &quot;204d60fe-1f72-4f38-b97c-2fd6329925e6&quot;,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;17&quot;
      }
    ],
    &quot;AreaClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;18&quot;,
        &quot;AreaId&quot;: &quot;6a459aad-26d0-42be-9880-0159ab1859ce&quot;,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;21ae222a-b88d-4de4-a106-9deab7e18ef3&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;18&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;GoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;GoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;db478c67-ff87-418c-94eb-821ce1c09246&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;Name&quot;: &quot;sample string 2&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;LegacyGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;GoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;AgreementClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;5&quot;,
        &quot;AgreementId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;cd191144-ac0a-4776-abb8-d55b5939bdc6&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;5&quot;
      }
    ],
    &quot;LegacyAgreementClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;AgreementId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;804cfaf7-ae7d-475f-9557-7dc890d9d630&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;6&quot;
      }
    ],
    &quot;SubGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;7&quot;,
        &quot;SubGoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;43580e83-d139-45f6-9b0a-33b900ac6fca&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;7&quot;
      }
    ],
    &quot;LegacySubGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;8&quot;,
        &quot;SubGoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;ca2927c2-1e8f-4de9-b518-60a5beaec05e&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;8&quot;
      }
    ],
    &quot;ActionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;ActionId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;a2bd4cc4-e483-4463-992e-556200578208&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;9&quot;
      }
    ],
    &quot;LegacyActionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;10&quot;,
        &quot;ActionId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;6de4e8bb-2641-4192-9d2d-29ae13d76d77&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;10&quot;
      }
    ],
    &quot;VisionModelItemClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;VisionModelItemId&quot;: 1,
        &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Subjective&quot;: &quot;sample string 4&quot;,
        &quot;Objective&quot;: &quot;sample string 5&quot;,
        &quot;Evaluation&quot;: &quot;sample string 6&quot;,
        &quot;Plan&quot;: &quot;sample string 7&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 12,
        &quot;AggregateId&quot;: &quot;bb2c76ce-ee39-412c-ae56-7aaa65148782&quot;,
        &quot;ClientId&quot;: 14,
        &quot;ClientName&quot;: &quot;sample string 15&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 18&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 21&quot;,
        &quot;EmployeeId&quot;: 22,
        &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
        &quot;ShiftId&quot;: 24,
        &quot;Shift&quot;: &quot;sample string 25&quot;,
        &quot;DisciplineId&quot;: 26,
        &quot;Discipline&quot;: &quot;sample string 27&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 29&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;11&quot;
      }
    ],
    &quot;EpisodeClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;12&quot;,
        &quot;EpisodeId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;12&quot;
      }
    ],
    &quot;GeneralClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;13&quot;,
        &quot;Description&quot;: &quot;sample string 1&quot;,
        &quot;Subjective&quot;: &quot;sample string 2&quot;,
        &quot;Objective&quot;: &quot;sample string 3&quot;,
        &quot;Evaluation&quot;: &quot;sample string 4&quot;,
        &quot;Plan&quot;: &quot;sample string 5&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 10,
        &quot;AggregateId&quot;: &quot;e9d8bfac-059e-464d-98c7-6e50adbe2a28&quot;,
        &quot;ClientId&quot;: 12,
        &quot;ClientName&quot;: &quot;sample string 13&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 16&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 19&quot;,
        &quot;EmployeeId&quot;: 20,
        &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
        &quot;ShiftId&quot;: 22,
        &quot;Shift&quot;: &quot;sample string 23&quot;,
        &quot;DisciplineId&quot;: 24,
        &quot;Discipline&quot;: &quot;sample string 25&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 27&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;13&quot;
      }
    ],
    &quot;UnplannedMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;14&quot;,
        &quot;UnplannedMeasureId&quot;: &quot;cc87c1b4-3abd-49b3-8bf0-ead123e44892&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
        &quot;LegalContact&quot;: 0,
        &quot;ClientResistance&quot;: true,
        &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
        &quot;Alternatives&quot;: &quot;sample string 7&quot;,
        &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
        &quot;Measure&quot;: &quot;sample string 9&quot;,
        &quot;MeasureCategoryId&quot;: &quot;e89f005f-7681-4360-9764-0a37a0227e08&quot;,
        &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
        &quot;Prevention&quot;: &quot;sample string 11&quot;,
        &quot;RelationNotifyId&quot;: 1,
        &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
        &quot;Id&quot;: 13,
        &quot;AggregateId&quot;: &quot;47f3ef70-7925-4c2f-8f3b-224efd787cc3&quot;,
        &quot;ClientId&quot;: 15,
        &quot;ClientName&quot;: &quot;sample string 16&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 19&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 22&quot;,
        &quot;EmployeeId&quot;: 23,
        &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
        &quot;ShiftId&quot;: 25,
        &quot;Shift&quot;: &quot;sample string 26&quot;,
        &quot;DisciplineId&quot;: 27,
        &quot;Discipline&quot;: &quot;sample string 28&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 30&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;14&quot;
      }
    ],
    &quot;StructuralMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;15&quot;,
        &quot;MeasureId&quot;: &quot;e3351127-c973-475d-8e59-338f181d7759&quot;,
        &quot;Content&quot;: &quot;sample string 2&quot;,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 3,
        &quot;AggregateId&quot;: &quot;8fb7bedc-ddb6-4ded-b978-45537109cdec&quot;,
        &quot;ClientId&quot;: 5,
        &quot;ClientName&quot;: &quot;sample string 6&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 9&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 12&quot;,
        &quot;EmployeeId&quot;: 13,
        &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
        &quot;ShiftId&quot;: 15,
        &quot;Shift&quot;: &quot;sample string 16&quot;,
        &quot;DisciplineId&quot;: 17,
        &quot;Discipline&quot;: &quot;sample string 18&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 20&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;15&quot;
      }
    ],
    &quot;IncidentalMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;16&quot;,
        &quot;MeasureId&quot;: &quot;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Precedence&quot;: &quot;sample string 4&quot;,
        &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
        &quot;Situation&quot;: &quot;sample string 6&quot;,
        &quot;Completion&quot;: &quot;sample string 7&quot;,
        &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
        &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
        &quot;LegalContact&quot;: 0,
        &quot;ClientResistance&quot;: true,
        &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
        &quot;ApplierId&quot;: 12,
        &quot;Applier&quot;: &quot;sample string 13&quot;,
        &quot;RelationNotifyId&quot;: 1,
        &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
        &quot;Id&quot;: 15,
        &quot;AggregateId&quot;: &quot;366ce276-5472-40b9-ade3-4ca060c0011a&quot;,
        &quot;ClientId&quot;: 17,
        &quot;ClientName&quot;: &quot;sample string 18&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 21&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 24&quot;,
        &quot;EmployeeId&quot;: 25,
        &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
        &quot;ShiftId&quot;: 27,
        &quot;Shift&quot;: &quot;sample string 28&quot;,
        &quot;DisciplineId&quot;: 29,
        &quot;Discipline&quot;: &quot;sample string 30&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 32&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;16&quot;
      }
    ],
    &quot;InterventionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;17&quot;,
        &quot;InterventionId&quot;: &quot;204d60fe-1f72-4f38-b97c-2fd6329925e6&quot;,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;17&quot;
      }
    ],
    &quot;AreaClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;18&quot;,
        &quot;AreaId&quot;: &quot;6a459aad-26d0-42be-9880-0159ab1859ce&quot;,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;21ae222a-b88d-4de4-a106-9deab7e18ef3&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.5880133+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;18&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientReportCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;a2bd4cc4-e483-4463-992e-556200578208&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;a2bd4cc4-e483-4463-992e-556200578208&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
    &lt;/ActionClientReports&gt;
    &lt;AgreementClientReports&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;cd191144-ac0a-4776-abb8-d55b5939bdc6&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;cd191144-ac0a-4776-abb8-d55b5939bdc6&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
    &lt;/AgreementClientReports&gt;
    &lt;AreaClientReports&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;21ae222a-b88d-4de4-a106-9deab7e18ef3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;6a459aad-26d0-42be-9880-0159ab1859ce&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;21ae222a-b88d-4de4-a106-9deab7e18ef3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;6a459aad-26d0-42be-9880-0159ab1859ce&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
    &lt;/AreaClientReports&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
    &lt;/EpisodeClientReports&gt;
    &lt;GeneralClientReports&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;e9d8bfac-059e-464d-98c7-6e50adbe2a28&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;e9d8bfac-059e-464d-98c7-6e50adbe2a28&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
    &lt;/GeneralClientReports&gt;
    &lt;GoalClientReports&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;db478c67-ff87-418c-94eb-821ce1c09246&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;db478c67-ff87-418c-94eb-821ce1c09246&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
    &lt;/GoalClientReports&gt;
    &lt;IncidentalMeasureClientReports&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;366ce276-5472-40b9-ade3-4ca060c0011a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;366ce276-5472-40b9-ade3-4ca060c0011a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
    &lt;/IncidentalMeasureClientReports&gt;
    &lt;InterventionClientReports&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;204d60fe-1f72-4f38-b97c-2fd6329925e6&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;204d60fe-1f72-4f38-b97c-2fd6329925e6&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;6de4e8bb-2641-4192-9d2d-29ae13d76d77&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;6de4e8bb-2641-4192-9d2d-29ae13d76d77&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
    &lt;/LegacyActionClientReports&gt;
    &lt;LegacyAgreementClientReports&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;804cfaf7-ae7d-475f-9557-7dc890d9d630&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;804cfaf7-ae7d-475f-9557-7dc890d9d630&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
    &lt;/LegacyAgreementClientReports&gt;
    &lt;LegacyGoalClientReports&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
    &lt;/LegacyGoalClientReports&gt;
    &lt;LegacySubGoalClientReports&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;ca2927c2-1e8f-4de9-b518-60a5beaec05e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;ca2927c2-1e8f-4de9-b518-60a5beaec05e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
    &lt;/LegacySubGoalClientReports&gt;
    &lt;StructuralMeasureClientReports&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;8fb7bedc-ddb6-4ded-b978-45537109cdec&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;e3351127-c973-475d-8e59-338f181d7759&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;8fb7bedc-ddb6-4ded-b978-45537109cdec&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;e3351127-c973-475d-8e59-338f181d7759&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;43580e83-d139-45f6-9b0a-33b900ac6fca&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;43580e83-d139-45f6-9b0a-33b900ac6fca&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
    &lt;/SubGoalClientReports&gt;
    &lt;UnplannedMeasureClientReports&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;47f3ef70-7925-4c2f-8f3b-224efd787cc3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;e89f005f-7681-4360-9764-0a37a0227e08&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;cc87c1b4-3abd-49b3-8bf0-ead123e44892&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;47f3ef70-7925-4c2f-8f3b-224efd787cc3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;e89f005f-7681-4360-9764-0a37a0227e08&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;cc87c1b4-3abd-49b3-8bf0-ead123e44892&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;bb2c76ce-ee39-412c-ae56-7aaa65148782&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;bb2c76ce-ee39-412c-ae56-7aaa65148782&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;a2bd4cc4-e483-4463-992e-556200578208&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;a2bd4cc4-e483-4463-992e-556200578208&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
    &lt;/ActionClientReports&gt;
    &lt;AgreementClientReports&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;cd191144-ac0a-4776-abb8-d55b5939bdc6&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;cd191144-ac0a-4776-abb8-d55b5939bdc6&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
    &lt;/AgreementClientReports&gt;
    &lt;AreaClientReports&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;21ae222a-b88d-4de4-a106-9deab7e18ef3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;6a459aad-26d0-42be-9880-0159ab1859ce&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;21ae222a-b88d-4de4-a106-9deab7e18ef3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;6a459aad-26d0-42be-9880-0159ab1859ce&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
    &lt;/AreaClientReports&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
    &lt;/EpisodeClientReports&gt;
    &lt;GeneralClientReports&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;e9d8bfac-059e-464d-98c7-6e50adbe2a28&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;e9d8bfac-059e-464d-98c7-6e50adbe2a28&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
    &lt;/GeneralClientReports&gt;
    &lt;GoalClientReports&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;db478c67-ff87-418c-94eb-821ce1c09246&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;db478c67-ff87-418c-94eb-821ce1c09246&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
    &lt;/GoalClientReports&gt;
    &lt;IncidentalMeasureClientReports&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;366ce276-5472-40b9-ade3-4ca060c0011a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;366ce276-5472-40b9-ade3-4ca060c0011a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
    &lt;/IncidentalMeasureClientReports&gt;
    &lt;InterventionClientReports&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;204d60fe-1f72-4f38-b97c-2fd6329925e6&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;204d60fe-1f72-4f38-b97c-2fd6329925e6&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;6de4e8bb-2641-4192-9d2d-29ae13d76d77&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;6de4e8bb-2641-4192-9d2d-29ae13d76d77&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
    &lt;/LegacyActionClientReports&gt;
    &lt;LegacyAgreementClientReports&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;804cfaf7-ae7d-475f-9557-7dc890d9d630&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;804cfaf7-ae7d-475f-9557-7dc890d9d630&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
    &lt;/LegacyAgreementClientReports&gt;
    &lt;LegacyGoalClientReports&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
    &lt;/LegacyGoalClientReports&gt;
    &lt;LegacySubGoalClientReports&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;ca2927c2-1e8f-4de9-b518-60a5beaec05e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;ca2927c2-1e8f-4de9-b518-60a5beaec05e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
    &lt;/LegacySubGoalClientReports&gt;
    &lt;StructuralMeasureClientReports&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;8fb7bedc-ddb6-4ded-b978-45537109cdec&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;e3351127-c973-475d-8e59-338f181d7759&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;8fb7bedc-ddb6-4ded-b978-45537109cdec&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;e3351127-c973-475d-8e59-338f181d7759&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;43580e83-d139-45f6-9b0a-33b900ac6fca&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;43580e83-d139-45f6-9b0a-33b900ac6fca&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
    &lt;/SubGoalClientReports&gt;
    &lt;UnplannedMeasureClientReports&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;47f3ef70-7925-4c2f-8f3b-224efd787cc3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;e89f005f-7681-4360-9764-0a37a0227e08&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;cc87c1b4-3abd-49b3-8bf0-ead123e44892&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;47f3ef70-7925-4c2f-8f3b-224efd787cc3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;e89f005f-7681-4360-9764-0a37a0227e08&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;cc87c1b4-3abd-49b3-8bf0-ead123e44892&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;bb2c76ce-ee39-412c-ae56-7aaa65148782&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;bb2c76ce-ee39-412c-ae56-7aaa65148782&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
&lt;/ArrayOfClientReportCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientReportCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;a2bd4cc4-e483-4463-992e-556200578208&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;a2bd4cc4-e483-4463-992e-556200578208&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
    &lt;/ActionClientReports&gt;
    &lt;AgreementClientReports&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;cd191144-ac0a-4776-abb8-d55b5939bdc6&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;cd191144-ac0a-4776-abb8-d55b5939bdc6&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
    &lt;/AgreementClientReports&gt;
    &lt;AreaClientReports&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;21ae222a-b88d-4de4-a106-9deab7e18ef3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;6a459aad-26d0-42be-9880-0159ab1859ce&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;21ae222a-b88d-4de4-a106-9deab7e18ef3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;6a459aad-26d0-42be-9880-0159ab1859ce&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
    &lt;/AreaClientReports&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
    &lt;/EpisodeClientReports&gt;
    &lt;GeneralClientReports&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;e9d8bfac-059e-464d-98c7-6e50adbe2a28&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;e9d8bfac-059e-464d-98c7-6e50adbe2a28&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
    &lt;/GeneralClientReports&gt;
    &lt;GoalClientReports&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;db478c67-ff87-418c-94eb-821ce1c09246&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;db478c67-ff87-418c-94eb-821ce1c09246&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
    &lt;/GoalClientReports&gt;
    &lt;IncidentalMeasureClientReports&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;366ce276-5472-40b9-ade3-4ca060c0011a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;366ce276-5472-40b9-ade3-4ca060c0011a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
    &lt;/IncidentalMeasureClientReports&gt;
    &lt;InterventionClientReports&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;204d60fe-1f72-4f38-b97c-2fd6329925e6&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;204d60fe-1f72-4f38-b97c-2fd6329925e6&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;6de4e8bb-2641-4192-9d2d-29ae13d76d77&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;6de4e8bb-2641-4192-9d2d-29ae13d76d77&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
    &lt;/LegacyActionClientReports&gt;
    &lt;LegacyAgreementClientReports&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;804cfaf7-ae7d-475f-9557-7dc890d9d630&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;804cfaf7-ae7d-475f-9557-7dc890d9d630&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
    &lt;/LegacyAgreementClientReports&gt;
    &lt;LegacyGoalClientReports&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
    &lt;/LegacyGoalClientReports&gt;
    &lt;LegacySubGoalClientReports&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;ca2927c2-1e8f-4de9-b518-60a5beaec05e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;ca2927c2-1e8f-4de9-b518-60a5beaec05e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
    &lt;/LegacySubGoalClientReports&gt;
    &lt;StructuralMeasureClientReports&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;8fb7bedc-ddb6-4ded-b978-45537109cdec&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;e3351127-c973-475d-8e59-338f181d7759&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;8fb7bedc-ddb6-4ded-b978-45537109cdec&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;e3351127-c973-475d-8e59-338f181d7759&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;43580e83-d139-45f6-9b0a-33b900ac6fca&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;43580e83-d139-45f6-9b0a-33b900ac6fca&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
    &lt;/SubGoalClientReports&gt;
    &lt;UnplannedMeasureClientReports&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;47f3ef70-7925-4c2f-8f3b-224efd787cc3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;e89f005f-7681-4360-9764-0a37a0227e08&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;cc87c1b4-3abd-49b3-8bf0-ead123e44892&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;47f3ef70-7925-4c2f-8f3b-224efd787cc3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;e89f005f-7681-4360-9764-0a37a0227e08&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;cc87c1b4-3abd-49b3-8bf0-ead123e44892&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;bb2c76ce-ee39-412c-ae56-7aaa65148782&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;bb2c76ce-ee39-412c-ae56-7aaa65148782&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;a2bd4cc4-e483-4463-992e-556200578208&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;a2bd4cc4-e483-4463-992e-556200578208&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
    &lt;/ActionClientReports&gt;
    &lt;AgreementClientReports&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;cd191144-ac0a-4776-abb8-d55b5939bdc6&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;cd191144-ac0a-4776-abb8-d55b5939bdc6&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
    &lt;/AgreementClientReports&gt;
    &lt;AreaClientReports&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;21ae222a-b88d-4de4-a106-9deab7e18ef3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;6a459aad-26d0-42be-9880-0159ab1859ce&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;21ae222a-b88d-4de4-a106-9deab7e18ef3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;6a459aad-26d0-42be-9880-0159ab1859ce&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
    &lt;/AreaClientReports&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;b636c11c-b3ed-42c9-bccf-23a81f0aeabc&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
    &lt;/EpisodeClientReports&gt;
    &lt;GeneralClientReports&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;e9d8bfac-059e-464d-98c7-6e50adbe2a28&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;e9d8bfac-059e-464d-98c7-6e50adbe2a28&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
    &lt;/GeneralClientReports&gt;
    &lt;GoalClientReports&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;db478c67-ff87-418c-94eb-821ce1c09246&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;db478c67-ff87-418c-94eb-821ce1c09246&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
    &lt;/GoalClientReports&gt;
    &lt;IncidentalMeasureClientReports&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;366ce276-5472-40b9-ade3-4ca060c0011a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;366ce276-5472-40b9-ade3-4ca060c0011a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;5e2512c1-8f8a-4c2b-81f9-80a7aaf9be0a&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
    &lt;/IncidentalMeasureClientReports&gt;
    &lt;InterventionClientReports&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;204d60fe-1f72-4f38-b97c-2fd6329925e6&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;7a0614ca-a5e2-4bbb-923a-5aab03a7c180&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;204d60fe-1f72-4f38-b97c-2fd6329925e6&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;6de4e8bb-2641-4192-9d2d-29ae13d76d77&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;6de4e8bb-2641-4192-9d2d-29ae13d76d77&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
    &lt;/LegacyActionClientReports&gt;
    &lt;LegacyAgreementClientReports&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;804cfaf7-ae7d-475f-9557-7dc890d9d630&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;804cfaf7-ae7d-475f-9557-7dc890d9d630&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
    &lt;/LegacyAgreementClientReports&gt;
    &lt;LegacyGoalClientReports&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;3349622f-e872-4bf1-b8a4-2d1f8b7ad9a9&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
    &lt;/LegacyGoalClientReports&gt;
    &lt;LegacySubGoalClientReports&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;ca2927c2-1e8f-4de9-b518-60a5beaec05e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;ca2927c2-1e8f-4de9-b518-60a5beaec05e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
    &lt;/LegacySubGoalClientReports&gt;
    &lt;StructuralMeasureClientReports&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;8fb7bedc-ddb6-4ded-b978-45537109cdec&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;e3351127-c973-475d-8e59-338f181d7759&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;8fb7bedc-ddb6-4ded-b978-45537109cdec&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;e3351127-c973-475d-8e59-338f181d7759&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;43580e83-d139-45f6-9b0a-33b900ac6fca&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;43580e83-d139-45f6-9b0a-33b900ac6fca&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
    &lt;/SubGoalClientReports&gt;
    &lt;UnplannedMeasureClientReports&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;47f3ef70-7925-4c2f-8f3b-224efd787cc3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;e89f005f-7681-4360-9764-0a37a0227e08&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;cc87c1b4-3abd-49b3-8bf0-ead123e44892&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;47f3ef70-7925-4c2f-8f3b-224efd787cc3&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.5880133+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;e89f005f-7681-4360-9764-0a37a0227e08&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;cc87c1b4-3abd-49b3-8bf0-ead123e44892&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;bb2c76ce-ee39-412c-ae56-7aaa65148782&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;bb2c76ce-ee39-412c-ae56-7aaa65148782&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.5880133+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.5880133+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
&lt;/ArrayOfClientReportCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ClientReports?clientReportIds[0]={clientReportIds[0]}&amp;clientReportIds[1]={clientReportIds[1]}&amp;reportFormat={reportFormat}">
                <doc title="PlanCare2Api/ClientReports?clientReportIds[0]={clientReportIds[0]}&amp;clientReportIds[1]={clientReportIds[1]}&amp;reportFormat={reportFormat}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientReportIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="reportFormat"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;GoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;GoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;Name&quot;: &quot;sample string 2&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;LegacyGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;GoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;AgreementClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;5&quot;,
        &quot;AgreementId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;9dc23367-8090-4574-a307-6f69afa0d325&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;5&quot;
      }
    ],
    &quot;LegacyAgreementClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;AgreementId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;24159982-237d-4863-a478-26f4f1dc1472&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;6&quot;
      }
    ],
    &quot;SubGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;7&quot;,
        &quot;SubGoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;7&quot;
      }
    ],
    &quot;LegacySubGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;8&quot;,
        &quot;SubGoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;249c9171-ddeb-40ac-87ee-81d220d2f08d&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;8&quot;
      }
    ],
    &quot;ActionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;ActionId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;9&quot;
      }
    ],
    &quot;LegacyActionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;10&quot;,
        &quot;ActionId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;10&quot;
      }
    ],
    &quot;VisionModelItemClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;VisionModelItemId&quot;: 1,
        &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Subjective&quot;: &quot;sample string 4&quot;,
        &quot;Objective&quot;: &quot;sample string 5&quot;,
        &quot;Evaluation&quot;: &quot;sample string 6&quot;,
        &quot;Plan&quot;: &quot;sample string 7&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 12,
        &quot;AggregateId&quot;: &quot;7ff12aa7-ac60-4737-9f24-14be50c56314&quot;,
        &quot;ClientId&quot;: 14,
        &quot;ClientName&quot;: &quot;sample string 15&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 18&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 21&quot;,
        &quot;EmployeeId&quot;: 22,
        &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
        &quot;ShiftId&quot;: 24,
        &quot;Shift&quot;: &quot;sample string 25&quot;,
        &quot;DisciplineId&quot;: 26,
        &quot;Discipline&quot;: &quot;sample string 27&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 29&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;11&quot;
      }
    ],
    &quot;EpisodeClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;12&quot;,
        &quot;EpisodeId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;12&quot;
      }
    ],
    &quot;GeneralClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;13&quot;,
        &quot;Description&quot;: &quot;sample string 1&quot;,
        &quot;Subjective&quot;: &quot;sample string 2&quot;,
        &quot;Objective&quot;: &quot;sample string 3&quot;,
        &quot;Evaluation&quot;: &quot;sample string 4&quot;,
        &quot;Plan&quot;: &quot;sample string 5&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 10,
        &quot;AggregateId&quot;: &quot;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&quot;,
        &quot;ClientId&quot;: 12,
        &quot;ClientName&quot;: &quot;sample string 13&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 16&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 19&quot;,
        &quot;EmployeeId&quot;: 20,
        &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
        &quot;ShiftId&quot;: 22,
        &quot;Shift&quot;: &quot;sample string 23&quot;,
        &quot;DisciplineId&quot;: 24,
        &quot;Discipline&quot;: &quot;sample string 25&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 27&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;13&quot;
      }
    ],
    &quot;UnplannedMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;14&quot;,
        &quot;UnplannedMeasureId&quot;: &quot;afa90873-9ce7-4349-a439-5bb6222cb5fe&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
        &quot;LegalContact&quot;: 0,
        &quot;ClientResistance&quot;: true,
        &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
        &quot;Alternatives&quot;: &quot;sample string 7&quot;,
        &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
        &quot;Measure&quot;: &quot;sample string 9&quot;,
        &quot;MeasureCategoryId&quot;: &quot;641848b7-b797-443a-b7d4-3fa651c22b14&quot;,
        &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
        &quot;Prevention&quot;: &quot;sample string 11&quot;,
        &quot;RelationNotifyId&quot;: 1,
        &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
        &quot;Id&quot;: 13,
        &quot;AggregateId&quot;: &quot;f9477de6-7319-4338-bca2-0270856c77cb&quot;,
        &quot;ClientId&quot;: 15,
        &quot;ClientName&quot;: &quot;sample string 16&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 19&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 22&quot;,
        &quot;EmployeeId&quot;: 23,
        &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
        &quot;ShiftId&quot;: 25,
        &quot;Shift&quot;: &quot;sample string 26&quot;,
        &quot;DisciplineId&quot;: 27,
        &quot;Discipline&quot;: &quot;sample string 28&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 30&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;14&quot;
      }
    ],
    &quot;StructuralMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;15&quot;,
        &quot;MeasureId&quot;: &quot;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&quot;,
        &quot;Content&quot;: &quot;sample string 2&quot;,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 3,
        &quot;AggregateId&quot;: &quot;9457b067-f403-429f-a75a-700356a94c38&quot;,
        &quot;ClientId&quot;: 5,
        &quot;ClientName&quot;: &quot;sample string 6&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 9&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 12&quot;,
        &quot;EmployeeId&quot;: 13,
        &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
        &quot;ShiftId&quot;: 15,
        &quot;Shift&quot;: &quot;sample string 16&quot;,
        &quot;DisciplineId&quot;: 17,
        &quot;Discipline&quot;: &quot;sample string 18&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 20&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;15&quot;
      }
    ],
    &quot;IncidentalMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;16&quot;,
        &quot;MeasureId&quot;: &quot;348ca5cb-263b-4848-aea1-777a873312e6&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Precedence&quot;: &quot;sample string 4&quot;,
        &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
        &quot;Situation&quot;: &quot;sample string 6&quot;,
        &quot;Completion&quot;: &quot;sample string 7&quot;,
        &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
        &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
        &quot;LegalContact&quot;: 0,
        &quot;ClientResistance&quot;: true,
        &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
        &quot;ApplierId&quot;: 12,
        &quot;Applier&quot;: &quot;sample string 13&quot;,
        &quot;RelationNotifyId&quot;: 1,
        &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
        &quot;Id&quot;: 15,
        &quot;AggregateId&quot;: &quot;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&quot;,
        &quot;ClientId&quot;: 17,
        &quot;ClientName&quot;: &quot;sample string 18&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 21&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 24&quot;,
        &quot;EmployeeId&quot;: 25,
        &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
        &quot;ShiftId&quot;: 27,
        &quot;Shift&quot;: &quot;sample string 28&quot;,
        &quot;DisciplineId&quot;: 29,
        &quot;Discipline&quot;: &quot;sample string 30&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 32&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;16&quot;
      }
    ],
    &quot;InterventionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;17&quot;,
        &quot;InterventionId&quot;: &quot;6ed0316b-edc2-46ca-bc65-91109f215fa2&quot;,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;b967a864-1ac6-494e-81e1-9396e8f6347e&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;17&quot;
      }
    ],
    &quot;AreaClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;18&quot;,
        &quot;AreaId&quot;: &quot;90e4b988-e1ec-4031-a894-f88fc8a1496f&quot;,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;6538516e-e0de-4e24-8019-4c9f2a3f802d&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;18&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;GoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;GoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;Id&quot;: 1,
            &quot;Name&quot;: &quot;sample string 2&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;LegacyGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;GoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;AgreementClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;5&quot;,
        &quot;AgreementId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;9dc23367-8090-4574-a307-6f69afa0d325&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;5&quot;
      }
    ],
    &quot;LegacyAgreementClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;AgreementId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;24159982-237d-4863-a478-26f4f1dc1472&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;6&quot;
      }
    ],
    &quot;SubGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;7&quot;,
        &quot;SubGoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;7&quot;
      }
    ],
    &quot;LegacySubGoalClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;8&quot;,
        &quot;SubGoalId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;249c9171-ddeb-40ac-87ee-81d220d2f08d&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;8&quot;
      }
    ],
    &quot;ActionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;ActionId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;9&quot;
      }
    ],
    &quot;LegacyActionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;10&quot;,
        &quot;ActionId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;10&quot;
      }
    ],
    &quot;VisionModelItemClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;VisionModelItemId&quot;: 1,
        &quot;VisionModelName&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Subjective&quot;: &quot;sample string 4&quot;,
        &quot;Objective&quot;: &quot;sample string 5&quot;,
        &quot;Evaluation&quot;: &quot;sample string 6&quot;,
        &quot;Plan&quot;: &quot;sample string 7&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 12,
        &quot;AggregateId&quot;: &quot;7ff12aa7-ac60-4737-9f24-14be50c56314&quot;,
        &quot;ClientId&quot;: 14,
        &quot;ClientName&quot;: &quot;sample string 15&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 18&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 21&quot;,
        &quot;EmployeeId&quot;: 22,
        &quot;EmployeeName&quot;: &quot;sample string 23&quot;,
        &quot;ShiftId&quot;: 24,
        &quot;Shift&quot;: &quot;sample string 25&quot;,
        &quot;DisciplineId&quot;: 26,
        &quot;Discipline&quot;: &quot;sample string 27&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 28&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 29&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;11&quot;
      }
    ],
    &quot;EpisodeClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;12&quot;,
        &quot;EpisodeId&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;12&quot;
      }
    ],
    &quot;GeneralClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;13&quot;,
        &quot;Description&quot;: &quot;sample string 1&quot;,
        &quot;Subjective&quot;: &quot;sample string 2&quot;,
        &quot;Objective&quot;: &quot;sample string 3&quot;,
        &quot;Evaluation&quot;: &quot;sample string 4&quot;,
        &quot;Plan&quot;: &quot;sample string 5&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 10,
        &quot;AggregateId&quot;: &quot;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&quot;,
        &quot;ClientId&quot;: 12,
        &quot;ClientName&quot;: &quot;sample string 13&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 16&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 19&quot;,
        &quot;EmployeeId&quot;: 20,
        &quot;EmployeeName&quot;: &quot;sample string 21&quot;,
        &quot;ShiftId&quot;: 22,
        &quot;Shift&quot;: &quot;sample string 23&quot;,
        &quot;DisciplineId&quot;: 24,
        &quot;Discipline&quot;: &quot;sample string 25&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 26&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 27&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;13&quot;
      }
    ],
    &quot;UnplannedMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;14&quot;,
        &quot;UnplannedMeasureId&quot;: &quot;afa90873-9ce7-4349-a439-5bb6222cb5fe&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;LegalContactRemarks&quot;: &quot;sample string 4&quot;,
        &quot;LegalContact&quot;: 0,
        &quot;ClientResistance&quot;: true,
        &quot;ClientResistanceDescription&quot;: &quot;sample string 6&quot;,
        &quot;Alternatives&quot;: &quot;sample string 7&quot;,
        &quot;ApplicationReason&quot;: &quot;sample string 8&quot;,
        &quot;Measure&quot;: &quot;sample string 9&quot;,
        &quot;MeasureCategoryId&quot;: &quot;641848b7-b797-443a-b7d4-3fa651c22b14&quot;,
        &quot;MeasureExplanation&quot;: &quot;sample string 10&quot;,
        &quot;Prevention&quot;: &quot;sample string 11&quot;,
        &quot;RelationNotifyId&quot;: 1,
        &quot;RelationNotifyLookupName&quot;: &quot;sample string 12&quot;,
        &quot;Id&quot;: 13,
        &quot;AggregateId&quot;: &quot;f9477de6-7319-4338-bca2-0270856c77cb&quot;,
        &quot;ClientId&quot;: 15,
        &quot;ClientName&quot;: &quot;sample string 16&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 19&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 22&quot;,
        &quot;EmployeeId&quot;: 23,
        &quot;EmployeeName&quot;: &quot;sample string 24&quot;,
        &quot;ShiftId&quot;: 25,
        &quot;Shift&quot;: &quot;sample string 26&quot;,
        &quot;DisciplineId&quot;: 27,
        &quot;Discipline&quot;: &quot;sample string 28&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 29&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 30&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;14&quot;
      }
    ],
    &quot;StructuralMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;15&quot;,
        &quot;MeasureId&quot;: &quot;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&quot;,
        &quot;Content&quot;: &quot;sample string 2&quot;,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 3,
        &quot;AggregateId&quot;: &quot;9457b067-f403-429f-a75a-700356a94c38&quot;,
        &quot;ClientId&quot;: 5,
        &quot;ClientName&quot;: &quot;sample string 6&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 9&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 12&quot;,
        &quot;EmployeeId&quot;: 13,
        &quot;EmployeeName&quot;: &quot;sample string 14&quot;,
        &quot;ShiftId&quot;: 15,
        &quot;Shift&quot;: &quot;sample string 16&quot;,
        &quot;DisciplineId&quot;: 17,
        &quot;Discipline&quot;: &quot;sample string 18&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 19&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 20&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;15&quot;
      }
    ],
    &quot;IncidentalMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;16&quot;,
        &quot;MeasureId&quot;: &quot;348ca5cb-263b-4848-aea1-777a873312e6&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Precedence&quot;: &quot;sample string 4&quot;,
        &quot;ApplicationReason&quot;: &quot;sample string 5&quot;,
        &quot;Situation&quot;: &quot;sample string 6&quot;,
        &quot;Completion&quot;: &quot;sample string 7&quot;,
        &quot;MeasureResult&quot;: &quot;sample string 8&quot;,
        &quot;LegalContactRemarks&quot;: &quot;sample string 9&quot;,
        &quot;LegalContact&quot;: 0,
        &quot;ClientResistance&quot;: true,
        &quot;ClientResistanceDescription&quot;: &quot;sample string 11&quot;,
        &quot;ApplierId&quot;: 12,
        &quot;Applier&quot;: &quot;sample string 13&quot;,
        &quot;RelationNotifyId&quot;: 1,
        &quot;RelationNotifyLookupName&quot;: &quot;sample string 14&quot;,
        &quot;Id&quot;: 15,
        &quot;AggregateId&quot;: &quot;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&quot;,
        &quot;ClientId&quot;: 17,
        &quot;ClientName&quot;: &quot;sample string 18&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 21&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 24&quot;,
        &quot;EmployeeId&quot;: 25,
        &quot;EmployeeName&quot;: &quot;sample string 26&quot;,
        &quot;ShiftId&quot;: 27,
        &quot;Shift&quot;: &quot;sample string 28&quot;,
        &quot;DisciplineId&quot;: 29,
        &quot;Discipline&quot;: &quot;sample string 30&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 31&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 32&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;16&quot;
      }
    ],
    &quot;InterventionClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;17&quot;,
        &quot;InterventionId&quot;: &quot;6ed0316b-edc2-46ca-bc65-91109f215fa2&quot;,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;b967a864-1ac6-494e-81e1-9396e8f6347e&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;17&quot;
      }
    ],
    &quot;AreaClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;18&quot;,
        &quot;AreaId&quot;: &quot;90e4b988-e1ec-4031-a894-f88fc8a1496f&quot;,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Subjective&quot;: &quot;sample string 3&quot;,
        &quot;Objective&quot;: &quot;sample string 4&quot;,
        &quot;Evaluation&quot;: &quot;sample string 5&quot;,
        &quot;Plan&quot;: &quot;sample string 6&quot;,
        &quot;IsSubjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsObjectiveVisibleForAllowedDisciplines&quot;: true,
        &quot;IsEvaluationVisibleForAllowedDisciplines&quot;: true,
        &quot;IsPlanVisibleForAllowedDisciplines&quot;: true,
        &quot;LayoutType&quot;: 0,
        &quot;Format&quot;: 0,
        &quot;OriginalFreeTextFormat&quot;: 0,
        &quot;Id&quot;: 11,
        &quot;AggregateId&quot;: &quot;6538516e-e0de-4e24-8019-4c9f2a3f802d&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;CreationDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;AvailableFor&quot;: 0,
        &quot;AvailableForDisciplineIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;AvailableForDisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;AvailableForDisciplineGroupNames&quot;: [
          &quot;sample string 1&quot;,
          &quot;sample string 2&quot;
        ],
        &quot;Subject&quot;: &quot;sample string 17&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:58.6036381+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 20&quot;,
        &quot;EmployeeId&quot;: 21,
        &quot;EmployeeName&quot;: &quot;sample string 22&quot;,
        &quot;ShiftId&quot;: 23,
        &quot;Shift&quot;: &quot;sample string 24&quot;,
        &quot;DisciplineId&quot;: 25,
        &quot;Discipline&quot;: &quot;sample string 26&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 27&quot;,
        &quot;ReportTags&quot;: [
          {
            &quot;$ref&quot;: &quot;3&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ],
        &quot;ReportTagsText&quot;: &quot;sample string 2; sample string 2&quot;,
        &quot;AttributeIds&quot;: [
          1,
          2
        ],
        &quot;Attributes&quot;: &quot;sample string 28&quot;,
        &quot;ParentId&quot;: 1,
        &quot;ChildReports&quot;: null,
        &quot;ContactTypeId&quot;: 1
      },
      {
        &quot;$ref&quot;: &quot;18&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientReportCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
    &lt;/ActionClientReports&gt;
    &lt;AgreementClientReports&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;9dc23367-8090-4574-a307-6f69afa0d325&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;9dc23367-8090-4574-a307-6f69afa0d325&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
    &lt;/AgreementClientReports&gt;
    &lt;AreaClientReports&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;6538516e-e0de-4e24-8019-4c9f2a3f802d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;90e4b988-e1ec-4031-a894-f88fc8a1496f&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;6538516e-e0de-4e24-8019-4c9f2a3f802d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;90e4b988-e1ec-4031-a894-f88fc8a1496f&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
    &lt;/AreaClientReports&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
    &lt;/EpisodeClientReports&gt;
    &lt;GeneralClientReports&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
    &lt;/GeneralClientReports&gt;
    &lt;GoalClientReports&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
    &lt;/GoalClientReports&gt;
    &lt;IncidentalMeasureClientReports&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;348ca5cb-263b-4848-aea1-777a873312e6&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;348ca5cb-263b-4848-aea1-777a873312e6&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
    &lt;/IncidentalMeasureClientReports&gt;
    &lt;InterventionClientReports&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;b967a864-1ac6-494e-81e1-9396e8f6347e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;6ed0316b-edc2-46ca-bc65-91109f215fa2&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;b967a864-1ac6-494e-81e1-9396e8f6347e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;6ed0316b-edc2-46ca-bc65-91109f215fa2&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
    &lt;/LegacyActionClientReports&gt;
    &lt;LegacyAgreementClientReports&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;24159982-237d-4863-a478-26f4f1dc1472&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;24159982-237d-4863-a478-26f4f1dc1472&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
    &lt;/LegacyAgreementClientReports&gt;
    &lt;LegacyGoalClientReports&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
    &lt;/LegacyGoalClientReports&gt;
    &lt;LegacySubGoalClientReports&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;249c9171-ddeb-40ac-87ee-81d220d2f08d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;249c9171-ddeb-40ac-87ee-81d220d2f08d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
    &lt;/LegacySubGoalClientReports&gt;
    &lt;StructuralMeasureClientReports&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;9457b067-f403-429f-a75a-700356a94c38&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;9457b067-f403-429f-a75a-700356a94c38&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
    &lt;/SubGoalClientReports&gt;
    &lt;UnplannedMeasureClientReports&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;f9477de6-7319-4338-bca2-0270856c77cb&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;641848b7-b797-443a-b7d4-3fa651c22b14&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;afa90873-9ce7-4349-a439-5bb6222cb5fe&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;f9477de6-7319-4338-bca2-0270856c77cb&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;641848b7-b797-443a-b7d4-3fa651c22b14&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;afa90873-9ce7-4349-a439-5bb6222cb5fe&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;7ff12aa7-ac60-4737-9f24-14be50c56314&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;7ff12aa7-ac60-4737-9f24-14be50c56314&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
    &lt;/ActionClientReports&gt;
    &lt;AgreementClientReports&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;9dc23367-8090-4574-a307-6f69afa0d325&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;9dc23367-8090-4574-a307-6f69afa0d325&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
    &lt;/AgreementClientReports&gt;
    &lt;AreaClientReports&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;6538516e-e0de-4e24-8019-4c9f2a3f802d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;90e4b988-e1ec-4031-a894-f88fc8a1496f&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;6538516e-e0de-4e24-8019-4c9f2a3f802d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;90e4b988-e1ec-4031-a894-f88fc8a1496f&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
    &lt;/AreaClientReports&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
    &lt;/EpisodeClientReports&gt;
    &lt;GeneralClientReports&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
    &lt;/GeneralClientReports&gt;
    &lt;GoalClientReports&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
    &lt;/GoalClientReports&gt;
    &lt;IncidentalMeasureClientReports&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;348ca5cb-263b-4848-aea1-777a873312e6&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;348ca5cb-263b-4848-aea1-777a873312e6&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
    &lt;/IncidentalMeasureClientReports&gt;
    &lt;InterventionClientReports&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;b967a864-1ac6-494e-81e1-9396e8f6347e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;6ed0316b-edc2-46ca-bc65-91109f215fa2&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;b967a864-1ac6-494e-81e1-9396e8f6347e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;6ed0316b-edc2-46ca-bc65-91109f215fa2&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
    &lt;/LegacyActionClientReports&gt;
    &lt;LegacyAgreementClientReports&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;24159982-237d-4863-a478-26f4f1dc1472&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;24159982-237d-4863-a478-26f4f1dc1472&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
    &lt;/LegacyAgreementClientReports&gt;
    &lt;LegacyGoalClientReports&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
    &lt;/LegacyGoalClientReports&gt;
    &lt;LegacySubGoalClientReports&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;249c9171-ddeb-40ac-87ee-81d220d2f08d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;249c9171-ddeb-40ac-87ee-81d220d2f08d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
    &lt;/LegacySubGoalClientReports&gt;
    &lt;StructuralMeasureClientReports&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;9457b067-f403-429f-a75a-700356a94c38&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;9457b067-f403-429f-a75a-700356a94c38&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
    &lt;/SubGoalClientReports&gt;
    &lt;UnplannedMeasureClientReports&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;f9477de6-7319-4338-bca2-0270856c77cb&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;641848b7-b797-443a-b7d4-3fa651c22b14&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;afa90873-9ce7-4349-a439-5bb6222cb5fe&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;f9477de6-7319-4338-bca2-0270856c77cb&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;641848b7-b797-443a-b7d4-3fa651c22b14&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;afa90873-9ce7-4349-a439-5bb6222cb5fe&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;7ff12aa7-ac60-4737-9f24-14be50c56314&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;7ff12aa7-ac60-4737-9f24-14be50c56314&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
&lt;/ArrayOfClientReportCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientReportCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ClientReport&quot;&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
    &lt;/ActionClientReports&gt;
    &lt;AgreementClientReports&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;9dc23367-8090-4574-a307-6f69afa0d325&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;9dc23367-8090-4574-a307-6f69afa0d325&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
    &lt;/AgreementClientReports&gt;
    &lt;AreaClientReports&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;6538516e-e0de-4e24-8019-4c9f2a3f802d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;90e4b988-e1ec-4031-a894-f88fc8a1496f&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;6538516e-e0de-4e24-8019-4c9f2a3f802d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;90e4b988-e1ec-4031-a894-f88fc8a1496f&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
    &lt;/AreaClientReports&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
    &lt;/EpisodeClientReports&gt;
    &lt;GeneralClientReports&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
    &lt;/GeneralClientReports&gt;
    &lt;GoalClientReports&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
    &lt;/GoalClientReports&gt;
    &lt;IncidentalMeasureClientReports&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;348ca5cb-263b-4848-aea1-777a873312e6&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;348ca5cb-263b-4848-aea1-777a873312e6&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
    &lt;/IncidentalMeasureClientReports&gt;
    &lt;InterventionClientReports&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;b967a864-1ac6-494e-81e1-9396e8f6347e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;6ed0316b-edc2-46ca-bc65-91109f215fa2&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;b967a864-1ac6-494e-81e1-9396e8f6347e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;6ed0316b-edc2-46ca-bc65-91109f215fa2&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
    &lt;/LegacyActionClientReports&gt;
    &lt;LegacyAgreementClientReports&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;24159982-237d-4863-a478-26f4f1dc1472&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;24159982-237d-4863-a478-26f4f1dc1472&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
    &lt;/LegacyAgreementClientReports&gt;
    &lt;LegacyGoalClientReports&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
    &lt;/LegacyGoalClientReports&gt;
    &lt;LegacySubGoalClientReports&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;249c9171-ddeb-40ac-87ee-81d220d2f08d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;249c9171-ddeb-40ac-87ee-81d220d2f08d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
    &lt;/LegacySubGoalClientReports&gt;
    &lt;StructuralMeasureClientReports&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;9457b067-f403-429f-a75a-700356a94c38&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;9457b067-f403-429f-a75a-700356a94c38&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
    &lt;/SubGoalClientReports&gt;
    &lt;UnplannedMeasureClientReports&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;f9477de6-7319-4338-bca2-0270856c77cb&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;641848b7-b797-443a-b7d4-3fa651c22b14&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;afa90873-9ce7-4349-a439-5bb6222cb5fe&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;f9477de6-7319-4338-bca2-0270856c77cb&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;641848b7-b797-443a-b7d4-3fa651c22b14&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;afa90873-9ce7-4349-a439-5bb6222cb5fe&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;7ff12aa7-ac60-4737-9f24-14be50c56314&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;7ff12aa7-ac60-4737-9f24-14be50c56314&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;ebc62f24-19b6-4c2e-b026-eeaefdf20b7e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/ActionClientReport&gt;
    &lt;/ActionClientReports&gt;
    &lt;AgreementClientReports&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;9dc23367-8090-4574-a307-6f69afa0d325&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
      &lt;AgreementClientReport&gt;
        &lt;AggregateId&gt;9dc23367-8090-4574-a307-6f69afa0d325&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/AgreementClientReport&gt;
    &lt;/AgreementClientReports&gt;
    &lt;AreaClientReports&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;6538516e-e0de-4e24-8019-4c9f2a3f802d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;90e4b988-e1ec-4031-a894-f88fc8a1496f&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
      &lt;AreaClientReport&gt;
        &lt;AggregateId&gt;6538516e-e0de-4e24-8019-4c9f2a3f802d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AreaId&gt;90e4b988-e1ec-4031-a894-f88fc8a1496f&lt;/AreaId&gt;
      &lt;/AreaClientReport&gt;
    &lt;/AreaClientReports&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;a8cff8d9-59fa-42b4-87ff-31479bfb74d0&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
      &lt;/EpisodeClientReport&gt;
    &lt;/EpisodeClientReports&gt;
    &lt;GeneralClientReports&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
      &lt;GeneralClientReport&gt;
        &lt;AggregateId&gt;ad230ba1-a36c-4530-998f-5fcb32aa9cbf&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 27&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;12&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 13&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 25&lt;/Discipline&gt;
        &lt;DisciplineId&gt;24&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;20&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 21&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 19&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 23&lt;/Shift&gt;
        &lt;ShiftId&gt;22&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 16&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 26&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 4&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 3&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 5&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 2&lt;/Subjective&gt;
      &lt;/GeneralClientReport&gt;
    &lt;/GeneralClientReports&gt;
    &lt;GoalClientReports&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
      &lt;GoalClientReport&gt;
        &lt;AggregateId&gt;c44d3455-8e50-48cc-bfd4-cb7eb36f6219&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/GoalClientReport&gt;
    &lt;/GoalClientReports&gt;
    &lt;IncidentalMeasureClientReports&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;348ca5cb-263b-4848-aea1-777a873312e6&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
      &lt;IncidentalMeasureClientReport&gt;
        &lt;AggregateId&gt;323f34f5-6dee-4cc9-b50e-d1c00a20a9a8&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 32&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;17&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 18&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 30&lt;/Discipline&gt;
        &lt;DisciplineId&gt;29&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;25&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 26&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 24&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 28&lt;/Shift&gt;
        &lt;ShiftId&gt;27&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 21&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 31&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;Applier&gt;sample string 13&lt;/Applier&gt;
        &lt;ApplierId&gt;12&lt;/ApplierId&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 11&lt;/ClientResistanceDescription&gt;
        &lt;Completion&gt;sample string 7&lt;/Completion&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 9&lt;/LegalContactRemarks&gt;
        &lt;MeasureId&gt;348ca5cb-263b-4848-aea1-777a873312e6&lt;/MeasureId&gt;
        &lt;MeasureResult&gt;sample string 8&lt;/MeasureResult&gt;
        &lt;Precedence&gt;sample string 4&lt;/Precedence&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 14&lt;/RelationNotifyLookupName&gt;
        &lt;Situation&gt;sample string 6&lt;/Situation&gt;
      &lt;/IncidentalMeasureClientReport&gt;
    &lt;/IncidentalMeasureClientReports&gt;
    &lt;InterventionClientReports&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;b967a864-1ac6-494e-81e1-9396e8f6347e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;6ed0316b-edc2-46ca-bc65-91109f215fa2&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;b967a864-1ac6-494e-81e1-9396e8f6347e&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;InterventionId&gt;6ed0316b-edc2-46ca-bc65-91109f215fa2&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;4396ac21-cfe6-41fa-a54f-d89a7a5a486a&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;ActionId&gt;1&lt;/ActionId&gt;
      &lt;/LegacyActionClientReport&gt;
    &lt;/LegacyActionClientReports&gt;
    &lt;LegacyAgreementClientReports&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;24159982-237d-4863-a478-26f4f1dc1472&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
      &lt;LegacyAgreementClientReport&gt;
        &lt;AggregateId&gt;24159982-237d-4863-a478-26f4f1dc1472&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;AgreementId&gt;1&lt;/AgreementId&gt;
      &lt;/LegacyAgreementClientReport&gt;
    &lt;/LegacyAgreementClientReports&gt;
    &lt;LegacyGoalClientReports&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
      &lt;LegacyGoalClientReport&gt;
        &lt;AggregateId&gt;c7f5e0f5-31c2-4424-a96f-dff9826f4e11&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;GoalId&gt;1&lt;/GoalId&gt;
      &lt;/LegacyGoalClientReport&gt;
    &lt;/LegacyGoalClientReports&gt;
    &lt;LegacySubGoalClientReports&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;249c9171-ddeb-40ac-87ee-81d220d2f08d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
      &lt;LegacySubGoalClientReport&gt;
        &lt;AggregateId&gt;249c9171-ddeb-40ac-87ee-81d220d2f08d&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/LegacySubGoalClientReport&gt;
    &lt;/LegacySubGoalClientReports&gt;
    &lt;StructuralMeasureClientReports&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;9457b067-f403-429f-a75a-700356a94c38&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;9457b067-f403-429f-a75a-700356a94c38&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 20&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;5&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 6&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 18&lt;/Discipline&gt;
        &lt;DisciplineId&gt;17&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;13&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 14&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 12&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 16&lt;/Shift&gt;
        &lt;ShiftId&gt;15&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 9&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 19&lt;/TypeDescription&gt;
        &lt;Content&gt;sample string 2&lt;/Content&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;MeasureId&gt;40b3b13e-e4ac-4637-b7b8-9e2feed9420a&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a0acc164-c1ae-4439-8cd2-e52e0d5fa32b&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 28&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 26&lt;/Discipline&gt;
        &lt;DisciplineId&gt;25&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;21&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 22&lt;/EmployeeName&gt;
        &lt;Id&gt;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 20&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 24&lt;/Shift&gt;
        &lt;ShiftId&gt;23&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 17&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 27&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;/SubGoalClientReport&gt;
    &lt;/SubGoalClientReports&gt;
    &lt;UnplannedMeasureClientReports&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;f9477de6-7319-4338-bca2-0270856c77cb&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;641848b7-b797-443a-b7d4-3fa651c22b14&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;afa90873-9ce7-4349-a439-5bb6222cb5fe&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;f9477de6-7319-4338-bca2-0270856c77cb&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 30&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 28&lt;/Discipline&gt;
        &lt;DisciplineId&gt;27&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;23&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 24&lt;/EmployeeName&gt;
        &lt;Id&gt;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 22&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 26&lt;/Shift&gt;
        &lt;ShiftId&gt;25&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 19&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 29&lt;/TypeDescription&gt;
        &lt;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:58.6036381+02:00&lt;/AppliedUntil&gt;
        &lt;ClientResistance&gt;true&lt;/ClientResistance&gt;
        &lt;ClientResistanceDescription&gt;sample string 6&lt;/ClientResistanceDescription&gt;
        &lt;LegalContact&gt;Yes&lt;/LegalContact&gt;
        &lt;LegalContactRemarks&gt;sample string 4&lt;/LegalContactRemarks&gt;
        &lt;Measure&gt;sample string 9&lt;/Measure&gt;
        &lt;MeasureCategoryId&gt;641848b7-b797-443a-b7d4-3fa651c22b14&lt;/MeasureCategoryId&gt;
        &lt;MeasureExplanation&gt;sample string 10&lt;/MeasureExplanation&gt;
        &lt;Prevention&gt;sample string 11&lt;/Prevention&gt;
        &lt;RelationNotifyId&gt;1&lt;/RelationNotifyId&gt;
        &lt;RelationNotifyLookupName&gt;sample string 12&lt;/RelationNotifyLookupName&gt;
        &lt;UnplannedMeasureId&gt;afa90873-9ce7-4349-a439-5bb6222cb5fe&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;7ff12aa7-ac60-4737-9f24-14be50c56314&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;7ff12aa7-ac60-4737-9f24-14be50c56314&lt;/AggregateId&gt;
        &lt;AttributeIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AttributeIds&gt;
        &lt;Attributes&gt;sample string 29&lt;/Attributes&gt;
        &lt;AvailableFor&gt;Everyone&lt;/AvailableFor&gt;
        &lt;AvailableForDisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineGroupIds&gt;
        &lt;AvailableForDisciplineGroupNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineGroupNames&gt;
        &lt;AvailableForDisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/AvailableForDisciplineIds&gt;
        &lt;AvailableForDisciplineNames xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:string&gt;sample string 1&lt;/d5p1:string&gt;
          &lt;d5p1:string&gt;sample string 2&lt;/d5p1:string&gt;
        &lt;/AvailableForDisciplineNames&gt;
        &lt;ChildReports i:nil=&quot;true&quot; /&gt;
        &lt;ClientId&gt;14&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 15&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;CreationDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/CreationDate&gt;
        &lt;Date&gt;2026-05-26T23:13:58.6036381+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 27&lt;/Discipline&gt;
        &lt;DisciplineId&gt;26&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;22&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 23&lt;/EmployeeName&gt;
        &lt;Id&gt;12&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:58.6036381+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 21&lt;/PriorityText&gt;
        &lt;ReportTags xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
          &lt;d5p1:ReportTag&gt;
            &lt;d5p1:Id&gt;1&lt;/d5p1:Id&gt;
            &lt;d5p1:Name&gt;sample string 2&lt;/d5p1:Name&gt;
          &lt;/d5p1:ReportTag&gt;
        &lt;/ReportTags&gt;
        &lt;Shift&gt;sample string 25&lt;/Shift&gt;
        &lt;ShiftId&gt;24&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 18&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 28&lt;/TypeDescription&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 6&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 5&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 7&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 4&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
        &lt;VisionModelName&gt;sample string 2&lt;/VisionModelName&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
&lt;/ArrayOfClientReportCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}">
                <doc title="PlanCare2Api/Clients/{clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;SocialSecurityNumber&quot;: &quot;sample string 2&quot;,
  &quot;SocialSecurityNumberVerified&quot;: true,
  &quot;SocialSecurityNumberVerificationInfo&quot;: &quot;sample string 4&quot;,
  &quot;FirstName&quot;: &quot;sample string 5&quot;,
  &quot;Initials&quot;: &quot;sample string 6&quot;,
  &quot;NickName&quot;: &quot;sample string 7&quot;,
  &quot;BirthName&quot;: &quot;sample string 8&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 9&quot;,
  &quot;PartnerName&quot;: &quot;sample string 10&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 11&quot;,
  &quot;LookupName&quot;: &quot;sample string 12&quot;,
  &quot;LastName&quot;: &quot;sample string 13&quot;,
  &quot;Gender&quot;: &quot;sample string 14&quot;,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.1973398+02:00&quot;,
  &quot;DateOfBirthCompleteness&quot;: 0,
  &quot;CityOfBirth&quot;: &quot;sample string 15&quot;,
  &quot;CountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:56.1973398+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 16&quot;,
  &quot;Photo&quot;: &quot;QEA=&quot;,
  &quot;PhotoMimeType&quot;: &quot;sample string 17&quot;,
  &quot;MaritalStatus&quot;: &quot;sample string 18&quot;,
  &quot;LegalStatus&quot;: &quot;sample string 19&quot;,
  &quot;ParticularFormOfCommunication&quot;: &quot;sample string 20&quot;,
  &quot;LivingUnit&quot;: &quot;sample string 21&quot;,
  &quot;NationalityId&quot;: 1,
  &quot;Nationality&quot;: &quot;sample string 22&quot;,
  &quot;LanguageId&quot;: 1,
  &quot;Language&quot;: &quot;sample string 23&quot;,
  &quot;ReligionId&quot;: 1,
  &quot;Religion&quot;: &quot;sample string 24&quot;,
  &quot;ClientId&quot;: 25,
  &quot;MigrationIdentifier&quot;: 1,
  &quot;NameUsage&quot;: 0,
  &quot;RegistrationNumber&quot;: &quot;sample string 26&quot;,
  &quot;SecretPlacement&quot;: true,
  &quot;DebtorNumber&quot;: &quot;sample string 28&quot;,
  &quot;Iban&quot;: &quot;sample string 29&quot;,
  &quot;BankAccountBic&quot;: &quot;sample string 30&quot;,
  &quot;BankAccountHolderName&quot;: &quot;sample string 31&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;SocialSecurityNumber&quot;: &quot;sample string 2&quot;,
  &quot;SocialSecurityNumberVerified&quot;: true,
  &quot;SocialSecurityNumberVerificationInfo&quot;: &quot;sample string 4&quot;,
  &quot;FirstName&quot;: &quot;sample string 5&quot;,
  &quot;Initials&quot;: &quot;sample string 6&quot;,
  &quot;NickName&quot;: &quot;sample string 7&quot;,
  &quot;BirthName&quot;: &quot;sample string 8&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 9&quot;,
  &quot;PartnerName&quot;: &quot;sample string 10&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 11&quot;,
  &quot;LookupName&quot;: &quot;sample string 12&quot;,
  &quot;LastName&quot;: &quot;sample string 13&quot;,
  &quot;Gender&quot;: &quot;sample string 14&quot;,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.1973398+02:00&quot;,
  &quot;DateOfBirthCompleteness&quot;: 0,
  &quot;CityOfBirth&quot;: &quot;sample string 15&quot;,
  &quot;CountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:56.1973398+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 16&quot;,
  &quot;Photo&quot;: &quot;QEA=&quot;,
  &quot;PhotoMimeType&quot;: &quot;sample string 17&quot;,
  &quot;MaritalStatus&quot;: &quot;sample string 18&quot;,
  &quot;LegalStatus&quot;: &quot;sample string 19&quot;,
  &quot;ParticularFormOfCommunication&quot;: &quot;sample string 20&quot;,
  &quot;LivingUnit&quot;: &quot;sample string 21&quot;,
  &quot;NationalityId&quot;: 1,
  &quot;Nationality&quot;: &quot;sample string 22&quot;,
  &quot;LanguageId&quot;: 1,
  &quot;Language&quot;: &quot;sample string 23&quot;,
  &quot;ReligionId&quot;: 1,
  &quot;Religion&quot;: &quot;sample string 24&quot;,
  &quot;ClientId&quot;: 25,
  &quot;MigrationIdentifier&quot;: 1,
  &quot;NameUsage&quot;: 0,
  &quot;RegistrationNumber&quot;: &quot;sample string 26&quot;,
  &quot;SecretPlacement&quot;: true,
  &quot;DebtorNumber&quot;: &quot;sample string 28&quot;,
  &quot;Iban&quot;: &quot;sample string 29&quot;,
  &quot;BankAccountBic&quot;: &quot;sample string 30&quot;,
  &quot;BankAccountHolderName&quot;: &quot;sample string 31&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;Client xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;BankAccountBic&gt;sample string 30&lt;/BankAccountBic&gt;
  &lt;BankAccountHolderName&gt;sample string 31&lt;/BankAccountHolderName&gt;
  &lt;BirthName&gt;sample string 8&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 9&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 15&lt;/CityOfBirth&gt;
  &lt;ClientId&gt;25&lt;/ClientId&gt;
  &lt;CountryOfBirthId&gt;1&lt;/CountryOfBirthId&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfDeath&gt;
  &lt;DebtorNumber&gt;sample string 28&lt;/DebtorNumber&gt;
  &lt;FirstName&gt;sample string 5&lt;/FirstName&gt;
  &lt;Gender&gt;sample string 14&lt;/Gender&gt;
  &lt;Iban&gt;sample string 29&lt;/Iban&gt;
  &lt;Initials&gt;sample string 6&lt;/Initials&gt;
  &lt;Language&gt;sample string 23&lt;/Language&gt;
  &lt;LanguageId&gt;1&lt;/LanguageId&gt;
  &lt;LastName&gt;sample string 13&lt;/LastName&gt;
  &lt;LegalStatus&gt;sample string 19&lt;/LegalStatus&gt;
  &lt;LivingUnit&gt;sample string 21&lt;/LivingUnit&gt;
  &lt;LookupName&gt;sample string 12&lt;/LookupName&gt;
  &lt;MaritalStatus&gt;sample string 18&lt;/MaritalStatus&gt;
  &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
  &lt;NameUsage&gt;Custom&lt;/NameUsage&gt;
  &lt;Nationality&gt;sample string 22&lt;/Nationality&gt;
  &lt;NationalityId&gt;1&lt;/NationalityId&gt;
  &lt;NickName&gt;sample string 7&lt;/NickName&gt;
  &lt;ParticularFormOfCommunication&gt;sample string 20&lt;/ParticularFormOfCommunication&gt;
  &lt;PartnerName&gt;sample string 10&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 11&lt;/PartnerNamePrefix&gt;
  &lt;Photo&gt;QEA=&lt;/Photo&gt;
  &lt;PhotoMimeType&gt;sample string 17&lt;/PhotoMimeType&gt;
  &lt;RegistrationNumber&gt;sample string 26&lt;/RegistrationNumber&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;Religion&gt;sample string 24&lt;/Religion&gt;
  &lt;ReligionId&gt;1&lt;/ReligionId&gt;
  &lt;Remarks&gt;sample string 16&lt;/Remarks&gt;
  &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
  &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
  &lt;SocialSecurityNumberVerificationInfo&gt;sample string 4&lt;/SocialSecurityNumberVerificationInfo&gt;
  &lt;SocialSecurityNumberVerified&gt;true&lt;/SocialSecurityNumberVerified&gt;
&lt;/Client&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;Client xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;BankAccountBic&gt;sample string 30&lt;/BankAccountBic&gt;
  &lt;BankAccountHolderName&gt;sample string 31&lt;/BankAccountHolderName&gt;
  &lt;BirthName&gt;sample string 8&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 9&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 15&lt;/CityOfBirth&gt;
  &lt;ClientId&gt;25&lt;/ClientId&gt;
  &lt;CountryOfBirthId&gt;1&lt;/CountryOfBirthId&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfDeath&gt;
  &lt;DebtorNumber&gt;sample string 28&lt;/DebtorNumber&gt;
  &lt;FirstName&gt;sample string 5&lt;/FirstName&gt;
  &lt;Gender&gt;sample string 14&lt;/Gender&gt;
  &lt;Iban&gt;sample string 29&lt;/Iban&gt;
  &lt;Initials&gt;sample string 6&lt;/Initials&gt;
  &lt;Language&gt;sample string 23&lt;/Language&gt;
  &lt;LanguageId&gt;1&lt;/LanguageId&gt;
  &lt;LastName&gt;sample string 13&lt;/LastName&gt;
  &lt;LegalStatus&gt;sample string 19&lt;/LegalStatus&gt;
  &lt;LivingUnit&gt;sample string 21&lt;/LivingUnit&gt;
  &lt;LookupName&gt;sample string 12&lt;/LookupName&gt;
  &lt;MaritalStatus&gt;sample string 18&lt;/MaritalStatus&gt;
  &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
  &lt;NameUsage&gt;Custom&lt;/NameUsage&gt;
  &lt;Nationality&gt;sample string 22&lt;/Nationality&gt;
  &lt;NationalityId&gt;1&lt;/NationalityId&gt;
  &lt;NickName&gt;sample string 7&lt;/NickName&gt;
  &lt;ParticularFormOfCommunication&gt;sample string 20&lt;/ParticularFormOfCommunication&gt;
  &lt;PartnerName&gt;sample string 10&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 11&lt;/PartnerNamePrefix&gt;
  &lt;Photo&gt;QEA=&lt;/Photo&gt;
  &lt;PhotoMimeType&gt;sample string 17&lt;/PhotoMimeType&gt;
  &lt;RegistrationNumber&gt;sample string 26&lt;/RegistrationNumber&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;Religion&gt;sample string 24&lt;/Religion&gt;
  &lt;ReligionId&gt;1&lt;/ReligionId&gt;
  &lt;Remarks&gt;sample string 16&lt;/Remarks&gt;
  &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
  &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
  &lt;SocialSecurityNumberVerificationInfo&gt;sample string 4&lt;/SocialSecurityNumberVerificationInfo&gt;
  &lt;SocialSecurityNumberVerified&gt;true&lt;/SocialSecurityNumberVerified&gt;
&lt;/Client&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/AllergyInformation">
                <doc title="PlanCare2Api/Clients/{clientId}/AllergyInformation" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Allergy&quot;: &quot;sample string 1&quot;,
    &quot;Reaction&quot;: &quot;sample string 2&quot;,
    &quot;Type&quot;: &quot;sample string 3&quot;,
    &quot;SeverityLevel&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Allergy&quot;: &quot;sample string 1&quot;,
    &quot;Reaction&quot;: &quot;sample string 2&quot;,
    &quot;Type&quot;: &quot;sample string 3&quot;,
    &quot;SeverityLevel&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAllergyInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;AllergyInformation&gt;
    &lt;Allergy&gt;sample string 1&lt;/Allergy&gt;
    &lt;Reaction&gt;sample string 2&lt;/Reaction&gt;
    &lt;SeverityLevel&gt;sample string 4&lt;/SeverityLevel&gt;
    &lt;Type&gt;sample string 3&lt;/Type&gt;
  &lt;/AllergyInformation&gt;
  &lt;AllergyInformation&gt;
    &lt;Allergy&gt;sample string 1&lt;/Allergy&gt;
    &lt;Reaction&gt;sample string 2&lt;/Reaction&gt;
    &lt;SeverityLevel&gt;sample string 4&lt;/SeverityLevel&gt;
    &lt;Type&gt;sample string 3&lt;/Type&gt;
  &lt;/AllergyInformation&gt;
&lt;/ArrayOfAllergyInformation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAllergyInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;AllergyInformation&gt;
    &lt;Allergy&gt;sample string 1&lt;/Allergy&gt;
    &lt;Reaction&gt;sample string 2&lt;/Reaction&gt;
    &lt;SeverityLevel&gt;sample string 4&lt;/SeverityLevel&gt;
    &lt;Type&gt;sample string 3&lt;/Type&gt;
  &lt;/AllergyInformation&gt;
  &lt;AllergyInformation&gt;
    &lt;Allergy&gt;sample string 1&lt;/Allergy&gt;
    &lt;Reaction&gt;sample string 2&lt;/Reaction&gt;
    &lt;SeverityLevel&gt;sample string 4&lt;/SeverityLevel&gt;
    &lt;Type&gt;sample string 3&lt;/Type&gt;
  &lt;/AllergyInformation&gt;
&lt;/ArrayOfAllergyInformation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/BsnVerifications">
                <doc title="PlanCare2Api/Clients/{clientId}/BsnVerifications" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;Source&quot;: 1,
  &quot;Bsn&quot;: &quot;sample string 3&quot;,
  &quot;ConfirmationDate&quot;: &quot;2026-05-26T22:09:46.0740344+02:00&quot;,
  &quot;ConfirmedByName&quot;: &quot;sample string 5&quot;,
  &quot;Confirmed&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;Source&quot;: 1,
  &quot;Bsn&quot;: &quot;sample string 3&quot;,
  &quot;ConfirmationDate&quot;: &quot;2026-05-26T22:09:46.0740344+02:00&quot;,
  &quot;ConfirmedByName&quot;: &quot;sample string 5&quot;,
  &quot;Confirmed&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;BsnVerification xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;Bsn&gt;sample string 3&lt;/Bsn&gt;
  &lt;ConfirmationDate&gt;2026-05-26T22:09:46.0740344+02:00&lt;/ConfirmationDate&gt;
  &lt;Confirmed&gt;true&lt;/Confirmed&gt;
  &lt;ConfirmedByName&gt;sample string 5&lt;/ConfirmedByName&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;Source&gt;OtherBsnUser&lt;/Source&gt;
&lt;/BsnVerification&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;BsnVerification xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;Bsn&gt;sample string 3&lt;/Bsn&gt;
  &lt;ConfirmationDate&gt;2026-05-26T22:09:46.0740344+02:00&lt;/ConfirmationDate&gt;
  &lt;Confirmed&gt;true&lt;/Confirmed&gt;
  &lt;ConfirmedByName&gt;sample string 5&lt;/ConfirmedByName&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;Source&gt;OtherBsnUser&lt;/Source&gt;
&lt;/BsnVerification&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/CovVerifications">
                <doc title="PlanCare2Api/Clients/{clientId}/CovVerifications" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;UzoviNumber&quot;: &quot;sample string 1&quot;,
    &quot;InsuranceNumber&quot;: &quot;sample string 2&quot;,
    &quot;Insurer&quot;: &quot;sample string 3&quot;,
    &quot;InsuranceTypeId&quot;: 1,
    &quot;InsuranceTypeDescription&quot;: &quot;sample string 4&quot;,
    &quot;PackageCode&quot;: &quot;sample string 5&quot;,
    &quot;PackageName&quot;: &quot;sample string 6&quot;,
    &quot;LabelCode&quot;: &quot;sample string 7&quot;,
    &quot;LabelName&quot;: &quot;sample string 8&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:24.954531+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:24.954531+02:00&quot;,
    &quot;RunDate&quot;: &quot;2026-05-26T22:09:24.954531+02:00&quot;,
    &quot;Manual&quot;: true,
    &quot;ResultCodeCovId&quot;: 1,
    &quot;ResultCodeCovDescription&quot;: &quot;sample string 12&quot;,
    &quot;RelationById&quot;: 1,
    &quot;RelationByDescription&quot;: &quot;sample string 13&quot;,
    &quot;SourceText&quot;: &quot;sample string 14&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;UzoviNumber&quot;: &quot;sample string 1&quot;,
    &quot;InsuranceNumber&quot;: &quot;sample string 2&quot;,
    &quot;Insurer&quot;: &quot;sample string 3&quot;,
    &quot;InsuranceTypeId&quot;: 1,
    &quot;InsuranceTypeDescription&quot;: &quot;sample string 4&quot;,
    &quot;PackageCode&quot;: &quot;sample string 5&quot;,
    &quot;PackageName&quot;: &quot;sample string 6&quot;,
    &quot;LabelCode&quot;: &quot;sample string 7&quot;,
    &quot;LabelName&quot;: &quot;sample string 8&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:24.954531+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:24.954531+02:00&quot;,
    &quot;RunDate&quot;: &quot;2026-05-26T22:09:24.954531+02:00&quot;,
    &quot;Manual&quot;: true,
    &quot;ResultCodeCovId&quot;: 1,
    &quot;ResultCodeCovDescription&quot;: &quot;sample string 12&quot;,
    &quot;RelationById&quot;: 1,
    &quot;RelationByDescription&quot;: &quot;sample string 13&quot;,
    &quot;SourceText&quot;: &quot;sample string 14&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCovVerification xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;CovVerification&gt;
    &lt;EndDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/EndDate&gt;
    &lt;InsuranceNumber&gt;sample string 2&lt;/InsuranceNumber&gt;
    &lt;InsuranceTypeDescription&gt;sample string 4&lt;/InsuranceTypeDescription&gt;
    &lt;InsuranceTypeId&gt;1&lt;/InsuranceTypeId&gt;
    &lt;Insurer&gt;sample string 3&lt;/Insurer&gt;
    &lt;LabelCode&gt;sample string 7&lt;/LabelCode&gt;
    &lt;LabelName&gt;sample string 8&lt;/LabelName&gt;
    &lt;Manual&gt;true&lt;/Manual&gt;
    &lt;PackageCode&gt;sample string 5&lt;/PackageCode&gt;
    &lt;PackageName&gt;sample string 6&lt;/PackageName&gt;
    &lt;RelationByDescription&gt;sample string 13&lt;/RelationByDescription&gt;
    &lt;RelationById&gt;1&lt;/RelationById&gt;
    &lt;ResultCodeCovDescription&gt;sample string 12&lt;/ResultCodeCovDescription&gt;
    &lt;ResultCodeCovId&gt;1&lt;/ResultCodeCovId&gt;
    &lt;RunDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/RunDate&gt;
    &lt;SourceText&gt;sample string 14&lt;/SourceText&gt;
    &lt;StartDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/StartDate&gt;
    &lt;UzoviNumber&gt;sample string 1&lt;/UzoviNumber&gt;
  &lt;/CovVerification&gt;
  &lt;CovVerification&gt;
    &lt;EndDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/EndDate&gt;
    &lt;InsuranceNumber&gt;sample string 2&lt;/InsuranceNumber&gt;
    &lt;InsuranceTypeDescription&gt;sample string 4&lt;/InsuranceTypeDescription&gt;
    &lt;InsuranceTypeId&gt;1&lt;/InsuranceTypeId&gt;
    &lt;Insurer&gt;sample string 3&lt;/Insurer&gt;
    &lt;LabelCode&gt;sample string 7&lt;/LabelCode&gt;
    &lt;LabelName&gt;sample string 8&lt;/LabelName&gt;
    &lt;Manual&gt;true&lt;/Manual&gt;
    &lt;PackageCode&gt;sample string 5&lt;/PackageCode&gt;
    &lt;PackageName&gt;sample string 6&lt;/PackageName&gt;
    &lt;RelationByDescription&gt;sample string 13&lt;/RelationByDescription&gt;
    &lt;RelationById&gt;1&lt;/RelationById&gt;
    &lt;ResultCodeCovDescription&gt;sample string 12&lt;/ResultCodeCovDescription&gt;
    &lt;ResultCodeCovId&gt;1&lt;/ResultCodeCovId&gt;
    &lt;RunDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/RunDate&gt;
    &lt;SourceText&gt;sample string 14&lt;/SourceText&gt;
    &lt;StartDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/StartDate&gt;
    &lt;UzoviNumber&gt;sample string 1&lt;/UzoviNumber&gt;
  &lt;/CovVerification&gt;
&lt;/ArrayOfCovVerification&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCovVerification xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;CovVerification&gt;
    &lt;EndDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/EndDate&gt;
    &lt;InsuranceNumber&gt;sample string 2&lt;/InsuranceNumber&gt;
    &lt;InsuranceTypeDescription&gt;sample string 4&lt;/InsuranceTypeDescription&gt;
    &lt;InsuranceTypeId&gt;1&lt;/InsuranceTypeId&gt;
    &lt;Insurer&gt;sample string 3&lt;/Insurer&gt;
    &lt;LabelCode&gt;sample string 7&lt;/LabelCode&gt;
    &lt;LabelName&gt;sample string 8&lt;/LabelName&gt;
    &lt;Manual&gt;true&lt;/Manual&gt;
    &lt;PackageCode&gt;sample string 5&lt;/PackageCode&gt;
    &lt;PackageName&gt;sample string 6&lt;/PackageName&gt;
    &lt;RelationByDescription&gt;sample string 13&lt;/RelationByDescription&gt;
    &lt;RelationById&gt;1&lt;/RelationById&gt;
    &lt;ResultCodeCovDescription&gt;sample string 12&lt;/ResultCodeCovDescription&gt;
    &lt;ResultCodeCovId&gt;1&lt;/ResultCodeCovId&gt;
    &lt;RunDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/RunDate&gt;
    &lt;SourceText&gt;sample string 14&lt;/SourceText&gt;
    &lt;StartDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/StartDate&gt;
    &lt;UzoviNumber&gt;sample string 1&lt;/UzoviNumber&gt;
  &lt;/CovVerification&gt;
  &lt;CovVerification&gt;
    &lt;EndDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/EndDate&gt;
    &lt;InsuranceNumber&gt;sample string 2&lt;/InsuranceNumber&gt;
    &lt;InsuranceTypeDescription&gt;sample string 4&lt;/InsuranceTypeDescription&gt;
    &lt;InsuranceTypeId&gt;1&lt;/InsuranceTypeId&gt;
    &lt;Insurer&gt;sample string 3&lt;/Insurer&gt;
    &lt;LabelCode&gt;sample string 7&lt;/LabelCode&gt;
    &lt;LabelName&gt;sample string 8&lt;/LabelName&gt;
    &lt;Manual&gt;true&lt;/Manual&gt;
    &lt;PackageCode&gt;sample string 5&lt;/PackageCode&gt;
    &lt;PackageName&gt;sample string 6&lt;/PackageName&gt;
    &lt;RelationByDescription&gt;sample string 13&lt;/RelationByDescription&gt;
    &lt;RelationById&gt;1&lt;/RelationById&gt;
    &lt;ResultCodeCovDescription&gt;sample string 12&lt;/ResultCodeCovDescription&gt;
    &lt;ResultCodeCovId&gt;1&lt;/ResultCodeCovId&gt;
    &lt;RunDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/RunDate&gt;
    &lt;SourceText&gt;sample string 14&lt;/SourceText&gt;
    &lt;StartDate&gt;2026-05-26T22:09:24.954531+02:00&lt;/StartDate&gt;
    &lt;UzoviNumber&gt;sample string 1&lt;/UzoviNumber&gt;
  &lt;/CovVerification&gt;
&lt;/ArrayOfCovVerification&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/CprPolicies">
                <doc title="PlanCare2Api/Clients/{clientId}/CprPolicies" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Policy&quot;: &quot;sample string 1&quot;,
    &quot;Explanation&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Policy&quot;: &quot;sample string 1&quot;,
    &quot;Explanation&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCprPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;CprPolicy&gt;
    &lt;Explanation&gt;sample string 2&lt;/Explanation&gt;
    &lt;Policy&gt;sample string 1&lt;/Policy&gt;
  &lt;/CprPolicy&gt;
  &lt;CprPolicy&gt;
    &lt;Explanation&gt;sample string 2&lt;/Explanation&gt;
    &lt;Policy&gt;sample string 1&lt;/Policy&gt;
  &lt;/CprPolicy&gt;
&lt;/ArrayOfCprPolicy&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCprPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;CprPolicy&gt;
    &lt;Explanation&gt;sample string 2&lt;/Explanation&gt;
    &lt;Policy&gt;sample string 1&lt;/Policy&gt;
  &lt;/CprPolicy&gt;
  &lt;CprPolicy&gt;
    &lt;Explanation&gt;sample string 2&lt;/Explanation&gt;
    &lt;Policy&gt;sample string 1&lt;/Policy&gt;
  &lt;/CprPolicy&gt;
&lt;/ArrayOfCprPolicy&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/DaytimeActivityMeetingEnrollments?startDate={startDate}&amp;endDate={endDate}">
                <doc title="PlanCare2Api/Clients/{clientId}/DaytimeActivityMeetingEnrollments?startDate={startDate}&amp;endDate={endDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="startDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="endDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;bf3eb8e7-ccbf-4e94-8865-3bfe18c332fe&quot;,
    &quot;ClientId&quot;: 2,
    &quot;ClientName&quot;: &quot;sample string 3&quot;,
    &quot;PresenceId&quot;: &quot;40a1a0e3-fd65-4518-85d6-50fbdd4162ff&quot;,
    &quot;Options&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;4a9eae57-7079-45d2-9fcf-0af276bdf338&quot;,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsSystem&quot;: true,
        &quot;Type&quot;: 0,
        &quot;StartTime&quot;: &quot;2026-05-26T23:13:56.1035915+02:00&quot;,
        &quot;EndTime&quot;: &quot;2026-05-26T23:13:56.1035915+02:00&quot;,
        &quot;TransportTo&quot;: true,
        &quot;TransportBack&quot;: true,
        &quot;TransportType&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SubscriptionId&quot;: &quot;77220439-b115-427a-b355-9ea9b416bf4f&quot;,
    &quot;AppointmentId&quot;: 6,
    &quot;ParentAppointmentId&quot;: 7,
    &quot;OccurrenceIndex&quot;: 8,
    &quot;Start&quot;: &quot;2026-05-26T23:13:56.1035915+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:56.1035915+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;bf3eb8e7-ccbf-4e94-8865-3bfe18c332fe&quot;,
    &quot;ClientId&quot;: 2,
    &quot;ClientName&quot;: &quot;sample string 3&quot;,
    &quot;PresenceId&quot;: &quot;40a1a0e3-fd65-4518-85d6-50fbdd4162ff&quot;,
    &quot;Options&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;4a9eae57-7079-45d2-9fcf-0af276bdf338&quot;,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsSystem&quot;: true,
        &quot;Type&quot;: 0,
        &quot;StartTime&quot;: &quot;2026-05-26T23:13:56.1035915+02:00&quot;,
        &quot;EndTime&quot;: &quot;2026-05-26T23:13:56.1035915+02:00&quot;,
        &quot;TransportTo&quot;: true,
        &quot;TransportBack&quot;: true,
        &quot;TransportType&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SubscriptionId&quot;: &quot;77220439-b115-427a-b355-9ea9b416bf4f&quot;,
    &quot;AppointmentId&quot;: 6,
    &quot;ParentAppointmentId&quot;: 7,
    &quot;OccurrenceIndex&quot;: 8,
    &quot;Start&quot;: &quot;2026-05-26T23:13:56.1035915+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:56.1035915+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDaytimeActivityMeetingEnrollment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;DaytimeActivityMeetingEnrollment&gt;
    &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
    &lt;End&gt;2026-05-26T23:13:56.1035915+02:00&lt;/End&gt;
    &lt;Id&gt;bf3eb8e7-ccbf-4e94-8865-3bfe18c332fe&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/EndTime&gt;
        &lt;Id&gt;4a9eae57-7079-45d2-9fcf-0af276bdf338&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/EndTime&gt;
        &lt;Id&gt;4a9eae57-7079-45d2-9fcf-0af276bdf338&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;/Options&gt;
    &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
    &lt;PresenceId&gt;40a1a0e3-fd65-4518-85d6-50fbdd4162ff&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:56.1035915+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;77220439-b115-427a-b355-9ea9b416bf4f&lt;/SubscriptionId&gt;
  &lt;/DaytimeActivityMeetingEnrollment&gt;
  &lt;DaytimeActivityMeetingEnrollment&gt;
    &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
    &lt;End&gt;2026-05-26T23:13:56.1035915+02:00&lt;/End&gt;
    &lt;Id&gt;bf3eb8e7-ccbf-4e94-8865-3bfe18c332fe&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/EndTime&gt;
        &lt;Id&gt;4a9eae57-7079-45d2-9fcf-0af276bdf338&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/EndTime&gt;
        &lt;Id&gt;4a9eae57-7079-45d2-9fcf-0af276bdf338&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;/Options&gt;
    &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
    &lt;PresenceId&gt;40a1a0e3-fd65-4518-85d6-50fbdd4162ff&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:56.1035915+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;77220439-b115-427a-b355-9ea9b416bf4f&lt;/SubscriptionId&gt;
  &lt;/DaytimeActivityMeetingEnrollment&gt;
&lt;/ArrayOfDaytimeActivityMeetingEnrollment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDaytimeActivityMeetingEnrollment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;DaytimeActivityMeetingEnrollment&gt;
    &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
    &lt;End&gt;2026-05-26T23:13:56.1035915+02:00&lt;/End&gt;
    &lt;Id&gt;bf3eb8e7-ccbf-4e94-8865-3bfe18c332fe&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/EndTime&gt;
        &lt;Id&gt;4a9eae57-7079-45d2-9fcf-0af276bdf338&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/EndTime&gt;
        &lt;Id&gt;4a9eae57-7079-45d2-9fcf-0af276bdf338&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;/Options&gt;
    &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
    &lt;PresenceId&gt;40a1a0e3-fd65-4518-85d6-50fbdd4162ff&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:56.1035915+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;77220439-b115-427a-b355-9ea9b416bf4f&lt;/SubscriptionId&gt;
  &lt;/DaytimeActivityMeetingEnrollment&gt;
  &lt;DaytimeActivityMeetingEnrollment&gt;
    &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
    &lt;End&gt;2026-05-26T23:13:56.1035915+02:00&lt;/End&gt;
    &lt;Id&gt;bf3eb8e7-ccbf-4e94-8865-3bfe18c332fe&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/EndTime&gt;
        &lt;Id&gt;4a9eae57-7079-45d2-9fcf-0af276bdf338&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/EndTime&gt;
        &lt;Id&gt;4a9eae57-7079-45d2-9fcf-0af276bdf338&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:56.1035915+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;/Options&gt;
    &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
    &lt;PresenceId&gt;40a1a0e3-fd65-4518-85d6-50fbdd4162ff&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:56.1035915+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;77220439-b115-427a-b355-9ea9b416bf4f&lt;/SubscriptionId&gt;
  &lt;/DaytimeActivityMeetingEnrollment&gt;
&lt;/ArrayOfDaytimeActivityMeetingEnrollment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/LawStatus">
                <doc title="PlanCare2Api/Clients/{clientId}/LawStatus" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0723372+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0723372+02:00&quot;,
    &quot;LawStatus&quot;: &quot;sample string 3&quot;,
    &quot;LawStatusId&quot;: 4,
    &quot;FirstRelationCorrelationId&quot;: 1,
    &quot;SecondRelationCorrelationId&quot;: 1,
    &quot;ThirdRelationCorrelationId&quot;: 1,
    &quot;FourthRelationCorrelationId&quot;: 1,
    &quot;FirstRoleName&quot;: &quot;sample string 5&quot;,
    &quot;SecondRoleName&quot;: &quot;sample string 6&quot;,
    &quot;ThirdRoleName&quot;: &quot;sample string 7&quot;,
    &quot;FourthRoleName&quot;: &quot;sample string 8&quot;,
    &quot;FirstRelationCorrelationName&quot;: &quot;sample string 9&quot;,
    &quot;SecondRelationCorrelationName&quot;: &quot;sample string 10&quot;,
    &quot;ThirdRelationCorrelationName&quot;: &quot;sample string 11&quot;,
    &quot;FourthRelationCorrelationName&quot;: &quot;sample string 12&quot;,
    &quot;FirstRoleRelationId&quot;: 1,
    &quot;SecondRoleRelationId&quot;: 1,
    &quot;ThirdRoleRelationId&quot;: 1,
    &quot;FourthRoleRelationId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0723372+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0723372+02:00&quot;,
    &quot;LawStatus&quot;: &quot;sample string 3&quot;,
    &quot;LawStatusId&quot;: 4,
    &quot;FirstRelationCorrelationId&quot;: 1,
    &quot;SecondRelationCorrelationId&quot;: 1,
    &quot;ThirdRelationCorrelationId&quot;: 1,
    &quot;FourthRelationCorrelationId&quot;: 1,
    &quot;FirstRoleName&quot;: &quot;sample string 5&quot;,
    &quot;SecondRoleName&quot;: &quot;sample string 6&quot;,
    &quot;ThirdRoleName&quot;: &quot;sample string 7&quot;,
    &quot;FourthRoleName&quot;: &quot;sample string 8&quot;,
    &quot;FirstRelationCorrelationName&quot;: &quot;sample string 9&quot;,
    &quot;SecondRelationCorrelationName&quot;: &quot;sample string 10&quot;,
    &quot;ThirdRelationCorrelationName&quot;: &quot;sample string 11&quot;,
    &quot;FourthRelationCorrelationName&quot;: &quot;sample string 12&quot;,
    &quot;FirstRoleRelationId&quot;: 1,
    &quot;SecondRoleRelationId&quot;: 1,
    &quot;ThirdRoleRelationId&quot;: 1,
    &quot;FourthRoleRelationId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientLawStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ClientLawStatus&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.0723372+02:00&lt;/EndDate&gt;
    &lt;FirstRelationCorrelationId&gt;1&lt;/FirstRelationCorrelationId&gt;
    &lt;FirstRelationCorrelationName&gt;sample string 9&lt;/FirstRelationCorrelationName&gt;
    &lt;FirstRoleName&gt;sample string 5&lt;/FirstRoleName&gt;
    &lt;FirstRoleRelationId&gt;1&lt;/FirstRoleRelationId&gt;
    &lt;FourthRelationCorrelationId&gt;1&lt;/FourthRelationCorrelationId&gt;
    &lt;FourthRelationCorrelationName&gt;sample string 12&lt;/FourthRelationCorrelationName&gt;
    &lt;FourthRoleName&gt;sample string 8&lt;/FourthRoleName&gt;
    &lt;FourthRoleRelationId&gt;1&lt;/FourthRoleRelationId&gt;
    &lt;LawStatus&gt;sample string 3&lt;/LawStatus&gt;
    &lt;LawStatusId&gt;4&lt;/LawStatusId&gt;
    &lt;SecondRelationCorrelationId&gt;1&lt;/SecondRelationCorrelationId&gt;
    &lt;SecondRelationCorrelationName&gt;sample string 10&lt;/SecondRelationCorrelationName&gt;
    &lt;SecondRoleName&gt;sample string 6&lt;/SecondRoleName&gt;
    &lt;SecondRoleRelationId&gt;1&lt;/SecondRoleRelationId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.0723372+02:00&lt;/StartDate&gt;
    &lt;ThirdRelationCorrelationId&gt;1&lt;/ThirdRelationCorrelationId&gt;
    &lt;ThirdRelationCorrelationName&gt;sample string 11&lt;/ThirdRelationCorrelationName&gt;
    &lt;ThirdRoleName&gt;sample string 7&lt;/ThirdRoleName&gt;
    &lt;ThirdRoleRelationId&gt;1&lt;/ThirdRoleRelationId&gt;
  &lt;/ClientLawStatus&gt;
  &lt;ClientLawStatus&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.0723372+02:00&lt;/EndDate&gt;
    &lt;FirstRelationCorrelationId&gt;1&lt;/FirstRelationCorrelationId&gt;
    &lt;FirstRelationCorrelationName&gt;sample string 9&lt;/FirstRelationCorrelationName&gt;
    &lt;FirstRoleName&gt;sample string 5&lt;/FirstRoleName&gt;
    &lt;FirstRoleRelationId&gt;1&lt;/FirstRoleRelationId&gt;
    &lt;FourthRelationCorrelationId&gt;1&lt;/FourthRelationCorrelationId&gt;
    &lt;FourthRelationCorrelationName&gt;sample string 12&lt;/FourthRelationCorrelationName&gt;
    &lt;FourthRoleName&gt;sample string 8&lt;/FourthRoleName&gt;
    &lt;FourthRoleRelationId&gt;1&lt;/FourthRoleRelationId&gt;
    &lt;LawStatus&gt;sample string 3&lt;/LawStatus&gt;
    &lt;LawStatusId&gt;4&lt;/LawStatusId&gt;
    &lt;SecondRelationCorrelationId&gt;1&lt;/SecondRelationCorrelationId&gt;
    &lt;SecondRelationCorrelationName&gt;sample string 10&lt;/SecondRelationCorrelationName&gt;
    &lt;SecondRoleName&gt;sample string 6&lt;/SecondRoleName&gt;
    &lt;SecondRoleRelationId&gt;1&lt;/SecondRoleRelationId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.0723372+02:00&lt;/StartDate&gt;
    &lt;ThirdRelationCorrelationId&gt;1&lt;/ThirdRelationCorrelationId&gt;
    &lt;ThirdRelationCorrelationName&gt;sample string 11&lt;/ThirdRelationCorrelationName&gt;
    &lt;ThirdRoleName&gt;sample string 7&lt;/ThirdRoleName&gt;
    &lt;ThirdRoleRelationId&gt;1&lt;/ThirdRoleRelationId&gt;
  &lt;/ClientLawStatus&gt;
&lt;/ArrayOfClientLawStatus&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientLawStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ClientLawStatus&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.0723372+02:00&lt;/EndDate&gt;
    &lt;FirstRelationCorrelationId&gt;1&lt;/FirstRelationCorrelationId&gt;
    &lt;FirstRelationCorrelationName&gt;sample string 9&lt;/FirstRelationCorrelationName&gt;
    &lt;FirstRoleName&gt;sample string 5&lt;/FirstRoleName&gt;
    &lt;FirstRoleRelationId&gt;1&lt;/FirstRoleRelationId&gt;
    &lt;FourthRelationCorrelationId&gt;1&lt;/FourthRelationCorrelationId&gt;
    &lt;FourthRelationCorrelationName&gt;sample string 12&lt;/FourthRelationCorrelationName&gt;
    &lt;FourthRoleName&gt;sample string 8&lt;/FourthRoleName&gt;
    &lt;FourthRoleRelationId&gt;1&lt;/FourthRoleRelationId&gt;
    &lt;LawStatus&gt;sample string 3&lt;/LawStatus&gt;
    &lt;LawStatusId&gt;4&lt;/LawStatusId&gt;
    &lt;SecondRelationCorrelationId&gt;1&lt;/SecondRelationCorrelationId&gt;
    &lt;SecondRelationCorrelationName&gt;sample string 10&lt;/SecondRelationCorrelationName&gt;
    &lt;SecondRoleName&gt;sample string 6&lt;/SecondRoleName&gt;
    &lt;SecondRoleRelationId&gt;1&lt;/SecondRoleRelationId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.0723372+02:00&lt;/StartDate&gt;
    &lt;ThirdRelationCorrelationId&gt;1&lt;/ThirdRelationCorrelationId&gt;
    &lt;ThirdRelationCorrelationName&gt;sample string 11&lt;/ThirdRelationCorrelationName&gt;
    &lt;ThirdRoleName&gt;sample string 7&lt;/ThirdRoleName&gt;
    &lt;ThirdRoleRelationId&gt;1&lt;/ThirdRoleRelationId&gt;
  &lt;/ClientLawStatus&gt;
  &lt;ClientLawStatus&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.0723372+02:00&lt;/EndDate&gt;
    &lt;FirstRelationCorrelationId&gt;1&lt;/FirstRelationCorrelationId&gt;
    &lt;FirstRelationCorrelationName&gt;sample string 9&lt;/FirstRelationCorrelationName&gt;
    &lt;FirstRoleName&gt;sample string 5&lt;/FirstRoleName&gt;
    &lt;FirstRoleRelationId&gt;1&lt;/FirstRoleRelationId&gt;
    &lt;FourthRelationCorrelationId&gt;1&lt;/FourthRelationCorrelationId&gt;
    &lt;FourthRelationCorrelationName&gt;sample string 12&lt;/FourthRelationCorrelationName&gt;
    &lt;FourthRoleName&gt;sample string 8&lt;/FourthRoleName&gt;
    &lt;FourthRoleRelationId&gt;1&lt;/FourthRoleRelationId&gt;
    &lt;LawStatus&gt;sample string 3&lt;/LawStatus&gt;
    &lt;LawStatusId&gt;4&lt;/LawStatusId&gt;
    &lt;SecondRelationCorrelationId&gt;1&lt;/SecondRelationCorrelationId&gt;
    &lt;SecondRelationCorrelationName&gt;sample string 10&lt;/SecondRelationCorrelationName&gt;
    &lt;SecondRoleName&gt;sample string 6&lt;/SecondRoleName&gt;
    &lt;SecondRoleRelationId&gt;1&lt;/SecondRoleRelationId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.0723372+02:00&lt;/StartDate&gt;
    &lt;ThirdRelationCorrelationId&gt;1&lt;/ThirdRelationCorrelationId&gt;
    &lt;ThirdRelationCorrelationName&gt;sample string 11&lt;/ThirdRelationCorrelationName&gt;
    &lt;ThirdRoleName&gt;sample string 7&lt;/ThirdRoleName&gt;
    &lt;ThirdRoleRelationId&gt;1&lt;/ThirdRoleRelationId&gt;
  &lt;/ClientLawStatus&gt;
&lt;/ArrayOfClientLawStatus&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/ReportSubjects">
                <doc title="PlanCare2Api/Clients/{clientId}/ReportSubjects" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: &quot;sample string 3&quot;,
    &quot;Sectors&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: &quot;sample string 3&quot;,
    &quot;Sectors&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfReportSubject xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ReportSubject&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Sectors&gt;
      &lt;Sector&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Sector&gt;
      &lt;Sector&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Sector&gt;
    &lt;/Sectors&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/ReportSubject&gt;
  &lt;ReportSubject&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Sectors&gt;
      &lt;Sector&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Sector&gt;
      &lt;Sector&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Sector&gt;
    &lt;/Sectors&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/ReportSubject&gt;
&lt;/ArrayOfReportSubject&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfReportSubject xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ReportSubject&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Sectors&gt;
      &lt;Sector&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Sector&gt;
      &lt;Sector&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Sector&gt;
    &lt;/Sectors&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/ReportSubject&gt;
  &lt;ReportSubject&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Sectors&gt;
      &lt;Sector&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Sector&gt;
      &lt;Sector&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Sector&gt;
    &lt;/Sectors&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/ReportSubject&gt;
&lt;/ArrayOfReportSubject&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/SpecialLegalStatus">
                <doc title="PlanCare2Api/Clients/{clientId}/SpecialLegalStatus" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ClientId&quot;: 2,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:56.0567119+02:00&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0567119+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0567119+02:00&quot;,
    &quot;LegalStatus&quot;: &quot;sample string 5&quot;,
    &quot;LegalStatusId&quot;: 6
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ClientId&quot;: 2,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:56.0567119+02:00&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0567119+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0567119+02:00&quot;,
    &quot;LegalStatus&quot;: &quot;sample string 5&quot;,
    &quot;LegalStatusId&quot;: 6
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientSpecialLegalStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ClientSpecialLegalStatus&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LegalStatus&gt;sample string 5&lt;/LegalStatus&gt;
    &lt;LegalStatusId&gt;6&lt;/LegalStatusId&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/RegistrationDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/StartDate&gt;
  &lt;/ClientSpecialLegalStatus&gt;
  &lt;ClientSpecialLegalStatus&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LegalStatus&gt;sample string 5&lt;/LegalStatus&gt;
    &lt;LegalStatusId&gt;6&lt;/LegalStatusId&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/RegistrationDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/StartDate&gt;
  &lt;/ClientSpecialLegalStatus&gt;
&lt;/ArrayOfClientSpecialLegalStatus&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientSpecialLegalStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ClientSpecialLegalStatus&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LegalStatus&gt;sample string 5&lt;/LegalStatus&gt;
    &lt;LegalStatusId&gt;6&lt;/LegalStatusId&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/RegistrationDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/StartDate&gt;
  &lt;/ClientSpecialLegalStatus&gt;
  &lt;ClientSpecialLegalStatus&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LegalStatus&gt;sample string 5&lt;/LegalStatus&gt;
    &lt;LegalStatusId&gt;6&lt;/LegalStatusId&gt;
    &lt;RegistrationDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/RegistrationDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.0567119+02:00&lt;/StartDate&gt;
  &lt;/ClientSpecialLegalStatus&gt;
&lt;/ArrayOfClientSpecialLegalStatus&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/StartPage">
                <doc title="PlanCare2Api/Clients/{clientId}/StartPage" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;StartPageCalendar&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;CountTotalAppointments&quot;: 1,
    &quot;CountAppointmentsCompleted&quot;: 1,
    &quot;CountOpenAppointments&quot;: 1,
    &quot;UpcomingAppointmentId&quot;: 1,
    &quot;UpcomingAppointmentStartDate&quot;: &quot;2026-05-26T23:13:56.1192158+02:00&quot;,
    &quot;UpcomingAppointmentEndDate&quot;: &quot;2026-05-26T23:13:56.1192158+02:00&quot;,
    &quot;UpcomingAppointmentIsAllDay&quot;: true,
    &quot;UpcomingAppointmentName&quot;: &quot;sample string 2&quot;
  },
  &quot;StartPageReport&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;CountTotalReportsDaily&quot;: 1,
    &quot;CountTotalReportsWeekly&quot;: 1,
    &quot;CountTotalReportsPriorityWeekly&quot;: 1,
    &quot;LastReportId&quot;: 1,
    &quot;LastReportDateTime&quot;: &quot;2026-05-26T23:13:56.1192158+02:00&quot;,
    &quot;LastReportName&quot;: &quot;sample string 1&quot;
  },
  &quot;StartPageClientplan&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;CountTotalGoals&quot;: 1,
    &quot;CountTotalGoalAgreements&quot;: 1,
    &quot;CountTotalAttentionsPoints&quot;: 1
  },
  &quot;StartPageMedical&quot;: {
    &quot;$id&quot;: &quot;5&quot;,
    &quot;Resuscitation&quot;: {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;Code&quot;: &quot;sample string 1&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    },
    &quot;HasAllergies&quot;: true,
    &quot;CountTotalAdls&quot;: 1,
    &quot;CountTotalRisks&quot;: 1
  },
  &quot;ValidationResults&quot;: []
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;StartPageCalendar&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;CountTotalAppointments&quot;: 1,
    &quot;CountAppointmentsCompleted&quot;: 1,
    &quot;CountOpenAppointments&quot;: 1,
    &quot;UpcomingAppointmentId&quot;: 1,
    &quot;UpcomingAppointmentStartDate&quot;: &quot;2026-05-26T23:13:56.1192158+02:00&quot;,
    &quot;UpcomingAppointmentEndDate&quot;: &quot;2026-05-26T23:13:56.1192158+02:00&quot;,
    &quot;UpcomingAppointmentIsAllDay&quot;: true,
    &quot;UpcomingAppointmentName&quot;: &quot;sample string 2&quot;
  },
  &quot;StartPageReport&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;CountTotalReportsDaily&quot;: 1,
    &quot;CountTotalReportsWeekly&quot;: 1,
    &quot;CountTotalReportsPriorityWeekly&quot;: 1,
    &quot;LastReportId&quot;: 1,
    &quot;LastReportDateTime&quot;: &quot;2026-05-26T23:13:56.1192158+02:00&quot;,
    &quot;LastReportName&quot;: &quot;sample string 1&quot;
  },
  &quot;StartPageClientplan&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;CountTotalGoals&quot;: 1,
    &quot;CountTotalGoalAgreements&quot;: 1,
    &quot;CountTotalAttentionsPoints&quot;: 1
  },
  &quot;StartPageMedical&quot;: {
    &quot;$id&quot;: &quot;5&quot;,
    &quot;Resuscitation&quot;: {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;Code&quot;: &quot;sample string 1&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    },
    &quot;HasAllergies&quot;: true,
    &quot;CountTotalAdls&quot;: 1,
    &quot;CountTotalRisks&quot;: 1
  },
  &quot;ValidationResults&quot;: []
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;StartPage xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;StartPageCalendar&gt;
    &lt;CountAppointmentsCompleted&gt;1&lt;/CountAppointmentsCompleted&gt;
    &lt;CountOpenAppointments&gt;1&lt;/CountOpenAppointments&gt;
    &lt;CountTotalAppointments&gt;1&lt;/CountTotalAppointments&gt;
    &lt;UpcomingAppointmentEndDate&gt;2026-05-26T23:13:56.1192158+02:00&lt;/UpcomingAppointmentEndDate&gt;
    &lt;UpcomingAppointmentId&gt;1&lt;/UpcomingAppointmentId&gt;
    &lt;UpcomingAppointmentIsAllDay&gt;true&lt;/UpcomingAppointmentIsAllDay&gt;
    &lt;UpcomingAppointmentName&gt;sample string 2&lt;/UpcomingAppointmentName&gt;
    &lt;UpcomingAppointmentStartDate&gt;2026-05-26T23:13:56.1192158+02:00&lt;/UpcomingAppointmentStartDate&gt;
  &lt;/StartPageCalendar&gt;
  &lt;StartPageClientplan&gt;
    &lt;CountTotalAttentionsPoints&gt;1&lt;/CountTotalAttentionsPoints&gt;
    &lt;CountTotalGoalAgreements&gt;1&lt;/CountTotalGoalAgreements&gt;
    &lt;CountTotalGoals&gt;1&lt;/CountTotalGoals&gt;
  &lt;/StartPageClientplan&gt;
  &lt;StartPageMedical&gt;
    &lt;CountTotalAdls&gt;1&lt;/CountTotalAdls&gt;
    &lt;CountTotalRisks&gt;1&lt;/CountTotalRisks&gt;
    &lt;HasAllergies&gt;true&lt;/HasAllergies&gt;
    &lt;Resuscitation&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Resuscitation&gt;
  &lt;/StartPageMedical&gt;
  &lt;StartPageReport&gt;
    &lt;CountTotalReportsDaily&gt;1&lt;/CountTotalReportsDaily&gt;
    &lt;CountTotalReportsPriorityWeekly&gt;1&lt;/CountTotalReportsPriorityWeekly&gt;
    &lt;CountTotalReportsWeekly&gt;1&lt;/CountTotalReportsWeekly&gt;
    &lt;LastReportDateTime&gt;2026-05-26T23:13:56.1192158+02:00&lt;/LastReportDateTime&gt;
    &lt;LastReportId&gt;1&lt;/LastReportId&gt;
    &lt;LastReportName&gt;sample string 1&lt;/LastReportName&gt;
  &lt;/StartPageReport&gt;
  &lt;ValidationResults xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/Microsoft.Practices.EnterpriseLibrary.Validation&quot;&gt;
    &lt;d2p1:validationResults /&gt;
  &lt;/ValidationResults&gt;
&lt;/StartPage&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;StartPage xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;StartPageCalendar&gt;
    &lt;CountAppointmentsCompleted&gt;1&lt;/CountAppointmentsCompleted&gt;
    &lt;CountOpenAppointments&gt;1&lt;/CountOpenAppointments&gt;
    &lt;CountTotalAppointments&gt;1&lt;/CountTotalAppointments&gt;
    &lt;UpcomingAppointmentEndDate&gt;2026-05-26T23:13:56.1192158+02:00&lt;/UpcomingAppointmentEndDate&gt;
    &lt;UpcomingAppointmentId&gt;1&lt;/UpcomingAppointmentId&gt;
    &lt;UpcomingAppointmentIsAllDay&gt;true&lt;/UpcomingAppointmentIsAllDay&gt;
    &lt;UpcomingAppointmentName&gt;sample string 2&lt;/UpcomingAppointmentName&gt;
    &lt;UpcomingAppointmentStartDate&gt;2026-05-26T23:13:56.1192158+02:00&lt;/UpcomingAppointmentStartDate&gt;
  &lt;/StartPageCalendar&gt;
  &lt;StartPageClientplan&gt;
    &lt;CountTotalAttentionsPoints&gt;1&lt;/CountTotalAttentionsPoints&gt;
    &lt;CountTotalGoalAgreements&gt;1&lt;/CountTotalGoalAgreements&gt;
    &lt;CountTotalGoals&gt;1&lt;/CountTotalGoals&gt;
  &lt;/StartPageClientplan&gt;
  &lt;StartPageMedical&gt;
    &lt;CountTotalAdls&gt;1&lt;/CountTotalAdls&gt;
    &lt;CountTotalRisks&gt;1&lt;/CountTotalRisks&gt;
    &lt;HasAllergies&gt;true&lt;/HasAllergies&gt;
    &lt;Resuscitation&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/Resuscitation&gt;
  &lt;/StartPageMedical&gt;
  &lt;StartPageReport&gt;
    &lt;CountTotalReportsDaily&gt;1&lt;/CountTotalReportsDaily&gt;
    &lt;CountTotalReportsPriorityWeekly&gt;1&lt;/CountTotalReportsPriorityWeekly&gt;
    &lt;CountTotalReportsWeekly&gt;1&lt;/CountTotalReportsWeekly&gt;
    &lt;LastReportDateTime&gt;2026-05-26T23:13:56.1192158+02:00&lt;/LastReportDateTime&gt;
    &lt;LastReportId&gt;1&lt;/LastReportId&gt;
    &lt;LastReportName&gt;sample string 1&lt;/LastReportName&gt;
  &lt;/StartPageReport&gt;
  &lt;ValidationResults xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/Microsoft.Practices.EnterpriseLibrary.Validation&quot;&gt;
    &lt;d2p1:validationResults /&gt;
  &lt;/ValidationResults&gt;
&lt;/StartPage&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{clientId}/WidVerifications">
                <doc title="PlanCare2Api/Clients/{clientId}/WidVerifications" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ById&quot;: 1,
  &quot;ByText&quot;: &quot;sample string 2&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:56.2598439+02:00&quot;,
  &quot;Source&quot;: 1,
  &quot;SourceText&quot;: &quot;sample string 4&quot;,
  &quot;DocumentType&quot;: 1,
  &quot;DocumentTypeText&quot;: &quot;sample string 5&quot;,
  &quot;DocumentNumber&quot;: &quot;sample string 6&quot;,
  &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:56.2598439+02:00&quot;,
  &quot;Confirmed&quot;: true,
  &quot;DocumentInfoId&quot;: 1,
  &quot;DocumentFileName&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ById&quot;: 1,
  &quot;ByText&quot;: &quot;sample string 2&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:56.2598439+02:00&quot;,
  &quot;Source&quot;: 1,
  &quot;SourceText&quot;: &quot;sample string 4&quot;,
  &quot;DocumentType&quot;: 1,
  &quot;DocumentTypeText&quot;: &quot;sample string 5&quot;,
  &quot;DocumentNumber&quot;: &quot;sample string 6&quot;,
  &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:56.2598439+02:00&quot;,
  &quot;Confirmed&quot;: true,
  &quot;DocumentInfoId&quot;: 1,
  &quot;DocumentFileName&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;WidVerification xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ById&gt;1&lt;/ById&gt;
  &lt;ByText&gt;sample string 2&lt;/ByText&gt;
  &lt;Confirmed&gt;true&lt;/Confirmed&gt;
  &lt;Date&gt;2026-05-26T23:13:56.2598439+02:00&lt;/Date&gt;
  &lt;DocumentFileName&gt;sample string 8&lt;/DocumentFileName&gt;
  &lt;DocumentInfoId&gt;1&lt;/DocumentInfoId&gt;
  &lt;DocumentNumber&gt;sample string 6&lt;/DocumentNumber&gt;
  &lt;DocumentType&gt;Passport&lt;/DocumentType&gt;
  &lt;DocumentTypeText&gt;sample string 5&lt;/DocumentTypeText&gt;
  &lt;Source&gt;Wid&lt;/Source&gt;
  &lt;SourceText&gt;sample string 4&lt;/SourceText&gt;
  &lt;ValidUntil&gt;2026-05-26T23:13:56.2598439+02:00&lt;/ValidUntil&gt;
&lt;/WidVerification&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;WidVerification xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ById&gt;1&lt;/ById&gt;
  &lt;ByText&gt;sample string 2&lt;/ByText&gt;
  &lt;Confirmed&gt;true&lt;/Confirmed&gt;
  &lt;Date&gt;2026-05-26T23:13:56.2598439+02:00&lt;/Date&gt;
  &lt;DocumentFileName&gt;sample string 8&lt;/DocumentFileName&gt;
  &lt;DocumentInfoId&gt;1&lt;/DocumentInfoId&gt;
  &lt;DocumentNumber&gt;sample string 6&lt;/DocumentNumber&gt;
  &lt;DocumentType&gt;Passport&lt;/DocumentType&gt;
  &lt;DocumentTypeText&gt;sample string 5&lt;/DocumentTypeText&gt;
  &lt;Source&gt;Wid&lt;/Source&gt;
  &lt;SourceText&gt;sample string 4&lt;/SourceText&gt;
  &lt;ValidUntil&gt;2026-05-26T23:13:56.2598439+02:00&lt;/ValidUntil&gt;
&lt;/WidVerification&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/{relationId}/PersonalData">
                <doc title="PlanCare2Api/Clients/{relationId}/PersonalData" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstNames&quot;: &quot;sample string 2&quot;,
  &quot;Initials&quot;: &quot;sample string 3&quot;,
  &quot;Nickname&quot;: &quot;sample string 4&quot;,
  &quot;BirthName&quot;: &quot;sample string 5&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 6&quot;,
  &quot;PartnerName&quot;: &quot;sample string 7&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 8&quot;,
  &quot;RelationLastNameFormatId&quot;: 1,
  &quot;Lastname&quot;: &quot;sample string 9&quot;,
  &quot;RelationLookupNameFormatId&quot;: 10,
  &quot;LookupName&quot;: &quot;sample string 11&quot;,
  &quot;RelationGenderId&quot;: 12,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.1504638+02:00&quot;,
  &quot;DateOfBirthCompleteness&quot;: 0,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:56.1504638+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstNames&quot;: &quot;sample string 2&quot;,
  &quot;Initials&quot;: &quot;sample string 3&quot;,
  &quot;Nickname&quot;: &quot;sample string 4&quot;,
  &quot;BirthName&quot;: &quot;sample string 5&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 6&quot;,
  &quot;PartnerName&quot;: &quot;sample string 7&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 8&quot;,
  &quot;RelationLastNameFormatId&quot;: 1,
  &quot;Lastname&quot;: &quot;sample string 9&quot;,
  &quot;RelationLookupNameFormatId&quot;: 10,
  &quot;LookupName&quot;: &quot;sample string 11&quot;,
  &quot;RelationGenderId&quot;: 12,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.1504638+02:00&quot;,
  &quot;DateOfBirthCompleteness&quot;: 0,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:56.1504638+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ClientPersonalData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;BirthName&gt;sample string 5&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 6&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 13&lt;/CityOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:56.1504638+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:56.1504638+02:00&lt;/DateOfDeath&gt;
  &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
  &lt;Initials&gt;sample string 3&lt;/Initials&gt;
  &lt;Lastname&gt;sample string 9&lt;/Lastname&gt;
  &lt;LookupName&gt;sample string 11&lt;/LookupName&gt;
  &lt;Nickname&gt;sample string 4&lt;/Nickname&gt;
  &lt;PartnerName&gt;sample string 7&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 8&lt;/PartnerNamePrefix&gt;
  &lt;RelationCountryOfBirthId&gt;1&lt;/RelationCountryOfBirthId&gt;
  &lt;RelationGenderId&gt;12&lt;/RelationGenderId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;RelationLastNameFormatId&gt;1&lt;/RelationLastNameFormatId&gt;
  &lt;RelationLookupNameFormatId&gt;10&lt;/RelationLookupNameFormatId&gt;
  &lt;Remarks&gt;sample string 14&lt;/Remarks&gt;
&lt;/ClientPersonalData&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ClientPersonalData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;BirthName&gt;sample string 5&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 6&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 13&lt;/CityOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:56.1504638+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:56.1504638+02:00&lt;/DateOfDeath&gt;
  &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
  &lt;Initials&gt;sample string 3&lt;/Initials&gt;
  &lt;Lastname&gt;sample string 9&lt;/Lastname&gt;
  &lt;LookupName&gt;sample string 11&lt;/LookupName&gt;
  &lt;Nickname&gt;sample string 4&lt;/Nickname&gt;
  &lt;PartnerName&gt;sample string 7&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 8&lt;/PartnerNamePrefix&gt;
  &lt;RelationCountryOfBirthId&gt;1&lt;/RelationCountryOfBirthId&gt;
  &lt;RelationGenderId&gt;12&lt;/RelationGenderId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;RelationLastNameFormatId&gt;1&lt;/RelationLastNameFormatId&gt;
  &lt;RelationLookupNameFormatId&gt;10&lt;/RelationLookupNameFormatId&gt;
  &lt;Remarks&gt;sample string 14&lt;/Remarks&gt;
&lt;/ClientPersonalData&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/ClientSubscriptions?contractStartDate={contractStartDate}&amp;contractEndDate={contractEndDate}&amp;contractExternalIds[0]={contractExternalIds[0]}&amp;contractExternalIds[1]={contractExternalIds[1]}&amp;contractTypeCodes[0]={contractTypeCodes[0]}&amp;contractTypeCodes[1]={contractTypeCodes[1]}&amp;contractAttributeNames[0]={contractAttributeNames[0]}&amp;contractAttributeNames[1]={contractAttributeNames[1]}&amp;contractAttributeStartDate={contractAttributeStartDate}&amp;contractAttributeEndDate={contractAttributeEndDate}&amp;organizationEntityCorrelationStartDate={organizationEntityCorrelationStartDate}&amp;organizationEntityCorrelationEndDate={organizationEntityCorrelationEndDate}&amp;organizationEntityExternalIds[0]={organizationEntityExternalIds[0]}&amp;organizationEntityExternalIds[1]={organizationEntityExternalIds[1]}&amp;organizationEntityNames[0]={organizationEntityNames[0]}&amp;organizationEntityNames[1]={organizationEntityNames[1]}&amp;organizationEntityAttributeNames[0]={organizationEntityAttributeNames[0]}&amp;organizationEntityAttributeNames[1]={organizationEntityAttributeNames[1]}&amp;organizationEntityAttributeStartDate={organizationEntityAttributeStartDate}&amp;organizationEntityAttributeEndDate={organizationEntityAttributeEndDate}&amp;clientExternalIds[0]={clientExternalIds[0]}&amp;clientExternalIds[1]={clientExternalIds[1]}&amp;clientAttributeNames[0]={clientAttributeNames[0]}&amp;clientAttributeNames[1]={clientAttributeNames[1]}&amp;clientAttributeStartDate={clientAttributeStartDate}&amp;clientAttributeEndDate={clientAttributeEndDate}">
                <doc title="PlanCare2Api/Clients/ClientSubscriptions?contractStartDate={contractStartDate}&amp;contractEndDate={contractEndDate}&amp;contractExternalIds[0]={contractExternalIds[0]}&amp;contractExternalIds[1]={contractExternalIds[1]}&amp;contractTypeCodes[0]={contractTypeCodes[0]}&amp;contractTypeCodes[1]={contractTypeCodes[1]}&amp;contractAttributeNames[0]={contractAttributeNames[0]}&amp;contractAttributeNames[1]={contractAttributeNames[1]}&amp;contractAttributeStartDate={contractAttributeStartDate}&amp;contractAttributeEndDate={contractAttributeEndDate}&amp;organizationEntityCorrelationStartDate={organizationEntityCorrelationStartDate}&amp;organizationEntityCorrelationEndDate={organizationEntityCorrelationEndDate}&amp;organizationEntityExternalIds[0]={organizationEntityExternalIds[0]}&amp;organizationEntityExternalIds[1]={organizationEntityExternalIds[1]}&amp;organizationEntityNames[0]={organizationEntityNames[0]}&amp;organizationEntityNames[1]={organizationEntityNames[1]}&amp;organizationEntityAttributeNames[0]={organizationEntityAttributeNames[0]}&amp;organizationEntityAttributeNames[1]={organizationEntityAttributeNames[1]}&amp;organizationEntityAttributeStartDate={organizationEntityAttributeStartDate}&amp;organizationEntityAttributeEndDate={organizationEntityAttributeEndDate}&amp;clientExternalIds[0]={clientExternalIds[0]}&amp;clientExternalIds[1]={clientExternalIds[1]}&amp;clientAttributeNames[0]={clientAttributeNames[0]}&amp;clientAttributeNames[1]={clientAttributeNames[1]}&amp;clientAttributeStartDate={clientAttributeStartDate}&amp;clientAttributeEndDate={clientAttributeEndDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="contractStartDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="contractEndDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="contractExternalIds"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="contractTypeCodes"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="contractAttributeNames"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="contractAttributeStartDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="contractAttributeEndDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="organizationEntityCorrelationStartDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="organizationEntityCorrelationEndDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="organizationEntityExternalIds"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="organizationEntityNames"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="organizationEntityAttributeNames"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="organizationEntityAttributeStartDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="organizationEntityAttributeEndDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="clientExternalIds"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="clientAttributeNames"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="clientAttributeStartDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="clientAttributeEndDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;SocialSecurityNumber&quot;: &quot;sample string 3&quot;,
    &quot;MigrationIdentifier&quot;: 1,
    &quot;RegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;LookupName&quot;: &quot;sample string 5&quot;,
    &quot;LastName&quot;: &quot;sample string 6&quot;,
    &quot;Gender&quot;: 0,
    &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
    &quot;SecretPlacement&quot;: true,
    &quot;AllowAccessClientPortal&quot;: true,
    &quot;Intakes&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;ClientId&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;Status&quot;: &quot;sample string 3&quot;,
        &quot;Contracts&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;ContractId&quot;: 1,
            &quot;ContractDescription&quot;: &quot;sample string 2&quot;,
            &quot;ContractType&quot;: &quot;sample string 3&quot;,
            &quot;ContractStartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Contracts&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;ContractType&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;Code&quot;: &quot;sample string 2&quot;,
          &quot;Description&quot;: &quot;sample string 3&quot;,
          &quot;Source&quot;: &quot;sample string 4&quot;,
          &quot;IsActive&quot;: true
        },
        &quot;Attributes&quot;: [
          {
            &quot;$id&quot;: &quot;6&quot;,
            &quot;Id&quot;: 1,
            &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;Name&quot;: &quot;sample string 3&quot;,
            &quot;Value&quot;: &quot;sample string 4&quot;
          },
          {
            &quot;$ref&quot;: &quot;6&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;CorrelationsOrganizationEntities&quot;: [
      {
        &quot;$id&quot;: &quot;7&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;OrganizationEntity&quot;: {
          &quot;$id&quot;: &quot;8&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Code&quot;: &quot;sample string 3&quot;,
          &quot;CostCenter&quot;: &quot;sample string 4&quot;
        },
        &quot;Attributes&quot;: [
          {
            &quot;$id&quot;: &quot;9&quot;,
            &quot;Id&quot;: 1,
            &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;Name&quot;: &quot;sample string 3&quot;,
            &quot;Value&quot;: &quot;sample string 4&quot;
          },
          {
            &quot;$ref&quot;: &quot;9&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;7&quot;
      }
    ],
    &quot;Attributes&quot;: [
      {
        &quot;$id&quot;: &quot;10&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;Name&quot;: &quot;sample string 3&quot;,
        &quot;Value&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;10&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;SocialSecurityNumber&quot;: &quot;sample string 3&quot;,
    &quot;MigrationIdentifier&quot;: 1,
    &quot;RegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;LookupName&quot;: &quot;sample string 5&quot;,
    &quot;LastName&quot;: &quot;sample string 6&quot;,
    &quot;Gender&quot;: 0,
    &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
    &quot;SecretPlacement&quot;: true,
    &quot;AllowAccessClientPortal&quot;: true,
    &quot;Intakes&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;ClientId&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;Status&quot;: &quot;sample string 3&quot;,
        &quot;Contracts&quot;: [
          {
            &quot;$id&quot;: &quot;3&quot;,
            &quot;ContractId&quot;: 1,
            &quot;ContractDescription&quot;: &quot;sample string 2&quot;,
            &quot;ContractType&quot;: &quot;sample string 3&quot;,
            &quot;ContractStartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;
          },
          {
            &quot;$ref&quot;: &quot;3&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Contracts&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;ContractType&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;Code&quot;: &quot;sample string 2&quot;,
          &quot;Description&quot;: &quot;sample string 3&quot;,
          &quot;Source&quot;: &quot;sample string 4&quot;,
          &quot;IsActive&quot;: true
        },
        &quot;Attributes&quot;: [
          {
            &quot;$id&quot;: &quot;6&quot;,
            &quot;Id&quot;: 1,
            &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;Name&quot;: &quot;sample string 3&quot;,
            &quot;Value&quot;: &quot;sample string 4&quot;
          },
          {
            &quot;$ref&quot;: &quot;6&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;CorrelationsOrganizationEntities&quot;: [
      {
        &quot;$id&quot;: &quot;7&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;OrganizationEntity&quot;: {
          &quot;$id&quot;: &quot;8&quot;,
          &quot;Id&quot;: 1,
          &quot;Name&quot;: &quot;sample string 2&quot;,
          &quot;Code&quot;: &quot;sample string 3&quot;,
          &quot;CostCenter&quot;: &quot;sample string 4&quot;
        },
        &quot;Attributes&quot;: [
          {
            &quot;$id&quot;: &quot;9&quot;,
            &quot;Id&quot;: 1,
            &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
            &quot;Name&quot;: &quot;sample string 3&quot;,
            &quot;Value&quot;: &quot;sample string 4&quot;
          },
          {
            &quot;$ref&quot;: &quot;9&quot;
          }
        ]
      },
      {
        &quot;$ref&quot;: &quot;7&quot;
      }
    ],
    &quot;Attributes&quot;: [
      {
        &quot;$id&quot;: &quot;10&quot;,
        &quot;Id&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.0098383+02:00&quot;,
        &quot;Name&quot;: &quot;sample string 3&quot;,
        &quot;Value&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;10&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientSubscription xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ClientSubscription&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;Attributes&gt;
      &lt;ClientSubscriptionAttribute&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
        &lt;Value&gt;sample string 4&lt;/Value&gt;
      &lt;/ClientSubscriptionAttribute&gt;
      &lt;ClientSubscriptionAttribute&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
        &lt;Value&gt;sample string 4&lt;/Value&gt;
      &lt;/ClientSubscriptionAttribute&gt;
    &lt;/Attributes&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
        &lt;/Attributes&gt;
        &lt;ContractType&gt;
          &lt;Code&gt;sample string 2&lt;/Code&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;Source&gt;sample string 4&lt;/Source&gt;
        &lt;/ContractType&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
        &lt;/Attributes&gt;
        &lt;ContractType&gt;
          &lt;Code&gt;sample string 2&lt;/Code&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;Source&gt;sample string 4&lt;/Source&gt;
        &lt;/ContractType&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
    &lt;/Contracts&gt;
    &lt;CorrelationsOrganizationEntities&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
        &lt;/Attributes&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;OrganizationEntity&gt;
          &lt;Code&gt;sample string 3&lt;/Code&gt;
          &lt;CostCenter&gt;sample string 4&lt;/CostCenter&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/OrganizationEntity&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
        &lt;/Attributes&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;OrganizationEntity&gt;
          &lt;Code&gt;sample string 3&lt;/Code&gt;
          &lt;CostCenter&gt;sample string 4&lt;/CostCenter&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/OrganizationEntity&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
    &lt;/CorrelationsOrganizationEntities&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.0098383+02:00&lt;/DateOfBirth&gt;
    &lt;Gender&gt;Undefined&lt;/Gender&gt;
    &lt;Intakes xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
      &lt;d3p1:IntakePeriodV2&gt;
        &lt;d3p1:ClientId&gt;1&lt;/d3p1:ClientId&gt;
        &lt;d3p1:Contracts&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
        &lt;/d3p1:Contracts&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;sample string 3&lt;/d3p1:Status&gt;
      &lt;/d3p1:IntakePeriodV2&gt;
      &lt;d3p1:IntakePeriodV2&gt;
        &lt;d3p1:ClientId&gt;1&lt;/d3p1:ClientId&gt;
        &lt;d3p1:Contracts&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
        &lt;/d3p1:Contracts&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;sample string 3&lt;/d3p1:Status&gt;
      &lt;/d3p1:IntakePeriodV2&gt;
    &lt;/Intakes&gt;
    &lt;LastName&gt;sample string 6&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;RegistrationNumber&gt;sample string 4&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 3&lt;/SocialSecurityNumber&gt;
  &lt;/ClientSubscription&gt;
  &lt;ClientSubscription&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;Attributes&gt;
      &lt;ClientSubscriptionAttribute&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
        &lt;Value&gt;sample string 4&lt;/Value&gt;
      &lt;/ClientSubscriptionAttribute&gt;
      &lt;ClientSubscriptionAttribute&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
        &lt;Value&gt;sample string 4&lt;/Value&gt;
      &lt;/ClientSubscriptionAttribute&gt;
    &lt;/Attributes&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
        &lt;/Attributes&gt;
        &lt;ContractType&gt;
          &lt;Code&gt;sample string 2&lt;/Code&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;Source&gt;sample string 4&lt;/Source&gt;
        &lt;/ContractType&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
        &lt;/Attributes&gt;
        &lt;ContractType&gt;
          &lt;Code&gt;sample string 2&lt;/Code&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;Source&gt;sample string 4&lt;/Source&gt;
        &lt;/ContractType&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
    &lt;/Contracts&gt;
    &lt;CorrelationsOrganizationEntities&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
        &lt;/Attributes&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;OrganizationEntity&gt;
          &lt;Code&gt;sample string 3&lt;/Code&gt;
          &lt;CostCenter&gt;sample string 4&lt;/CostCenter&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/OrganizationEntity&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
        &lt;/Attributes&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;OrganizationEntity&gt;
          &lt;Code&gt;sample string 3&lt;/Code&gt;
          &lt;CostCenter&gt;sample string 4&lt;/CostCenter&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/OrganizationEntity&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
    &lt;/CorrelationsOrganizationEntities&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.0098383+02:00&lt;/DateOfBirth&gt;
    &lt;Gender&gt;Undefined&lt;/Gender&gt;
    &lt;Intakes xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
      &lt;d3p1:IntakePeriodV2&gt;
        &lt;d3p1:ClientId&gt;1&lt;/d3p1:ClientId&gt;
        &lt;d3p1:Contracts&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
        &lt;/d3p1:Contracts&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;sample string 3&lt;/d3p1:Status&gt;
      &lt;/d3p1:IntakePeriodV2&gt;
      &lt;d3p1:IntakePeriodV2&gt;
        &lt;d3p1:ClientId&gt;1&lt;/d3p1:ClientId&gt;
        &lt;d3p1:Contracts&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
        &lt;/d3p1:Contracts&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;sample string 3&lt;/d3p1:Status&gt;
      &lt;/d3p1:IntakePeriodV2&gt;
    &lt;/Intakes&gt;
    &lt;LastName&gt;sample string 6&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;RegistrationNumber&gt;sample string 4&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 3&lt;/SocialSecurityNumber&gt;
  &lt;/ClientSubscription&gt;
&lt;/ArrayOfClientSubscription&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientSubscription xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ClientSubscription&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;Attributes&gt;
      &lt;ClientSubscriptionAttribute&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
        &lt;Value&gt;sample string 4&lt;/Value&gt;
      &lt;/ClientSubscriptionAttribute&gt;
      &lt;ClientSubscriptionAttribute&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
        &lt;Value&gt;sample string 4&lt;/Value&gt;
      &lt;/ClientSubscriptionAttribute&gt;
    &lt;/Attributes&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
        &lt;/Attributes&gt;
        &lt;ContractType&gt;
          &lt;Code&gt;sample string 2&lt;/Code&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;Source&gt;sample string 4&lt;/Source&gt;
        &lt;/ContractType&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
        &lt;/Attributes&gt;
        &lt;ContractType&gt;
          &lt;Code&gt;sample string 2&lt;/Code&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;Source&gt;sample string 4&lt;/Source&gt;
        &lt;/ContractType&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
    &lt;/Contracts&gt;
    &lt;CorrelationsOrganizationEntities&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
        &lt;/Attributes&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;OrganizationEntity&gt;
          &lt;Code&gt;sample string 3&lt;/Code&gt;
          &lt;CostCenter&gt;sample string 4&lt;/CostCenter&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/OrganizationEntity&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
        &lt;/Attributes&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;OrganizationEntity&gt;
          &lt;Code&gt;sample string 3&lt;/Code&gt;
          &lt;CostCenter&gt;sample string 4&lt;/CostCenter&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/OrganizationEntity&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
    &lt;/CorrelationsOrganizationEntities&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.0098383+02:00&lt;/DateOfBirth&gt;
    &lt;Gender&gt;Undefined&lt;/Gender&gt;
    &lt;Intakes xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
      &lt;d3p1:IntakePeriodV2&gt;
        &lt;d3p1:ClientId&gt;1&lt;/d3p1:ClientId&gt;
        &lt;d3p1:Contracts&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
        &lt;/d3p1:Contracts&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;sample string 3&lt;/d3p1:Status&gt;
      &lt;/d3p1:IntakePeriodV2&gt;
      &lt;d3p1:IntakePeriodV2&gt;
        &lt;d3p1:ClientId&gt;1&lt;/d3p1:ClientId&gt;
        &lt;d3p1:Contracts&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
        &lt;/d3p1:Contracts&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;sample string 3&lt;/d3p1:Status&gt;
      &lt;/d3p1:IntakePeriodV2&gt;
    &lt;/Intakes&gt;
    &lt;LastName&gt;sample string 6&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;RegistrationNumber&gt;sample string 4&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 3&lt;/SocialSecurityNumber&gt;
  &lt;/ClientSubscription&gt;
  &lt;ClientSubscription&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;Attributes&gt;
      &lt;ClientSubscriptionAttribute&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
        &lt;Value&gt;sample string 4&lt;/Value&gt;
      &lt;/ClientSubscriptionAttribute&gt;
      &lt;ClientSubscriptionAttribute&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
        &lt;Value&gt;sample string 4&lt;/Value&gt;
      &lt;/ClientSubscriptionAttribute&gt;
    &lt;/Attributes&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
        &lt;/Attributes&gt;
        &lt;ContractType&gt;
          &lt;Code&gt;sample string 2&lt;/Code&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;Source&gt;sample string 4&lt;/Source&gt;
        &lt;/ContractType&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionContractAttribute&gt;
        &lt;/Attributes&gt;
        &lt;ContractType&gt;
          &lt;Code&gt;sample string 2&lt;/Code&gt;
          &lt;Description&gt;sample string 3&lt;/Description&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;Source&gt;sample string 4&lt;/Source&gt;
        &lt;/ContractType&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
    &lt;/Contracts&gt;
    &lt;CorrelationsOrganizationEntities&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
        &lt;/Attributes&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;OrganizationEntity&gt;
          &lt;Code&gt;sample string 3&lt;/Code&gt;
          &lt;CostCenter&gt;sample string 4&lt;/CostCenter&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/OrganizationEntity&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 3&lt;/Name&gt;
            &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
            &lt;Value&gt;sample string 4&lt;/Value&gt;
          &lt;/ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
        &lt;/Attributes&gt;
        &lt;EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;OrganizationEntity&gt;
          &lt;Code&gt;sample string 3&lt;/Code&gt;
          &lt;CostCenter&gt;sample string 4&lt;/CostCenter&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;/OrganizationEntity&gt;
        &lt;StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
    &lt;/CorrelationsOrganizationEntities&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.0098383+02:00&lt;/DateOfBirth&gt;
    &lt;Gender&gt;Undefined&lt;/Gender&gt;
    &lt;Intakes xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
      &lt;d3p1:IntakePeriodV2&gt;
        &lt;d3p1:ClientId&gt;1&lt;/d3p1:ClientId&gt;
        &lt;d3p1:Contracts&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
        &lt;/d3p1:Contracts&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;sample string 3&lt;/d3p1:Status&gt;
      &lt;/d3p1:IntakePeriodV2&gt;
      &lt;d3p1:IntakePeriodV2&gt;
        &lt;d3p1:ClientId&gt;1&lt;/d3p1:ClientId&gt;
        &lt;d3p1:Contracts&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
          &lt;d3p1:IntakeContract&gt;
            &lt;d3p1:ContractDescription&gt;sample string 2&lt;/d3p1:ContractDescription&gt;
            &lt;d3p1:ContractEndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:ContractStartDate&gt;
            &lt;d3p1:ContractType&gt;sample string 3&lt;/d3p1:ContractType&gt;
          &lt;/d3p1:IntakeContract&gt;
        &lt;/d3p1:Contracts&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:56.0098383+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;sample string 3&lt;/d3p1:Status&gt;
      &lt;/d3p1:IntakePeriodV2&gt;
    &lt;/Intakes&gt;
    &lt;LastName&gt;sample string 6&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;RegistrationNumber&gt;sample string 4&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 3&lt;/SocialSecurityNumber&gt;
  &lt;/ClientSubscription&gt;
&lt;/ArrayOfClientSubscription&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/ClientSummaries?RelationId={RelationId}&amp;SocialSecurityNumber={SocialSecurityNumber}&amp;LookupName={LookupName}&amp;FirstName={FirstName}&amp;NickName={NickName}&amp;LastName={LastName}&amp;Gender={Gender}&amp;DateOfBirth={DateOfBirth}&amp;YearOfBirth={YearOfBirth}&amp;ClientId={ClientId}&amp;MigrationIdentifier={MigrationIdentifier}&amp;RegistrationNumber={RegistrationNumber}&amp;SecretPlacement={SecretPlacement}&amp;AllowAccessClientPortal={AllowAccessClientPortal}">
                <doc title="PlanCare2Api/Clients/ClientSummaries?RelationId={RelationId}&amp;SocialSecurityNumber={SocialSecurityNumber}&amp;LookupName={LookupName}&amp;FirstName={FirstName}&amp;NickName={NickName}&amp;LastName={LastName}&amp;Gender={Gender}&amp;DateOfBirth={DateOfBirth}&amp;YearOfBirth={YearOfBirth}&amp;ClientId={ClientId}&amp;MigrationIdentifier={MigrationIdentifier}&amp;RegistrationNumber={RegistrationNumber}&amp;SecretPlacement={SecretPlacement}&amp;AllowAccessClientPortal={AllowAccessClientPortal}" /> 
                <method name="GET">
                    <request>
 
                            <param name="RelationId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="SocialSecurityNumber"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="LookupName"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="FirstName"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="NickName"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="LastName"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="Gender"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="DateOfBirth"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="YearOfBirth"
                                   style="template"
                                   type="xs:int"
                                   required="false" />                             <param name="ClientId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="MigrationIdentifier"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="RegistrationNumber"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="SecretPlacement"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                             <param name="AllowAccessClientPortal"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;SocialSecurityNumber&quot;: &quot;sample string 2&quot;,
    &quot;LookupName&quot;: &quot;sample string 3&quot;,
    &quot;FirstName&quot;: &quot;sample string 4&quot;,
    &quot;NickName&quot;: &quot;sample string 5&quot;,
    &quot;LastName&quot;: &quot;sample string 6&quot;,
    &quot;Gender&quot;: &quot;sample string 7&quot;,
    &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.2285921+02:00&quot;,
    &quot;ClientId&quot;: 8,
    &quot;MigrationIdentifier&quot;: 1,
    &quot;RegistrationNumber&quot;: &quot;sample string 9&quot;,
    &quot;SecretPlacement&quot;: true,
    &quot;AllowAccessClientPortal&quot;: true,
    &quot;PortalEmail&quot;: &quot;sample string 12&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;SocialSecurityNumber&quot;: &quot;sample string 2&quot;,
    &quot;LookupName&quot;: &quot;sample string 3&quot;,
    &quot;FirstName&quot;: &quot;sample string 4&quot;,
    &quot;NickName&quot;: &quot;sample string 5&quot;,
    &quot;LastName&quot;: &quot;sample string 6&quot;,
    &quot;Gender&quot;: &quot;sample string 7&quot;,
    &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.2285921+02:00&quot;,
    &quot;ClientId&quot;: 8,
    &quot;MigrationIdentifier&quot;: 1,
    &quot;RegistrationNumber&quot;: &quot;sample string 9&quot;,
    &quot;SecretPlacement&quot;: true,
    &quot;AllowAccessClientPortal&quot;: true,
    &quot;PortalEmail&quot;: &quot;sample string 12&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ClientSummary&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.2285921+02:00&lt;/DateOfBirth&gt;
    &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
    &lt;Gender&gt;sample string 7&lt;/Gender&gt;
    &lt;LastName&gt;sample string 6&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 3&lt;/LookupName&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;NickName&gt;sample string 5&lt;/NickName&gt;
    &lt;PortalEmail&gt;sample string 12&lt;/PortalEmail&gt;
    &lt;RegistrationNumber&gt;sample string 9&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
  &lt;/ClientSummary&gt;
  &lt;ClientSummary&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.2285921+02:00&lt;/DateOfBirth&gt;
    &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
    &lt;Gender&gt;sample string 7&lt;/Gender&gt;
    &lt;LastName&gt;sample string 6&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 3&lt;/LookupName&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;NickName&gt;sample string 5&lt;/NickName&gt;
    &lt;PortalEmail&gt;sample string 12&lt;/PortalEmail&gt;
    &lt;RegistrationNumber&gt;sample string 9&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
  &lt;/ClientSummary&gt;
&lt;/ArrayOfClientSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;ClientSummary&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.2285921+02:00&lt;/DateOfBirth&gt;
    &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
    &lt;Gender&gt;sample string 7&lt;/Gender&gt;
    &lt;LastName&gt;sample string 6&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 3&lt;/LookupName&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;NickName&gt;sample string 5&lt;/NickName&gt;
    &lt;PortalEmail&gt;sample string 12&lt;/PortalEmail&gt;
    &lt;RegistrationNumber&gt;sample string 9&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
  &lt;/ClientSummary&gt;
  &lt;ClientSummary&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ClientId&gt;8&lt;/ClientId&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.2285921+02:00&lt;/DateOfBirth&gt;
    &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
    &lt;Gender&gt;sample string 7&lt;/Gender&gt;
    &lt;LastName&gt;sample string 6&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 3&lt;/LookupName&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;NickName&gt;sample string 5&lt;/NickName&gt;
    &lt;PortalEmail&gt;sample string 12&lt;/PortalEmail&gt;
    &lt;RegistrationNumber&gt;sample string 9&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
  &lt;/ClientSummary&gt;
&lt;/ArrayOfClientSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients/PersonalData">
                <doc title="PlanCare2Api/Clients/PersonalData" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstNames&quot;: &quot;sample string 2&quot;,
  &quot;Initials&quot;: &quot;sample string 3&quot;,
  &quot;Nickname&quot;: &quot;sample string 4&quot;,
  &quot;BirthName&quot;: &quot;sample string 5&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 6&quot;,
  &quot;PartnerName&quot;: &quot;sample string 7&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 8&quot;,
  &quot;RelationLastNameFormatId&quot;: 1,
  &quot;Lastname&quot;: &quot;sample string 9&quot;,
  &quot;RelationLookupNameFormatId&quot;: 10,
  &quot;LookupName&quot;: &quot;sample string 11&quot;,
  &quot;RelationGenderId&quot;: 12,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T22:08:29.5619523+02:00&quot;,
  &quot;DateOfBirthCompleteness&quot;: 0,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T22:08:29.5619523+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstNames&quot;: &quot;sample string 2&quot;,
  &quot;Initials&quot;: &quot;sample string 3&quot;,
  &quot;Nickname&quot;: &quot;sample string 4&quot;,
  &quot;BirthName&quot;: &quot;sample string 5&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 6&quot;,
  &quot;PartnerName&quot;: &quot;sample string 7&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 8&quot;,
  &quot;RelationLastNameFormatId&quot;: 1,
  &quot;Lastname&quot;: &quot;sample string 9&quot;,
  &quot;RelationLookupNameFormatId&quot;: 10,
  &quot;LookupName&quot;: &quot;sample string 11&quot;,
  &quot;RelationGenderId&quot;: 12,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T22:08:29.5619523+02:00&quot;,
  &quot;DateOfBirthCompleteness&quot;: 0,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T22:08:29.5619523+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ClientPersonalData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;BirthName&gt;sample string 5&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 6&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 13&lt;/CityOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T22:08:29.5619523+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T22:08:29.5619523+02:00&lt;/DateOfDeath&gt;
  &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
  &lt;Initials&gt;sample string 3&lt;/Initials&gt;
  &lt;Lastname&gt;sample string 9&lt;/Lastname&gt;
  &lt;LookupName&gt;sample string 11&lt;/LookupName&gt;
  &lt;Nickname&gt;sample string 4&lt;/Nickname&gt;
  &lt;PartnerName&gt;sample string 7&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 8&lt;/PartnerNamePrefix&gt;
  &lt;RelationCountryOfBirthId&gt;1&lt;/RelationCountryOfBirthId&gt;
  &lt;RelationGenderId&gt;12&lt;/RelationGenderId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;RelationLastNameFormatId&gt;1&lt;/RelationLastNameFormatId&gt;
  &lt;RelationLookupNameFormatId&gt;10&lt;/RelationLookupNameFormatId&gt;
  &lt;Remarks&gt;sample string 14&lt;/Remarks&gt;
&lt;/ClientPersonalData&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ClientPersonalData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;BirthName&gt;sample string 5&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 6&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 13&lt;/CityOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T22:08:29.5619523+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T22:08:29.5619523+02:00&lt;/DateOfDeath&gt;
  &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
  &lt;Initials&gt;sample string 3&lt;/Initials&gt;
  &lt;Lastname&gt;sample string 9&lt;/Lastname&gt;
  &lt;LookupName&gt;sample string 11&lt;/LookupName&gt;
  &lt;Nickname&gt;sample string 4&lt;/Nickname&gt;
  &lt;PartnerName&gt;sample string 7&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 8&lt;/PartnerNamePrefix&gt;
  &lt;RelationCountryOfBirthId&gt;1&lt;/RelationCountryOfBirthId&gt;
  &lt;RelationGenderId&gt;12&lt;/RelationGenderId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;RelationLastNameFormatId&gt;1&lt;/RelationLastNameFormatId&gt;
  &lt;RelationLookupNameFormatId&gt;10&lt;/RelationLookupNameFormatId&gt;
  &lt;Remarks&gt;sample string 14&lt;/Remarks&gt;
&lt;/ClientPersonalData&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}">
                <doc title="PlanCare2Api/Clients?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;SocialSecurityNumber&quot;: &quot;sample string 2&quot;,
    &quot;SocialSecurityNumberVerified&quot;: true,
    &quot;SocialSecurityNumberVerificationInfo&quot;: &quot;sample string 4&quot;,
    &quot;FirstName&quot;: &quot;sample string 5&quot;,
    &quot;Initials&quot;: &quot;sample string 6&quot;,
    &quot;NickName&quot;: &quot;sample string 7&quot;,
    &quot;BirthName&quot;: &quot;sample string 8&quot;,
    &quot;BirthNamePrefix&quot;: &quot;sample string 9&quot;,
    &quot;PartnerName&quot;: &quot;sample string 10&quot;,
    &quot;PartnerNamePrefix&quot;: &quot;sample string 11&quot;,
    &quot;LookupName&quot;: &quot;sample string 12&quot;,
    &quot;LastName&quot;: &quot;sample string 13&quot;,
    &quot;Gender&quot;: &quot;sample string 14&quot;,
    &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.1973398+02:00&quot;,
    &quot;DateOfBirthCompleteness&quot;: 0,
    &quot;CityOfBirth&quot;: &quot;sample string 15&quot;,
    &quot;CountryOfBirthId&quot;: 1,
    &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:56.1973398+02:00&quot;,
    &quot;Remarks&quot;: &quot;sample string 16&quot;,
    &quot;Photo&quot;: &quot;QEA=&quot;,
    &quot;PhotoMimeType&quot;: &quot;sample string 17&quot;,
    &quot;MaritalStatus&quot;: &quot;sample string 18&quot;,
    &quot;LegalStatus&quot;: &quot;sample string 19&quot;,
    &quot;ParticularFormOfCommunication&quot;: &quot;sample string 20&quot;,
    &quot;LivingUnit&quot;: &quot;sample string 21&quot;,
    &quot;NationalityId&quot;: 1,
    &quot;Nationality&quot;: &quot;sample string 22&quot;,
    &quot;LanguageId&quot;: 1,
    &quot;Language&quot;: &quot;sample string 23&quot;,
    &quot;ReligionId&quot;: 1,
    &quot;Religion&quot;: &quot;sample string 24&quot;,
    &quot;ClientId&quot;: 25,
    &quot;MigrationIdentifier&quot;: 1,
    &quot;NameUsage&quot;: 0,
    &quot;RegistrationNumber&quot;: &quot;sample string 26&quot;,
    &quot;SecretPlacement&quot;: true,
    &quot;DebtorNumber&quot;: &quot;sample string 28&quot;,
    &quot;Iban&quot;: &quot;sample string 29&quot;,
    &quot;BankAccountBic&quot;: &quot;sample string 30&quot;,
    &quot;BankAccountHolderName&quot;: &quot;sample string 31&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;SocialSecurityNumber&quot;: &quot;sample string 2&quot;,
    &quot;SocialSecurityNumberVerified&quot;: true,
    &quot;SocialSecurityNumberVerificationInfo&quot;: &quot;sample string 4&quot;,
    &quot;FirstName&quot;: &quot;sample string 5&quot;,
    &quot;Initials&quot;: &quot;sample string 6&quot;,
    &quot;NickName&quot;: &quot;sample string 7&quot;,
    &quot;BirthName&quot;: &quot;sample string 8&quot;,
    &quot;BirthNamePrefix&quot;: &quot;sample string 9&quot;,
    &quot;PartnerName&quot;: &quot;sample string 10&quot;,
    &quot;PartnerNamePrefix&quot;: &quot;sample string 11&quot;,
    &quot;LookupName&quot;: &quot;sample string 12&quot;,
    &quot;LastName&quot;: &quot;sample string 13&quot;,
    &quot;Gender&quot;: &quot;sample string 14&quot;,
    &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.1973398+02:00&quot;,
    &quot;DateOfBirthCompleteness&quot;: 0,
    &quot;CityOfBirth&quot;: &quot;sample string 15&quot;,
    &quot;CountryOfBirthId&quot;: 1,
    &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:56.1973398+02:00&quot;,
    &quot;Remarks&quot;: &quot;sample string 16&quot;,
    &quot;Photo&quot;: &quot;QEA=&quot;,
    &quot;PhotoMimeType&quot;: &quot;sample string 17&quot;,
    &quot;MaritalStatus&quot;: &quot;sample string 18&quot;,
    &quot;LegalStatus&quot;: &quot;sample string 19&quot;,
    &quot;ParticularFormOfCommunication&quot;: &quot;sample string 20&quot;,
    &quot;LivingUnit&quot;: &quot;sample string 21&quot;,
    &quot;NationalityId&quot;: 1,
    &quot;Nationality&quot;: &quot;sample string 22&quot;,
    &quot;LanguageId&quot;: 1,
    &quot;Language&quot;: &quot;sample string 23&quot;,
    &quot;ReligionId&quot;: 1,
    &quot;Religion&quot;: &quot;sample string 24&quot;,
    &quot;ClientId&quot;: 25,
    &quot;MigrationIdentifier&quot;: 1,
    &quot;NameUsage&quot;: 0,
    &quot;RegistrationNumber&quot;: &quot;sample string 26&quot;,
    &quot;SecretPlacement&quot;: true,
    &quot;DebtorNumber&quot;: &quot;sample string 28&quot;,
    &quot;Iban&quot;: &quot;sample string 29&quot;,
    &quot;BankAccountBic&quot;: &quot;sample string 30&quot;,
    &quot;BankAccountHolderName&quot;: &quot;sample string 31&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;Client&gt;
    &lt;BankAccountBic&gt;sample string 30&lt;/BankAccountBic&gt;
    &lt;BankAccountHolderName&gt;sample string 31&lt;/BankAccountHolderName&gt;
    &lt;BirthName&gt;sample string 8&lt;/BirthName&gt;
    &lt;BirthNamePrefix&gt;sample string 9&lt;/BirthNamePrefix&gt;
    &lt;CityOfBirth&gt;sample string 15&lt;/CityOfBirth&gt;
    &lt;ClientId&gt;25&lt;/ClientId&gt;
    &lt;CountryOfBirthId&gt;1&lt;/CountryOfBirthId&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
    &lt;DateOfDeath&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfDeath&gt;
    &lt;DebtorNumber&gt;sample string 28&lt;/DebtorNumber&gt;
    &lt;FirstName&gt;sample string 5&lt;/FirstName&gt;
    &lt;Gender&gt;sample string 14&lt;/Gender&gt;
    &lt;Iban&gt;sample string 29&lt;/Iban&gt;
    &lt;Initials&gt;sample string 6&lt;/Initials&gt;
    &lt;Language&gt;sample string 23&lt;/Language&gt;
    &lt;LanguageId&gt;1&lt;/LanguageId&gt;
    &lt;LastName&gt;sample string 13&lt;/LastName&gt;
    &lt;LegalStatus&gt;sample string 19&lt;/LegalStatus&gt;
    &lt;LivingUnit&gt;sample string 21&lt;/LivingUnit&gt;
    &lt;LookupName&gt;sample string 12&lt;/LookupName&gt;
    &lt;MaritalStatus&gt;sample string 18&lt;/MaritalStatus&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;NameUsage&gt;Custom&lt;/NameUsage&gt;
    &lt;Nationality&gt;sample string 22&lt;/Nationality&gt;
    &lt;NationalityId&gt;1&lt;/NationalityId&gt;
    &lt;NickName&gt;sample string 7&lt;/NickName&gt;
    &lt;ParticularFormOfCommunication&gt;sample string 20&lt;/ParticularFormOfCommunication&gt;
    &lt;PartnerName&gt;sample string 10&lt;/PartnerName&gt;
    &lt;PartnerNamePrefix&gt;sample string 11&lt;/PartnerNamePrefix&gt;
    &lt;Photo&gt;QEA=&lt;/Photo&gt;
    &lt;PhotoMimeType&gt;sample string 17&lt;/PhotoMimeType&gt;
    &lt;RegistrationNumber&gt;sample string 26&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;Religion&gt;sample string 24&lt;/Religion&gt;
    &lt;ReligionId&gt;1&lt;/ReligionId&gt;
    &lt;Remarks&gt;sample string 16&lt;/Remarks&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
    &lt;SocialSecurityNumberVerificationInfo&gt;sample string 4&lt;/SocialSecurityNumberVerificationInfo&gt;
    &lt;SocialSecurityNumberVerified&gt;true&lt;/SocialSecurityNumberVerified&gt;
  &lt;/Client&gt;
  &lt;Client&gt;
    &lt;BankAccountBic&gt;sample string 30&lt;/BankAccountBic&gt;
    &lt;BankAccountHolderName&gt;sample string 31&lt;/BankAccountHolderName&gt;
    &lt;BirthName&gt;sample string 8&lt;/BirthName&gt;
    &lt;BirthNamePrefix&gt;sample string 9&lt;/BirthNamePrefix&gt;
    &lt;CityOfBirth&gt;sample string 15&lt;/CityOfBirth&gt;
    &lt;ClientId&gt;25&lt;/ClientId&gt;
    &lt;CountryOfBirthId&gt;1&lt;/CountryOfBirthId&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
    &lt;DateOfDeath&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfDeath&gt;
    &lt;DebtorNumber&gt;sample string 28&lt;/DebtorNumber&gt;
    &lt;FirstName&gt;sample string 5&lt;/FirstName&gt;
    &lt;Gender&gt;sample string 14&lt;/Gender&gt;
    &lt;Iban&gt;sample string 29&lt;/Iban&gt;
    &lt;Initials&gt;sample string 6&lt;/Initials&gt;
    &lt;Language&gt;sample string 23&lt;/Language&gt;
    &lt;LanguageId&gt;1&lt;/LanguageId&gt;
    &lt;LastName&gt;sample string 13&lt;/LastName&gt;
    &lt;LegalStatus&gt;sample string 19&lt;/LegalStatus&gt;
    &lt;LivingUnit&gt;sample string 21&lt;/LivingUnit&gt;
    &lt;LookupName&gt;sample string 12&lt;/LookupName&gt;
    &lt;MaritalStatus&gt;sample string 18&lt;/MaritalStatus&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;NameUsage&gt;Custom&lt;/NameUsage&gt;
    &lt;Nationality&gt;sample string 22&lt;/Nationality&gt;
    &lt;NationalityId&gt;1&lt;/NationalityId&gt;
    &lt;NickName&gt;sample string 7&lt;/NickName&gt;
    &lt;ParticularFormOfCommunication&gt;sample string 20&lt;/ParticularFormOfCommunication&gt;
    &lt;PartnerName&gt;sample string 10&lt;/PartnerName&gt;
    &lt;PartnerNamePrefix&gt;sample string 11&lt;/PartnerNamePrefix&gt;
    &lt;Photo&gt;QEA=&lt;/Photo&gt;
    &lt;PhotoMimeType&gt;sample string 17&lt;/PhotoMimeType&gt;
    &lt;RegistrationNumber&gt;sample string 26&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;Religion&gt;sample string 24&lt;/Religion&gt;
    &lt;ReligionId&gt;1&lt;/ReligionId&gt;
    &lt;Remarks&gt;sample string 16&lt;/Remarks&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
    &lt;SocialSecurityNumberVerificationInfo&gt;sample string 4&lt;/SocialSecurityNumberVerificationInfo&gt;
    &lt;SocialSecurityNumberVerified&gt;true&lt;/SocialSecurityNumberVerified&gt;
  &lt;/Client&gt;
&lt;/ArrayOfClient&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;Client&gt;
    &lt;BankAccountBic&gt;sample string 30&lt;/BankAccountBic&gt;
    &lt;BankAccountHolderName&gt;sample string 31&lt;/BankAccountHolderName&gt;
    &lt;BirthName&gt;sample string 8&lt;/BirthName&gt;
    &lt;BirthNamePrefix&gt;sample string 9&lt;/BirthNamePrefix&gt;
    &lt;CityOfBirth&gt;sample string 15&lt;/CityOfBirth&gt;
    &lt;ClientId&gt;25&lt;/ClientId&gt;
    &lt;CountryOfBirthId&gt;1&lt;/CountryOfBirthId&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
    &lt;DateOfDeath&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfDeath&gt;
    &lt;DebtorNumber&gt;sample string 28&lt;/DebtorNumber&gt;
    &lt;FirstName&gt;sample string 5&lt;/FirstName&gt;
    &lt;Gender&gt;sample string 14&lt;/Gender&gt;
    &lt;Iban&gt;sample string 29&lt;/Iban&gt;
    &lt;Initials&gt;sample string 6&lt;/Initials&gt;
    &lt;Language&gt;sample string 23&lt;/Language&gt;
    &lt;LanguageId&gt;1&lt;/LanguageId&gt;
    &lt;LastName&gt;sample string 13&lt;/LastName&gt;
    &lt;LegalStatus&gt;sample string 19&lt;/LegalStatus&gt;
    &lt;LivingUnit&gt;sample string 21&lt;/LivingUnit&gt;
    &lt;LookupName&gt;sample string 12&lt;/LookupName&gt;
    &lt;MaritalStatus&gt;sample string 18&lt;/MaritalStatus&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;NameUsage&gt;Custom&lt;/NameUsage&gt;
    &lt;Nationality&gt;sample string 22&lt;/Nationality&gt;
    &lt;NationalityId&gt;1&lt;/NationalityId&gt;
    &lt;NickName&gt;sample string 7&lt;/NickName&gt;
    &lt;ParticularFormOfCommunication&gt;sample string 20&lt;/ParticularFormOfCommunication&gt;
    &lt;PartnerName&gt;sample string 10&lt;/PartnerName&gt;
    &lt;PartnerNamePrefix&gt;sample string 11&lt;/PartnerNamePrefix&gt;
    &lt;Photo&gt;QEA=&lt;/Photo&gt;
    &lt;PhotoMimeType&gt;sample string 17&lt;/PhotoMimeType&gt;
    &lt;RegistrationNumber&gt;sample string 26&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;Religion&gt;sample string 24&lt;/Religion&gt;
    &lt;ReligionId&gt;1&lt;/ReligionId&gt;
    &lt;Remarks&gt;sample string 16&lt;/Remarks&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
    &lt;SocialSecurityNumberVerificationInfo&gt;sample string 4&lt;/SocialSecurityNumberVerificationInfo&gt;
    &lt;SocialSecurityNumberVerified&gt;true&lt;/SocialSecurityNumberVerified&gt;
  &lt;/Client&gt;
  &lt;Client&gt;
    &lt;BankAccountBic&gt;sample string 30&lt;/BankAccountBic&gt;
    &lt;BankAccountHolderName&gt;sample string 31&lt;/BankAccountHolderName&gt;
    &lt;BirthName&gt;sample string 8&lt;/BirthName&gt;
    &lt;BirthNamePrefix&gt;sample string 9&lt;/BirthNamePrefix&gt;
    &lt;CityOfBirth&gt;sample string 15&lt;/CityOfBirth&gt;
    &lt;ClientId&gt;25&lt;/ClientId&gt;
    &lt;CountryOfBirthId&gt;1&lt;/CountryOfBirthId&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
    &lt;DateOfDeath&gt;2026-05-26T23:13:56.1973398+02:00&lt;/DateOfDeath&gt;
    &lt;DebtorNumber&gt;sample string 28&lt;/DebtorNumber&gt;
    &lt;FirstName&gt;sample string 5&lt;/FirstName&gt;
    &lt;Gender&gt;sample string 14&lt;/Gender&gt;
    &lt;Iban&gt;sample string 29&lt;/Iban&gt;
    &lt;Initials&gt;sample string 6&lt;/Initials&gt;
    &lt;Language&gt;sample string 23&lt;/Language&gt;
    &lt;LanguageId&gt;1&lt;/LanguageId&gt;
    &lt;LastName&gt;sample string 13&lt;/LastName&gt;
    &lt;LegalStatus&gt;sample string 19&lt;/LegalStatus&gt;
    &lt;LivingUnit&gt;sample string 21&lt;/LivingUnit&gt;
    &lt;LookupName&gt;sample string 12&lt;/LookupName&gt;
    &lt;MaritalStatus&gt;sample string 18&lt;/MaritalStatus&gt;
    &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
    &lt;NameUsage&gt;Custom&lt;/NameUsage&gt;
    &lt;Nationality&gt;sample string 22&lt;/Nationality&gt;
    &lt;NationalityId&gt;1&lt;/NationalityId&gt;
    &lt;NickName&gt;sample string 7&lt;/NickName&gt;
    &lt;ParticularFormOfCommunication&gt;sample string 20&lt;/ParticularFormOfCommunication&gt;
    &lt;PartnerName&gt;sample string 10&lt;/PartnerName&gt;
    &lt;PartnerNamePrefix&gt;sample string 11&lt;/PartnerNamePrefix&gt;
    &lt;Photo&gt;QEA=&lt;/Photo&gt;
    &lt;PhotoMimeType&gt;sample string 17&lt;/PhotoMimeType&gt;
    &lt;RegistrationNumber&gt;sample string 26&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;Religion&gt;sample string 24&lt;/Religion&gt;
    &lt;ReligionId&gt;1&lt;/ReligionId&gt;
    &lt;Remarks&gt;sample string 16&lt;/Remarks&gt;
    &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
    &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
    &lt;SocialSecurityNumberVerificationInfo&gt;sample string 4&lt;/SocialSecurityNumberVerificationInfo&gt;
    &lt;SocialSecurityNumberVerified&gt;true&lt;/SocialSecurityNumberVerified&gt;
  &lt;/Client&gt;
&lt;/ArrayOfClient&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Clients?relationId={relationId}">
                <doc title="PlanCare2Api/Clients?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;SocialSecurityNumber&quot;: &quot;sample string 2&quot;,
  &quot;SocialSecurityNumberVerified&quot;: true,
  &quot;SocialSecurityNumberVerificationInfo&quot;: &quot;sample string 4&quot;,
  &quot;FirstName&quot;: &quot;sample string 5&quot;,
  &quot;Initials&quot;: &quot;sample string 6&quot;,
  &quot;NickName&quot;: &quot;sample string 7&quot;,
  &quot;BirthName&quot;: &quot;sample string 8&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 9&quot;,
  &quot;PartnerName&quot;: &quot;sample string 10&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 11&quot;,
  &quot;LookupName&quot;: &quot;sample string 12&quot;,
  &quot;LastName&quot;: &quot;sample string 13&quot;,
  &quot;Gender&quot;: &quot;sample string 14&quot;,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.1817145+02:00&quot;,
  &quot;DateOfBirthCompleteness&quot;: 0,
  &quot;CityOfBirth&quot;: &quot;sample string 15&quot;,
  &quot;CountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:56.1817145+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 16&quot;,
  &quot;Photo&quot;: &quot;QEA=&quot;,
  &quot;PhotoMimeType&quot;: &quot;sample string 17&quot;,
  &quot;MaritalStatus&quot;: &quot;sample string 18&quot;,
  &quot;LegalStatus&quot;: &quot;sample string 19&quot;,
  &quot;ParticularFormOfCommunication&quot;: &quot;sample string 20&quot;,
  &quot;LivingUnit&quot;: &quot;sample string 21&quot;,
  &quot;NationalityId&quot;: 1,
  &quot;Nationality&quot;: &quot;sample string 22&quot;,
  &quot;LanguageId&quot;: 1,
  &quot;Language&quot;: &quot;sample string 23&quot;,
  &quot;ReligionId&quot;: 1,
  &quot;Religion&quot;: &quot;sample string 24&quot;,
  &quot;ClientId&quot;: 25,
  &quot;MigrationIdentifier&quot;: 1,
  &quot;NameUsage&quot;: 0,
  &quot;RegistrationNumber&quot;: &quot;sample string 26&quot;,
  &quot;SecretPlacement&quot;: true,
  &quot;DebtorNumber&quot;: &quot;sample string 28&quot;,
  &quot;Iban&quot;: &quot;sample string 29&quot;,
  &quot;BankAccountBic&quot;: &quot;sample string 30&quot;,
  &quot;BankAccountHolderName&quot;: &quot;sample string 31&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;SocialSecurityNumber&quot;: &quot;sample string 2&quot;,
  &quot;SocialSecurityNumberVerified&quot;: true,
  &quot;SocialSecurityNumberVerificationInfo&quot;: &quot;sample string 4&quot;,
  &quot;FirstName&quot;: &quot;sample string 5&quot;,
  &quot;Initials&quot;: &quot;sample string 6&quot;,
  &quot;NickName&quot;: &quot;sample string 7&quot;,
  &quot;BirthName&quot;: &quot;sample string 8&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 9&quot;,
  &quot;PartnerName&quot;: &quot;sample string 10&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 11&quot;,
  &quot;LookupName&quot;: &quot;sample string 12&quot;,
  &quot;LastName&quot;: &quot;sample string 13&quot;,
  &quot;Gender&quot;: &quot;sample string 14&quot;,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:56.1817145+02:00&quot;,
  &quot;DateOfBirthCompleteness&quot;: 0,
  &quot;CityOfBirth&quot;: &quot;sample string 15&quot;,
  &quot;CountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:56.1817145+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 16&quot;,
  &quot;Photo&quot;: &quot;QEA=&quot;,
  &quot;PhotoMimeType&quot;: &quot;sample string 17&quot;,
  &quot;MaritalStatus&quot;: &quot;sample string 18&quot;,
  &quot;LegalStatus&quot;: &quot;sample string 19&quot;,
  &quot;ParticularFormOfCommunication&quot;: &quot;sample string 20&quot;,
  &quot;LivingUnit&quot;: &quot;sample string 21&quot;,
  &quot;NationalityId&quot;: 1,
  &quot;Nationality&quot;: &quot;sample string 22&quot;,
  &quot;LanguageId&quot;: 1,
  &quot;Language&quot;: &quot;sample string 23&quot;,
  &quot;ReligionId&quot;: 1,
  &quot;Religion&quot;: &quot;sample string 24&quot;,
  &quot;ClientId&quot;: 25,
  &quot;MigrationIdentifier&quot;: 1,
  &quot;NameUsage&quot;: 0,
  &quot;RegistrationNumber&quot;: &quot;sample string 26&quot;,
  &quot;SecretPlacement&quot;: true,
  &quot;DebtorNumber&quot;: &quot;sample string 28&quot;,
  &quot;Iban&quot;: &quot;sample string 29&quot;,
  &quot;BankAccountBic&quot;: &quot;sample string 30&quot;,
  &quot;BankAccountHolderName&quot;: &quot;sample string 31&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;Client xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;BankAccountBic&gt;sample string 30&lt;/BankAccountBic&gt;
  &lt;BankAccountHolderName&gt;sample string 31&lt;/BankAccountHolderName&gt;
  &lt;BirthName&gt;sample string 8&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 9&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 15&lt;/CityOfBirth&gt;
  &lt;ClientId&gt;25&lt;/ClientId&gt;
  &lt;CountryOfBirthId&gt;1&lt;/CountryOfBirthId&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:56.1817145+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:56.1817145+02:00&lt;/DateOfDeath&gt;
  &lt;DebtorNumber&gt;sample string 28&lt;/DebtorNumber&gt;
  &lt;FirstName&gt;sample string 5&lt;/FirstName&gt;
  &lt;Gender&gt;sample string 14&lt;/Gender&gt;
  &lt;Iban&gt;sample string 29&lt;/Iban&gt;
  &lt;Initials&gt;sample string 6&lt;/Initials&gt;
  &lt;Language&gt;sample string 23&lt;/Language&gt;
  &lt;LanguageId&gt;1&lt;/LanguageId&gt;
  &lt;LastName&gt;sample string 13&lt;/LastName&gt;
  &lt;LegalStatus&gt;sample string 19&lt;/LegalStatus&gt;
  &lt;LivingUnit&gt;sample string 21&lt;/LivingUnit&gt;
  &lt;LookupName&gt;sample string 12&lt;/LookupName&gt;
  &lt;MaritalStatus&gt;sample string 18&lt;/MaritalStatus&gt;
  &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
  &lt;NameUsage&gt;Custom&lt;/NameUsage&gt;
  &lt;Nationality&gt;sample string 22&lt;/Nationality&gt;
  &lt;NationalityId&gt;1&lt;/NationalityId&gt;
  &lt;NickName&gt;sample string 7&lt;/NickName&gt;
  &lt;ParticularFormOfCommunication&gt;sample string 20&lt;/ParticularFormOfCommunication&gt;
  &lt;PartnerName&gt;sample string 10&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 11&lt;/PartnerNamePrefix&gt;
  &lt;Photo&gt;QEA=&lt;/Photo&gt;
  &lt;PhotoMimeType&gt;sample string 17&lt;/PhotoMimeType&gt;
  &lt;RegistrationNumber&gt;sample string 26&lt;/RegistrationNumber&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;Religion&gt;sample string 24&lt;/Religion&gt;
  &lt;ReligionId&gt;1&lt;/ReligionId&gt;
  &lt;Remarks&gt;sample string 16&lt;/Remarks&gt;
  &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
  &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
  &lt;SocialSecurityNumberVerificationInfo&gt;sample string 4&lt;/SocialSecurityNumberVerificationInfo&gt;
  &lt;SocialSecurityNumberVerified&gt;true&lt;/SocialSecurityNumberVerified&gt;
&lt;/Client&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;Client xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client&quot;&gt;
  &lt;BankAccountBic&gt;sample string 30&lt;/BankAccountBic&gt;
  &lt;BankAccountHolderName&gt;sample string 31&lt;/BankAccountHolderName&gt;
  &lt;BirthName&gt;sample string 8&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 9&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 15&lt;/CityOfBirth&gt;
  &lt;ClientId&gt;25&lt;/ClientId&gt;
  &lt;CountryOfBirthId&gt;1&lt;/CountryOfBirthId&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:56.1817145+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:56.1817145+02:00&lt;/DateOfDeath&gt;
  &lt;DebtorNumber&gt;sample string 28&lt;/DebtorNumber&gt;
  &lt;FirstName&gt;sample string 5&lt;/FirstName&gt;
  &lt;Gender&gt;sample string 14&lt;/Gender&gt;
  &lt;Iban&gt;sample string 29&lt;/Iban&gt;
  &lt;Initials&gt;sample string 6&lt;/Initials&gt;
  &lt;Language&gt;sample string 23&lt;/Language&gt;
  &lt;LanguageId&gt;1&lt;/LanguageId&gt;
  &lt;LastName&gt;sample string 13&lt;/LastName&gt;
  &lt;LegalStatus&gt;sample string 19&lt;/LegalStatus&gt;
  &lt;LivingUnit&gt;sample string 21&lt;/LivingUnit&gt;
  &lt;LookupName&gt;sample string 12&lt;/LookupName&gt;
  &lt;MaritalStatus&gt;sample string 18&lt;/MaritalStatus&gt;
  &lt;MigrationIdentifier&gt;1&lt;/MigrationIdentifier&gt;
  &lt;NameUsage&gt;Custom&lt;/NameUsage&gt;
  &lt;Nationality&gt;sample string 22&lt;/Nationality&gt;
  &lt;NationalityId&gt;1&lt;/NationalityId&gt;
  &lt;NickName&gt;sample string 7&lt;/NickName&gt;
  &lt;ParticularFormOfCommunication&gt;sample string 20&lt;/ParticularFormOfCommunication&gt;
  &lt;PartnerName&gt;sample string 10&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 11&lt;/PartnerNamePrefix&gt;
  &lt;Photo&gt;QEA=&lt;/Photo&gt;
  &lt;PhotoMimeType&gt;sample string 17&lt;/PhotoMimeType&gt;
  &lt;RegistrationNumber&gt;sample string 26&lt;/RegistrationNumber&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;Religion&gt;sample string 24&lt;/Religion&gt;
  &lt;ReligionId&gt;1&lt;/ReligionId&gt;
  &lt;Remarks&gt;sample string 16&lt;/Remarks&gt;
  &lt;SecretPlacement&gt;true&lt;/SecretPlacement&gt;
  &lt;SocialSecurityNumber&gt;sample string 2&lt;/SocialSecurityNumber&gt;
  &lt;SocialSecurityNumberVerificationInfo&gt;sample string 4&lt;/SocialSecurityNumberVerificationInfo&gt;
  &lt;SocialSecurityNumberVerified&gt;true&lt;/SocialSecurityNumberVerified&gt;
&lt;/Client&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ContactPersons/{relationId}">
                <doc title="PlanCare2Api/ContactPersons/{relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstName&quot;: &quot;sample string 2&quot;,
  &quot;LastName&quot;: &quot;sample string 3&quot;,
  &quot;NickName&quot;: &quot;sample string 4&quot;,
  &quot;LookupName&quot;: &quot;sample string 5&quot;,
  &quot;AllowAccessClientPortal&quot;: true,
  &quot;PortalEmail&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstName&quot;: &quot;sample string 2&quot;,
  &quot;LastName&quot;: &quot;sample string 3&quot;,
  &quot;NickName&quot;: &quot;sample string 4&quot;,
  &quot;LookupName&quot;: &quot;sample string 5&quot;,
  &quot;AllowAccessClientPortal&quot;: true,
  &quot;PortalEmail&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ContactPersonLookup xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ContactPerson&quot;&gt;
  &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
  &lt;FirstName&gt;sample string 2&lt;/FirstName&gt;
  &lt;LastName&gt;sample string 3&lt;/LastName&gt;
  &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
  &lt;NickName&gt;sample string 4&lt;/NickName&gt;
  &lt;PortalEmail&gt;sample string 7&lt;/PortalEmail&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
&lt;/ContactPersonLookup&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ContactPersonLookup xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ContactPerson&quot;&gt;
  &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
  &lt;FirstName&gt;sample string 2&lt;/FirstName&gt;
  &lt;LastName&gt;sample string 3&lt;/LastName&gt;
  &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
  &lt;NickName&gt;sample string 4&lt;/NickName&gt;
  &lt;PortalEmail&gt;sample string 7&lt;/PortalEmail&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
&lt;/ContactPersonLookup&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ContactPersons/{relationId}/PersonalData">
                <doc title="PlanCare2Api/ContactPersons/{relationId}/PersonalData" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstNames&quot;: &quot;sample string 2&quot;,
  &quot;Initials&quot;: &quot;sample string 3&quot;,
  &quot;Nickname&quot;: &quot;sample string 4&quot;,
  &quot;BirthName&quot;: &quot;sample string 5&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 6&quot;,
  &quot;PartnerName&quot;: &quot;sample string 7&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 8&quot;,
  &quot;RelationLastNameFormatId&quot;: 1,
  &quot;Lastname&quot;: &quot;sample string 9&quot;,
  &quot;RelationLookupNameFormatId&quot;: 10,
  &quot;LookupName&quot;: &quot;sample string 11&quot;,
  &quot;RelationGenderId&quot;: 12,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:55.5567044+02:00&quot;,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:55.5567044+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstNames&quot;: &quot;sample string 2&quot;,
  &quot;Initials&quot;: &quot;sample string 3&quot;,
  &quot;Nickname&quot;: &quot;sample string 4&quot;,
  &quot;BirthName&quot;: &quot;sample string 5&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 6&quot;,
  &quot;PartnerName&quot;: &quot;sample string 7&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 8&quot;,
  &quot;RelationLastNameFormatId&quot;: 1,
  &quot;Lastname&quot;: &quot;sample string 9&quot;,
  &quot;RelationLookupNameFormatId&quot;: 10,
  &quot;LookupName&quot;: &quot;sample string 11&quot;,
  &quot;RelationGenderId&quot;: 12,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:55.5567044+02:00&quot;,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:55.5567044+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ContactPersonPersonalData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ContactPerson&quot;&gt;
  &lt;BirthName&gt;sample string 5&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 6&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 13&lt;/CityOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:55.5567044+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:55.5567044+02:00&lt;/DateOfDeath&gt;
  &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
  &lt;Initials&gt;sample string 3&lt;/Initials&gt;
  &lt;Lastname&gt;sample string 9&lt;/Lastname&gt;
  &lt;LookupName&gt;sample string 11&lt;/LookupName&gt;
  &lt;Nickname&gt;sample string 4&lt;/Nickname&gt;
  &lt;PartnerName&gt;sample string 7&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 8&lt;/PartnerNamePrefix&gt;
  &lt;RelationCountryOfBirthId&gt;1&lt;/RelationCountryOfBirthId&gt;
  &lt;RelationGenderId&gt;12&lt;/RelationGenderId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;RelationLastNameFormatId&gt;1&lt;/RelationLastNameFormatId&gt;
  &lt;RelationLookupNameFormatId&gt;10&lt;/RelationLookupNameFormatId&gt;
  &lt;Remarks&gt;sample string 14&lt;/Remarks&gt;
&lt;/ContactPersonPersonalData&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ContactPersonPersonalData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ContactPerson&quot;&gt;
  &lt;BirthName&gt;sample string 5&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 6&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 13&lt;/CityOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:55.5567044+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:55.5567044+02:00&lt;/DateOfDeath&gt;
  &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
  &lt;Initials&gt;sample string 3&lt;/Initials&gt;
  &lt;Lastname&gt;sample string 9&lt;/Lastname&gt;
  &lt;LookupName&gt;sample string 11&lt;/LookupName&gt;
  &lt;Nickname&gt;sample string 4&lt;/Nickname&gt;
  &lt;PartnerName&gt;sample string 7&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 8&lt;/PartnerNamePrefix&gt;
  &lt;RelationCountryOfBirthId&gt;1&lt;/RelationCountryOfBirthId&gt;
  &lt;RelationGenderId&gt;12&lt;/RelationGenderId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;RelationLastNameFormatId&gt;1&lt;/RelationLastNameFormatId&gt;
  &lt;RelationLookupNameFormatId&gt;10&lt;/RelationLookupNameFormatId&gt;
  &lt;Remarks&gt;sample string 14&lt;/Remarks&gt;
&lt;/ContactPersonPersonalData&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ContactPersons/PersonalData">
                <doc title="PlanCare2Api/ContactPersons/PersonalData" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstNames&quot;: &quot;sample string 2&quot;,
  &quot;Initials&quot;: &quot;sample string 3&quot;,
  &quot;Nickname&quot;: &quot;sample string 4&quot;,
  &quot;BirthName&quot;: &quot;sample string 5&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 6&quot;,
  &quot;PartnerName&quot;: &quot;sample string 7&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 8&quot;,
  &quot;RelationLastNameFormatId&quot;: 1,
  &quot;Lastname&quot;: &quot;sample string 9&quot;,
  &quot;RelationLookupNameFormatId&quot;: 10,
  &quot;LookupName&quot;: &quot;sample string 11&quot;,
  &quot;RelationGenderId&quot;: 12,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T22:07:14.2149989+02:00&quot;,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T22:07:14.2149989+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;RelationId&quot;: 1,
  &quot;FirstNames&quot;: &quot;sample string 2&quot;,
  &quot;Initials&quot;: &quot;sample string 3&quot;,
  &quot;Nickname&quot;: &quot;sample string 4&quot;,
  &quot;BirthName&quot;: &quot;sample string 5&quot;,
  &quot;BirthNamePrefix&quot;: &quot;sample string 6&quot;,
  &quot;PartnerName&quot;: &quot;sample string 7&quot;,
  &quot;PartnerNamePrefix&quot;: &quot;sample string 8&quot;,
  &quot;RelationLastNameFormatId&quot;: 1,
  &quot;Lastname&quot;: &quot;sample string 9&quot;,
  &quot;RelationLookupNameFormatId&quot;: 10,
  &quot;LookupName&quot;: &quot;sample string 11&quot;,
  &quot;RelationGenderId&quot;: 12,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T22:07:14.2149989+02:00&quot;,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T22:07:14.2149989+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ContactPersonPersonalData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ContactPerson&quot;&gt;
  &lt;BirthName&gt;sample string 5&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 6&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 13&lt;/CityOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T22:07:14.2149989+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfDeath&gt;2026-05-26T22:07:14.2149989+02:00&lt;/DateOfDeath&gt;
  &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
  &lt;Initials&gt;sample string 3&lt;/Initials&gt;
  &lt;Lastname&gt;sample string 9&lt;/Lastname&gt;
  &lt;LookupName&gt;sample string 11&lt;/LookupName&gt;
  &lt;Nickname&gt;sample string 4&lt;/Nickname&gt;
  &lt;PartnerName&gt;sample string 7&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 8&lt;/PartnerNamePrefix&gt;
  &lt;RelationCountryOfBirthId&gt;1&lt;/RelationCountryOfBirthId&gt;
  &lt;RelationGenderId&gt;12&lt;/RelationGenderId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;RelationLastNameFormatId&gt;1&lt;/RelationLastNameFormatId&gt;
  &lt;RelationLookupNameFormatId&gt;10&lt;/RelationLookupNameFormatId&gt;
  &lt;Remarks&gt;sample string 14&lt;/Remarks&gt;
&lt;/ContactPersonPersonalData&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ContactPersonPersonalData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ContactPerson&quot;&gt;
  &lt;BirthName&gt;sample string 5&lt;/BirthName&gt;
  &lt;BirthNamePrefix&gt;sample string 6&lt;/BirthNamePrefix&gt;
  &lt;CityOfBirth&gt;sample string 13&lt;/CityOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T22:07:14.2149989+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfDeath&gt;2026-05-26T22:07:14.2149989+02:00&lt;/DateOfDeath&gt;
  &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
  &lt;Initials&gt;sample string 3&lt;/Initials&gt;
  &lt;Lastname&gt;sample string 9&lt;/Lastname&gt;
  &lt;LookupName&gt;sample string 11&lt;/LookupName&gt;
  &lt;Nickname&gt;sample string 4&lt;/Nickname&gt;
  &lt;PartnerName&gt;sample string 7&lt;/PartnerName&gt;
  &lt;PartnerNamePrefix&gt;sample string 8&lt;/PartnerNamePrefix&gt;
  &lt;RelationCountryOfBirthId&gt;1&lt;/RelationCountryOfBirthId&gt;
  &lt;RelationGenderId&gt;12&lt;/RelationGenderId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;RelationLastNameFormatId&gt;1&lt;/RelationLastNameFormatId&gt;
  &lt;RelationLookupNameFormatId&gt;10&lt;/RelationLookupNameFormatId&gt;
  &lt;Remarks&gt;sample string 14&lt;/Remarks&gt;
&lt;/ContactPersonPersonalData&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/ContactPersons?allowAccessClientPortal={allowAccessClientPortal}">
                <doc title="PlanCare2Api/ContactPersons?allowAccessClientPortal={allowAccessClientPortal}" /> 
                <method name="GET">
                    <request>
 
                            <param name="allowAccessClientPortal"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;FirstName&quot;: &quot;sample string 2&quot;,
    &quot;LastName&quot;: &quot;sample string 3&quot;,
    &quot;NickName&quot;: &quot;sample string 4&quot;,
    &quot;LookupName&quot;: &quot;sample string 5&quot;,
    &quot;AllowAccessClientPortal&quot;: true,
    &quot;PortalEmail&quot;: &quot;sample string 7&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;FirstName&quot;: &quot;sample string 2&quot;,
    &quot;LastName&quot;: &quot;sample string 3&quot;,
    &quot;NickName&quot;: &quot;sample string 4&quot;,
    &quot;LookupName&quot;: &quot;sample string 5&quot;,
    &quot;AllowAccessClientPortal&quot;: true,
    &quot;PortalEmail&quot;: &quot;sample string 7&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContactPersonLookup xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ContactPerson&quot;&gt;
  &lt;ContactPersonLookup&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;FirstName&gt;sample string 2&lt;/FirstName&gt;
    &lt;LastName&gt;sample string 3&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
    &lt;NickName&gt;sample string 4&lt;/NickName&gt;
    &lt;PortalEmail&gt;sample string 7&lt;/PortalEmail&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/ContactPersonLookup&gt;
  &lt;ContactPersonLookup&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;FirstName&gt;sample string 2&lt;/FirstName&gt;
    &lt;LastName&gt;sample string 3&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
    &lt;NickName&gt;sample string 4&lt;/NickName&gt;
    &lt;PortalEmail&gt;sample string 7&lt;/PortalEmail&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/ContactPersonLookup&gt;
&lt;/ArrayOfContactPersonLookup&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContactPersonLookup xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ContactPerson&quot;&gt;
  &lt;ContactPersonLookup&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;FirstName&gt;sample string 2&lt;/FirstName&gt;
    &lt;LastName&gt;sample string 3&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
    &lt;NickName&gt;sample string 4&lt;/NickName&gt;
    &lt;PortalEmail&gt;sample string 7&lt;/PortalEmail&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/ContactPersonLookup&gt;
  &lt;ContactPersonLookup&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;FirstName&gt;sample string 2&lt;/FirstName&gt;
    &lt;LastName&gt;sample string 3&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 5&lt;/LookupName&gt;
    &lt;NickName&gt;sample string 4&lt;/NickName&gt;
    &lt;PortalEmail&gt;sample string 7&lt;/PortalEmail&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/ContactPersonLookup&gt;
&lt;/ArrayOfContactPersonLookup&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Contracts/{contractId}/ContractLines?contractOfServiceId={contractOfServiceId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Contracts/{contractId}/ContractLines?contractOfServiceId={contractOfServiceId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="contractId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="contractOfServiceId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ProductId&quot;: 1,
    &quot;ProductCode&quot;: &quot;sample string 2&quot;,
    &quot;ProductName&quot;: &quot;sample string 3&quot;,
    &quot;ProductDescription&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0567322+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0567322+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ProductId&quot;: 1,
    &quot;ProductCode&quot;: &quot;sample string 2&quot;,
    &quot;ProductName&quot;: &quot;sample string 3&quot;,
    &quot;ProductDescription&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0567322+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0567322+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContractLine xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ContractLine&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0567322+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;ProductCode&gt;sample string 2&lt;/ProductCode&gt;
    &lt;ProductDescription&gt;sample string 4&lt;/ProductDescription&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0567322+02:00&lt;/StartDate&gt;
  &lt;/ContractLine&gt;
  &lt;ContractLine&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0567322+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;ProductCode&gt;sample string 2&lt;/ProductCode&gt;
    &lt;ProductDescription&gt;sample string 4&lt;/ProductDescription&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0567322+02:00&lt;/StartDate&gt;
  &lt;/ContractLine&gt;
&lt;/ArrayOfContractLine&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContractLine xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ContractLine&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0567322+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;ProductCode&gt;sample string 2&lt;/ProductCode&gt;
    &lt;ProductDescription&gt;sample string 4&lt;/ProductDescription&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0567322+02:00&lt;/StartDate&gt;
  &lt;/ContractLine&gt;
  &lt;ContractLine&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0567322+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;ProductCode&gt;sample string 2&lt;/ProductCode&gt;
    &lt;ProductDescription&gt;sample string 4&lt;/ProductDescription&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;ProductName&gt;sample string 3&lt;/ProductName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0567322+02:00&lt;/StartDate&gt;
  &lt;/ContractLine&gt;
&lt;/ArrayOfContractLine&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Contracts/{contractId}/Products">
                <doc title="PlanCare2Api/Contracts/{contractId}/Products" /> 
                <method name="GET">
                    <request>
 
                            <param name="contractId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0723572+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0723572+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;DeclarationCodes&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Rate&quot;: 1.0,
        &quot;Factor&quot;: 4.0,
        &quot;ClientSpecificRateAllowed&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0723572+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0723572+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;DeclarationCodes&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Rate&quot;: 1.0,
        &quot;Factor&quot;: 4.0,
        &quot;ClientSpecificRateAllowed&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContractProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DeclarationCodes&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
    &lt;/DeclarationCodes&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0723572+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0723572+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DeclarationCodes&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
    &lt;/DeclarationCodes&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0723572+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0723572+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
&lt;/ArrayOfContractProduct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContractProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DeclarationCodes&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
    &lt;/DeclarationCodes&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0723572+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0723572+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DeclarationCodes&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
    &lt;/DeclarationCodes&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0723572+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0723572+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
&lt;/ArrayOfContractProduct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Contracts/{contractId}/Products?employmentId={employmentId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Contracts/{contractId}/Products?employmentId={employmentId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="contractId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="employmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:10:25.1285136+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:10:25.1285136+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;DeclarationCodes&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Rate&quot;: 1.0,
        &quot;Factor&quot;: 4.0,
        &quot;ClientSpecificRateAllowed&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:10:25.1285136+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:10:25.1285136+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;DeclarationCodes&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Rate&quot;: 1.0,
        &quot;Factor&quot;: 4.0,
        &quot;ClientSpecificRateAllowed&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContractProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DeclarationCodes&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
    &lt;/DeclarationCodes&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:10:25.1285136+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T22:10:25.1285136+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DeclarationCodes&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
    &lt;/DeclarationCodes&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:10:25.1285136+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T22:10:25.1285136+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
&lt;/ArrayOfContractProduct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContractProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DeclarationCodes&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
    &lt;/DeclarationCodes&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:10:25.1285136+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T22:10:25.1285136+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DeclarationCodes&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
      &lt;ContractProductDeclarationCode&gt;
        &lt;ClientSpecificRateAllowed&gt;true&lt;/ClientSpecificRateAllowed&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Factor&gt;4&lt;/Factor&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Rate&gt;1&lt;/Rate&gt;
      &lt;/ContractProductDeclarationCode&gt;
    &lt;/DeclarationCodes&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:10:25.1285136+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T22:10:25.1285136+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
&lt;/ArrayOfContractProduct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Contracts/ContractTypes">
                <doc title="PlanCare2Api/Contracts/ContractTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;IsActive&quot;: true,
    &quot;Source&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;IsActive&quot;: true,
    &quot;Source&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContractType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ContractType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;/ContractType&gt;
  &lt;ContractType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;/ContractType&gt;
&lt;/ArrayOfContractType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContractType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ContractType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;/ContractType&gt;
  &lt;ContractType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;/ContractType&gt;
&lt;/ArrayOfContractType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Contracts?bsn={bsn}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Contracts?bsn={bsn}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="bsn"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
    &quot;ContractInfo&quot;: &quot;sample string 3&quot;,
    &quot;ContractType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;IsActive&quot;: true,
      &quot;Source&quot;: &quot;sample string 5&quot;
    },
    &quot;Debtor&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Description&quot;: &quot;sample string 1&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;NumberExtern&quot;: &quot;sample string 2&quot;,
      &quot;NumberIntern&quot;: &quot;sample string 3&quot;
    },
    &quot;Supplier&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Code&quot;: &quot;sample string 1&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;
    },
    &quot;RelationCorrelationDebtorId&quot;: 1,
    &quot;RelationCorrelationInvoiceReceiverId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
    &quot;ContractInfo&quot;: &quot;sample string 3&quot;,
    &quot;ContractType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;IsActive&quot;: true,
      &quot;Source&quot;: &quot;sample string 5&quot;
    },
    &quot;Debtor&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Description&quot;: &quot;sample string 1&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;NumberExtern&quot;: &quot;sample string 2&quot;,
      &quot;NumberIntern&quot;: &quot;sample string 3&quot;
    },
    &quot;Supplier&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Code&quot;: &quot;sample string 1&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;
    },
    &quot;RelationCorrelationDebtorId&quot;: 1,
    &quot;RelationCorrelationInvoiceReceiverId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContract xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Contract&gt;
    &lt;ContractInfo&gt;sample string 3&lt;/ContractInfo&gt;
    &lt;ContractType&gt;
      &lt;Code&gt;sample string 2&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;/ContractType&gt;
    &lt;Debtor&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;NumberExtern&gt;sample string 2&lt;/NumberExtern&gt;
      &lt;NumberIntern&gt;sample string 3&lt;/NumberIntern&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationCorrelationDebtorId&gt;1&lt;/RelationCorrelationDebtorId&gt;
    &lt;RelationCorrelationInvoiceReceiverId&gt;1&lt;/RelationCorrelationInvoiceReceiverId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;Supplier&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Supplier&gt;
  &lt;/Contract&gt;
  &lt;Contract&gt;
    &lt;ContractInfo&gt;sample string 3&lt;/ContractInfo&gt;
    &lt;ContractType&gt;
      &lt;Code&gt;sample string 2&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;/ContractType&gt;
    &lt;Debtor&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;NumberExtern&gt;sample string 2&lt;/NumberExtern&gt;
      &lt;NumberIntern&gt;sample string 3&lt;/NumberIntern&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationCorrelationDebtorId&gt;1&lt;/RelationCorrelationDebtorId&gt;
    &lt;RelationCorrelationInvoiceReceiverId&gt;1&lt;/RelationCorrelationInvoiceReceiverId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;Supplier&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Supplier&gt;
  &lt;/Contract&gt;
&lt;/ArrayOfContract&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContract xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Contract&gt;
    &lt;ContractInfo&gt;sample string 3&lt;/ContractInfo&gt;
    &lt;ContractType&gt;
      &lt;Code&gt;sample string 2&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;/ContractType&gt;
    &lt;Debtor&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;NumberExtern&gt;sample string 2&lt;/NumberExtern&gt;
      &lt;NumberIntern&gt;sample string 3&lt;/NumberIntern&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationCorrelationDebtorId&gt;1&lt;/RelationCorrelationDebtorId&gt;
    &lt;RelationCorrelationInvoiceReceiverId&gt;1&lt;/RelationCorrelationInvoiceReceiverId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;Supplier&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Supplier&gt;
  &lt;/Contract&gt;
  &lt;Contract&gt;
    &lt;ContractInfo&gt;sample string 3&lt;/ContractInfo&gt;
    &lt;ContractType&gt;
      &lt;Code&gt;sample string 2&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;/ContractType&gt;
    &lt;Debtor&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;NumberExtern&gt;sample string 2&lt;/NumberExtern&gt;
      &lt;NumberIntern&gt;sample string 3&lt;/NumberIntern&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationCorrelationDebtorId&gt;1&lt;/RelationCorrelationDebtorId&gt;
    &lt;RelationCorrelationInvoiceReceiverId&gt;1&lt;/RelationCorrelationInvoiceReceiverId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;Supplier&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Supplier&gt;
  &lt;/Contract&gt;
&lt;/ArrayOfContract&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Contracts?clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Contracts?clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
    &quot;ContractInfo&quot;: &quot;sample string 3&quot;,
    &quot;ContractType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;IsActive&quot;: true,
      &quot;Source&quot;: &quot;sample string 5&quot;
    },
    &quot;Debtor&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Description&quot;: &quot;sample string 1&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;NumberExtern&quot;: &quot;sample string 2&quot;,
      &quot;NumberIntern&quot;: &quot;sample string 3&quot;
    },
    &quot;Supplier&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Code&quot;: &quot;sample string 1&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;
    },
    &quot;RelationCorrelationDebtorId&quot;: 1,
    &quot;RelationCorrelationInvoiceReceiverId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
    &quot;ContractInfo&quot;: &quot;sample string 3&quot;,
    &quot;ContractType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;IsActive&quot;: true,
      &quot;Source&quot;: &quot;sample string 5&quot;
    },
    &quot;Debtor&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Description&quot;: &quot;sample string 1&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;NumberExtern&quot;: &quot;sample string 2&quot;,
      &quot;NumberIntern&quot;: &quot;sample string 3&quot;
    },
    &quot;Supplier&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Code&quot;: &quot;sample string 1&quot;,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.0411065+02:00&quot;
    },
    &quot;RelationCorrelationDebtorId&quot;: 1,
    &quot;RelationCorrelationInvoiceReceiverId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContract xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Contract&gt;
    &lt;ContractInfo&gt;sample string 3&lt;/ContractInfo&gt;
    &lt;ContractType&gt;
      &lt;Code&gt;sample string 2&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;/ContractType&gt;
    &lt;Debtor&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;NumberExtern&gt;sample string 2&lt;/NumberExtern&gt;
      &lt;NumberIntern&gt;sample string 3&lt;/NumberIntern&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationCorrelationDebtorId&gt;1&lt;/RelationCorrelationDebtorId&gt;
    &lt;RelationCorrelationInvoiceReceiverId&gt;1&lt;/RelationCorrelationInvoiceReceiverId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;Supplier&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Supplier&gt;
  &lt;/Contract&gt;
  &lt;Contract&gt;
    &lt;ContractInfo&gt;sample string 3&lt;/ContractInfo&gt;
    &lt;ContractType&gt;
      &lt;Code&gt;sample string 2&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;/ContractType&gt;
    &lt;Debtor&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;NumberExtern&gt;sample string 2&lt;/NumberExtern&gt;
      &lt;NumberIntern&gt;sample string 3&lt;/NumberIntern&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationCorrelationDebtorId&gt;1&lt;/RelationCorrelationDebtorId&gt;
    &lt;RelationCorrelationInvoiceReceiverId&gt;1&lt;/RelationCorrelationInvoiceReceiverId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;Supplier&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Supplier&gt;
  &lt;/Contract&gt;
&lt;/ArrayOfContract&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContract xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Contract&gt;
    &lt;ContractInfo&gt;sample string 3&lt;/ContractInfo&gt;
    &lt;ContractType&gt;
      &lt;Code&gt;sample string 2&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;/ContractType&gt;
    &lt;Debtor&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;NumberExtern&gt;sample string 2&lt;/NumberExtern&gt;
      &lt;NumberIntern&gt;sample string 3&lt;/NumberIntern&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationCorrelationDebtorId&gt;1&lt;/RelationCorrelationDebtorId&gt;
    &lt;RelationCorrelationInvoiceReceiverId&gt;1&lt;/RelationCorrelationInvoiceReceiverId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;Supplier&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Supplier&gt;
  &lt;/Contract&gt;
  &lt;Contract&gt;
    &lt;ContractInfo&gt;sample string 3&lt;/ContractInfo&gt;
    &lt;ContractType&gt;
      &lt;Code&gt;sample string 2&lt;/Code&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;/ContractType&gt;
    &lt;Debtor&gt;
      &lt;Description&gt;sample string 1&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;NumberExtern&gt;sample string 2&lt;/NumberExtern&gt;
      &lt;NumberIntern&gt;sample string 3&lt;/NumberIntern&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationCorrelationDebtorId&gt;1&lt;/RelationCorrelationDebtorId&gt;
    &lt;RelationCorrelationInvoiceReceiverId&gt;1&lt;/RelationCorrelationInvoiceReceiverId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;Supplier&gt;
      &lt;Code&gt;sample string 1&lt;/Code&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;EndDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:57.0411065+02:00&lt;/StartDate&gt;
    &lt;/Supplier&gt;
  &lt;/Contract&gt;
&lt;/ArrayOfContract&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CurrentServerTime">
                <doc title="PlanCare2Api/CurrentServerTime" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>&quot;2026-05-26T22:06:30.0121158+02:00&quot;</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>&quot;2026-05-26T22:06:30.0121158+02:00&quot;</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;dateTime xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;2026-05-26T22:06:30.0121158+02:00&lt;/dateTime&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;dateTime xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;2026-05-26T22:06:30.0121158+02:00&lt;/dateTime&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CustomBuildingBlocks">
                <doc title="PlanCare2Api/CustomBuildingBlocks" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;a707dcb1-e9ac-4d65-9a2f-cbd1a5c7610b&quot;,
    &quot;CategoryGuid&quot;: &quot;a4bf2989-102e-4077-9917-e2aac48217a5&quot;,
    &quot;CategoryName&quot;: &quot;sample string 3&quot;,
    &quot;Name&quot;: &quot;sample string 4&quot;,
    &quot;Description&quot;: &quot;sample string 5&quot;,
    &quot;Code&quot;: &quot;sample string 6&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;a707dcb1-e9ac-4d65-9a2f-cbd1a5c7610b&quot;,
    &quot;CategoryGuid&quot;: &quot;a4bf2989-102e-4077-9917-e2aac48217a5&quot;,
    &quot;CategoryName&quot;: &quot;sample string 3&quot;,
    &quot;Name&quot;: &quot;sample string 4&quot;,
    &quot;Description&quot;: &quot;sample string 5&quot;,
    &quot;Code&quot;: &quot;sample string 6&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCustomBuildingBlockSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;CustomBuildingBlockSummary&gt;
    &lt;CategoryGuid&gt;a4bf2989-102e-4077-9917-e2aac48217a5&lt;/CategoryGuid&gt;
    &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
    &lt;Code&gt;sample string 6&lt;/Code&gt;
    &lt;Description&gt;sample string 5&lt;/Description&gt;
    &lt;Guid&gt;a707dcb1-e9ac-4d65-9a2f-cbd1a5c7610b&lt;/Guid&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;/CustomBuildingBlockSummary&gt;
  &lt;CustomBuildingBlockSummary&gt;
    &lt;CategoryGuid&gt;a4bf2989-102e-4077-9917-e2aac48217a5&lt;/CategoryGuid&gt;
    &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
    &lt;Code&gt;sample string 6&lt;/Code&gt;
    &lt;Description&gt;sample string 5&lt;/Description&gt;
    &lt;Guid&gt;a707dcb1-e9ac-4d65-9a2f-cbd1a5c7610b&lt;/Guid&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;/CustomBuildingBlockSummary&gt;
&lt;/ArrayOfCustomBuildingBlockSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCustomBuildingBlockSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;CustomBuildingBlockSummary&gt;
    &lt;CategoryGuid&gt;a4bf2989-102e-4077-9917-e2aac48217a5&lt;/CategoryGuid&gt;
    &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
    &lt;Code&gt;sample string 6&lt;/Code&gt;
    &lt;Description&gt;sample string 5&lt;/Description&gt;
    &lt;Guid&gt;a707dcb1-e9ac-4d65-9a2f-cbd1a5c7610b&lt;/Guid&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;/CustomBuildingBlockSummary&gt;
  &lt;CustomBuildingBlockSummary&gt;
    &lt;CategoryGuid&gt;a4bf2989-102e-4077-9917-e2aac48217a5&lt;/CategoryGuid&gt;
    &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
    &lt;Code&gt;sample string 6&lt;/Code&gt;
    &lt;Description&gt;sample string 5&lt;/Description&gt;
    &lt;Guid&gt;a707dcb1-e9ac-4d65-9a2f-cbd1a5c7610b&lt;/Guid&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;/CustomBuildingBlockSummary&gt;
&lt;/ArrayOfCustomBuildingBlockSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CustomBuildingBlocks/{customBuildingBlockGuid}">
                <doc title="PlanCare2Api/CustomBuildingBlocks/{customBuildingBlockGuid}" /> 
                <method name="GET">
                    <request>
 
                            <param name="customBuildingBlockGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Guid&quot;: &quot;682fff93-76d7-4410-acf7-c8d1c4dfccb7&quot;,
  &quot;CategoryGuid&quot;: &quot;ced9f862-0261-43bd-a0a2-873e6bb1c0ef&quot;,
  &quot;CategoryName&quot;: &quot;sample string 3&quot;,
  &quot;Name&quot;: &quot;sample string 4&quot;,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;Code&quot;: &quot;sample string 6&quot;,
  &quot;Type&quot;: 1,
  &quot;ValuePossibilities&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Guid&quot;: &quot;410b6489-89b3-416e-a11d-e7089665fd07&quot;,
      &quot;Rank&quot;: 2,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Code&quot;: &quot;sample string 4&quot;,
      &quot;Value&quot;: 1.0,
      &quot;IsActive&quot;: true
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;CustomBuildingBlockText&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;DefaultValue&quot;: &quot;sample string 1&quot;,
    &quot;MaximumLength&quot;: 1,
    &quot;EnableSpellCheck&quot;: true
  },
  &quot;CustomBuildingBlockNumber&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;DefaultValue&quot;: 1.0,
    &quot;Decimals&quot;: 1,
    &quot;MinimumValue&quot;: 1.0,
    &quot;MaximumValue&quot;: 1.0
  },
  &quot;CustomBuildingBlockDateTime&quot;: {
    &quot;$id&quot;: &quot;5&quot;,
    &quot;DefaultValueOption&quot;: 1,
    &quot;CustomDefaultValue&quot;: &quot;2026-05-26T23:13:55.4317012+02:00&quot;,
    &quot;AllowedValueOption&quot;: 1,
    &quot;IncludeTime&quot;: true
  },
  &quot;HasReadPermission&quot;: true,
  &quot;HasInsertPermission&quot;: true,
  &quot;HasEditPermission&quot;: true,
  &quot;HasDeletePermission&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Guid&quot;: &quot;682fff93-76d7-4410-acf7-c8d1c4dfccb7&quot;,
  &quot;CategoryGuid&quot;: &quot;ced9f862-0261-43bd-a0a2-873e6bb1c0ef&quot;,
  &quot;CategoryName&quot;: &quot;sample string 3&quot;,
  &quot;Name&quot;: &quot;sample string 4&quot;,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;Code&quot;: &quot;sample string 6&quot;,
  &quot;Type&quot;: 1,
  &quot;ValuePossibilities&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Guid&quot;: &quot;410b6489-89b3-416e-a11d-e7089665fd07&quot;,
      &quot;Rank&quot;: 2,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Code&quot;: &quot;sample string 4&quot;,
      &quot;Value&quot;: 1.0,
      &quot;IsActive&quot;: true
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;CustomBuildingBlockText&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;DefaultValue&quot;: &quot;sample string 1&quot;,
    &quot;MaximumLength&quot;: 1,
    &quot;EnableSpellCheck&quot;: true
  },
  &quot;CustomBuildingBlockNumber&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;DefaultValue&quot;: 1.0,
    &quot;Decimals&quot;: 1,
    &quot;MinimumValue&quot;: 1.0,
    &quot;MaximumValue&quot;: 1.0
  },
  &quot;CustomBuildingBlockDateTime&quot;: {
    &quot;$id&quot;: &quot;5&quot;,
    &quot;DefaultValueOption&quot;: 1,
    &quot;CustomDefaultValue&quot;: &quot;2026-05-26T23:13:55.4317012+02:00&quot;,
    &quot;AllowedValueOption&quot;: 1,
    &quot;IncludeTime&quot;: true
  },
  &quot;HasReadPermission&quot;: true,
  &quot;HasInsertPermission&quot;: true,
  &quot;HasEditPermission&quot;: true,
  &quot;HasDeletePermission&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;CustomBuildingBlock xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;CategoryGuid&gt;ced9f862-0261-43bd-a0a2-873e6bb1c0ef&lt;/CategoryGuid&gt;
  &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
  &lt;Code&gt;sample string 6&lt;/Code&gt;
  &lt;CustomBuildingBlockDateTime&gt;
    &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
    &lt;CustomDefaultValue&gt;2026-05-26T23:13:55.4317012+02:00&lt;/CustomDefaultValue&gt;
    &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
    &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
  &lt;/CustomBuildingBlockDateTime&gt;
  &lt;CustomBuildingBlockNumber&gt;
    &lt;Decimals&gt;1&lt;/Decimals&gt;
    &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
    &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
    &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
  &lt;/CustomBuildingBlockNumber&gt;
  &lt;CustomBuildingBlockText&gt;
    &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
    &lt;EnableSpellCheck&gt;true&lt;/EnableSpellCheck&gt;
    &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
  &lt;/CustomBuildingBlockText&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Guid&gt;682fff93-76d7-4410-acf7-c8d1c4dfccb7&lt;/Guid&gt;
  &lt;HasDeletePermission&gt;true&lt;/HasDeletePermission&gt;
  &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
  &lt;HasInsertPermission&gt;true&lt;/HasInsertPermission&gt;
  &lt;HasReadPermission&gt;true&lt;/HasReadPermission&gt;
  &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;Type&gt;Text&lt;/Type&gt;
  &lt;ValuePossibilities&gt;
    &lt;CustomBuildingBlockValuePossibility&gt;
      &lt;Code&gt;sample string 4&lt;/Code&gt;
      &lt;Guid&gt;410b6489-89b3-416e-a11d-e7089665fd07&lt;/Guid&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Value&gt;1&lt;/Value&gt;
    &lt;/CustomBuildingBlockValuePossibility&gt;
    &lt;CustomBuildingBlockValuePossibility&gt;
      &lt;Code&gt;sample string 4&lt;/Code&gt;
      &lt;Guid&gt;410b6489-89b3-416e-a11d-e7089665fd07&lt;/Guid&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Value&gt;1&lt;/Value&gt;
    &lt;/CustomBuildingBlockValuePossibility&gt;
  &lt;/ValuePossibilities&gt;
&lt;/CustomBuildingBlock&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;CustomBuildingBlock xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;CategoryGuid&gt;ced9f862-0261-43bd-a0a2-873e6bb1c0ef&lt;/CategoryGuid&gt;
  &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
  &lt;Code&gt;sample string 6&lt;/Code&gt;
  &lt;CustomBuildingBlockDateTime&gt;
    &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
    &lt;CustomDefaultValue&gt;2026-05-26T23:13:55.4317012+02:00&lt;/CustomDefaultValue&gt;
    &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
    &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
  &lt;/CustomBuildingBlockDateTime&gt;
  &lt;CustomBuildingBlockNumber&gt;
    &lt;Decimals&gt;1&lt;/Decimals&gt;
    &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
    &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
    &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
  &lt;/CustomBuildingBlockNumber&gt;
  &lt;CustomBuildingBlockText&gt;
    &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
    &lt;EnableSpellCheck&gt;true&lt;/EnableSpellCheck&gt;
    &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
  &lt;/CustomBuildingBlockText&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Guid&gt;682fff93-76d7-4410-acf7-c8d1c4dfccb7&lt;/Guid&gt;
  &lt;HasDeletePermission&gt;true&lt;/HasDeletePermission&gt;
  &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
  &lt;HasInsertPermission&gt;true&lt;/HasInsertPermission&gt;
  &lt;HasReadPermission&gt;true&lt;/HasReadPermission&gt;
  &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;Type&gt;Text&lt;/Type&gt;
  &lt;ValuePossibilities&gt;
    &lt;CustomBuildingBlockValuePossibility&gt;
      &lt;Code&gt;sample string 4&lt;/Code&gt;
      &lt;Guid&gt;410b6489-89b3-416e-a11d-e7089665fd07&lt;/Guid&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Value&gt;1&lt;/Value&gt;
    &lt;/CustomBuildingBlockValuePossibility&gt;
    &lt;CustomBuildingBlockValuePossibility&gt;
      &lt;Code&gt;sample string 4&lt;/Code&gt;
      &lt;Guid&gt;410b6489-89b3-416e-a11d-e7089665fd07&lt;/Guid&gt;
      &lt;IsActive&gt;true&lt;/IsActive&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Value&gt;1&lt;/Value&gt;
    &lt;/CustomBuildingBlockValuePossibility&gt;
  &lt;/ValuePossibilities&gt;
&lt;/CustomBuildingBlock&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CustomBuildingBlocks/ActualValue?customBuildingBlockGuid={customBuildingBlockGuid}&amp;relationId={relationId}">
                <doc title="PlanCare2Api/CustomBuildingBlocks/ActualValue?customBuildingBlockGuid={customBuildingBlockGuid}&amp;relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="customBuildingBlockGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;0de3d46b-475b-49da-a7ae-8f42850a3422&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;ea874e55-e80e-4a17-9968-e3e736a9a8a6&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;403c26f9-c107-48af-a67b-fef89c760cf0&quot;,
    &quot;028958c1-b03e-4ff4-9d7c-b2a0275e9749&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;0de3d46b-475b-49da-a7ae-8f42850a3422&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;ea874e55-e80e-4a17-9968-e3e736a9a8a6&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;403c26f9-c107-48af-a67b-fef89c760cf0&quot;,
    &quot;028958c1-b03e-4ff4-9d7c-b2a0275e9749&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;CustomBuildingBlockValue xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4785792+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;0de3d46b-475b-49da-a7ae-8f42850a3422&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:55.4785792+02:00&lt;/DateTimeValue&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;NumberValue&gt;1&lt;/NumberValue&gt;
  &lt;RelationById&gt;4&lt;/RelationById&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;ValuePossibilityGuid&gt;ea874e55-e80e-4a17-9968-e3e736a9a8a6&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;403c26f9-c107-48af-a67b-fef89c760cf0&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;028958c1-b03e-4ff4-9d7c-b2a0275e9749&lt;/d2p1:guid&gt;
  &lt;/ValuePossibilityGuids&gt;
&lt;/CustomBuildingBlockValue&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;CustomBuildingBlockValue xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4785792+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;0de3d46b-475b-49da-a7ae-8f42850a3422&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:55.4785792+02:00&lt;/DateTimeValue&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;NumberValue&gt;1&lt;/NumberValue&gt;
  &lt;RelationById&gt;4&lt;/RelationById&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;ValuePossibilityGuid&gt;ea874e55-e80e-4a17-9968-e3e736a9a8a6&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;403c26f9-c107-48af-a67b-fef89c760cf0&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;028958c1-b03e-4ff4-9d7c-b2a0275e9749&lt;/d2p1:guid&gt;
  &lt;/ValuePossibilityGuids&gt;
&lt;/CustomBuildingBlockValue&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CustomBuildingBlocks/Values">
                <doc title="PlanCare2Api/CustomBuildingBlocks/Values" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;b2781e2d-22c5-49c9-bcd3-9d44e7625c72&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;603dacf7-ebf8-4da5-b961-0ae117178866&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;e8eb8bed-c941-4edd-960a-cc5c175fbf65&quot;,
    &quot;4742a1c4-bcff-41d1-86b4-aa540c52b2a7&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;b2781e2d-22c5-49c9-bcd3-9d44e7625c72&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;603dacf7-ebf8-4da5-b961-0ae117178866&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;e8eb8bed-c941-4edd-960a-cc5c175fbf65&quot;,
    &quot;4742a1c4-bcff-41d1-86b4-aa540c52b2a7&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;CustomBuildingBlockValue xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4785792+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;b2781e2d-22c5-49c9-bcd3-9d44e7625c72&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:55.4785792+02:00&lt;/DateTimeValue&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;NumberValue&gt;1&lt;/NumberValue&gt;
  &lt;RelationById&gt;4&lt;/RelationById&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;ValuePossibilityGuid&gt;603dacf7-ebf8-4da5-b961-0ae117178866&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;e8eb8bed-c941-4edd-960a-cc5c175fbf65&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;4742a1c4-bcff-41d1-86b4-aa540c52b2a7&lt;/d2p1:guid&gt;
  &lt;/ValuePossibilityGuids&gt;
&lt;/CustomBuildingBlockValue&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;CustomBuildingBlockValue xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4785792+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;b2781e2d-22c5-49c9-bcd3-9d44e7625c72&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:55.4785792+02:00&lt;/DateTimeValue&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;NumberValue&gt;1&lt;/NumberValue&gt;
  &lt;RelationById&gt;4&lt;/RelationById&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;ValuePossibilityGuid&gt;603dacf7-ebf8-4da5-b961-0ae117178866&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;e8eb8bed-c941-4edd-960a-cc5c175fbf65&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;4742a1c4-bcff-41d1-86b4-aa540c52b2a7&lt;/d2p1:guid&gt;
  &lt;/ValuePossibilityGuids&gt;
&lt;/CustomBuildingBlockValue&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CustomBuildingBlocks/Values/{customBuildingBlockValueId}">
                <doc title="PlanCare2Api/CustomBuildingBlocks/Values/{customBuildingBlockValueId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="customBuildingBlockValueId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;da14cd3b-acf2-45f0-ba00-d251948cb697&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;555e5bbc-564d-4692-bac3-d7957eebe5d3&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;6f83462d-3fa6-4681-b1fe-2f4730a8ce63&quot;,
    &quot;3308d679-c0a9-4381-a0e1-3c40a5bd9e87&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;da14cd3b-acf2-45f0-ba00-d251948cb697&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;555e5bbc-564d-4692-bac3-d7957eebe5d3&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;6f83462d-3fa6-4681-b1fe-2f4730a8ce63&quot;,
    &quot;3308d679-c0a9-4381-a0e1-3c40a5bd9e87&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;CustomBuildingBlockValue xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4785792+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;da14cd3b-acf2-45f0-ba00-d251948cb697&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:55.4785792+02:00&lt;/DateTimeValue&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;NumberValue&gt;1&lt;/NumberValue&gt;
  &lt;RelationById&gt;4&lt;/RelationById&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;ValuePossibilityGuid&gt;555e5bbc-564d-4692-bac3-d7957eebe5d3&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;6f83462d-3fa6-4681-b1fe-2f4730a8ce63&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;3308d679-c0a9-4381-a0e1-3c40a5bd9e87&lt;/d2p1:guid&gt;
  &lt;/ValuePossibilityGuids&gt;
&lt;/CustomBuildingBlockValue&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;CustomBuildingBlockValue xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4785792+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;da14cd3b-acf2-45f0-ba00-d251948cb697&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:55.4785792+02:00&lt;/DateTimeValue&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;NumberValue&gt;1&lt;/NumberValue&gt;
  &lt;RelationById&gt;4&lt;/RelationById&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;ValuePossibilityGuid&gt;555e5bbc-564d-4692-bac3-d7957eebe5d3&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;6f83462d-3fa6-4681-b1fe-2f4730a8ce63&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;3308d679-c0a9-4381-a0e1-3c40a5bd9e87&lt;/d2p1:guid&gt;
  &lt;/ValuePossibilityGuids&gt;
&lt;/CustomBuildingBlockValue&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/CustomBuildingBlocks/Values/{customBuildingBlockValueId}">
                <doc title="PlanCare2Api/CustomBuildingBlocks/Values/{customBuildingBlockValueId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="customBuildingBlockValueId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CustomBuildingBlocks/Values/Update">
                <doc title="PlanCare2Api/CustomBuildingBlocks/Values/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;6eb85299-219a-410a-8ece-56d945b7d71c&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;528d5079-bbf9-4667-8ecb-a050247ea13c&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;8f852340-1b1e-4c61-9c64-9ecb7ec4f685&quot;,
    &quot;3f10b0d2-2602-4c1a-a3e3-4e8fbf3c25cd&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;6eb85299-219a-410a-8ece-56d945b7d71c&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:55.4785792+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;528d5079-bbf9-4667-8ecb-a050247ea13c&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;8f852340-1b1e-4c61-9c64-9ecb7ec4f685&quot;,
    &quot;3f10b0d2-2602-4c1a-a3e3-4e8fbf3c25cd&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;CustomBuildingBlockValue xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4785792+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;6eb85299-219a-410a-8ece-56d945b7d71c&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:55.4785792+02:00&lt;/DateTimeValue&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;NumberValue&gt;1&lt;/NumberValue&gt;
  &lt;RelationById&gt;4&lt;/RelationById&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;ValuePossibilityGuid&gt;528d5079-bbf9-4667-8ecb-a050247ea13c&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;8f852340-1b1e-4c61-9c64-9ecb7ec4f685&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;3f10b0d2-2602-4c1a-a3e3-4e8fbf3c25cd&lt;/d2p1:guid&gt;
  &lt;/ValuePossibilityGuids&gt;
&lt;/CustomBuildingBlockValue&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;CustomBuildingBlockValue xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4785792+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;6eb85299-219a-410a-8ece-56d945b7d71c&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:55.4785792+02:00&lt;/DateTimeValue&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;NumberValue&gt;1&lt;/NumberValue&gt;
  &lt;RelationById&gt;4&lt;/RelationById&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;ValuePossibilityGuid&gt;528d5079-bbf9-4667-8ecb-a050247ea13c&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;8f852340-1b1e-4c61-9c64-9ecb7ec4f685&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;3f10b0d2-2602-4c1a-a3e3-4e8fbf3c25cd&lt;/d2p1:guid&gt;
  &lt;/ValuePossibilityGuids&gt;
&lt;/CustomBuildingBlockValue&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/CustomBuildingBlocks/Values?customBuildingBlockGuid={customBuildingBlockGuid}&amp;relationId={relationId}">
                <doc title="PlanCare2Api/CustomBuildingBlocks/Values?customBuildingBlockGuid={customBuildingBlockGuid}&amp;relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="customBuildingBlockGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationByLookUpName&quot;: &quot;sample string 2&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4629547+02:00&quot;,
    &quot;Value&quot;: &quot;sample string 4&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationByLookUpName&quot;: &quot;sample string 2&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4629547+02:00&quot;,
    &quot;Value&quot;: &quot;sample string 4&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCustomBuildingBlockValueSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;CustomBuildingBlockValueSummary&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.4629547+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationByLookUpName&gt;sample string 2&lt;/RelationByLookUpName&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;Value&gt;sample string 4&lt;/Value&gt;
  &lt;/CustomBuildingBlockValueSummary&gt;
  &lt;CustomBuildingBlockValueSummary&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.4629547+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationByLookUpName&gt;sample string 2&lt;/RelationByLookUpName&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;Value&gt;sample string 4&lt;/Value&gt;
  &lt;/CustomBuildingBlockValueSummary&gt;
&lt;/ArrayOfCustomBuildingBlockValueSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCustomBuildingBlockValueSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.BuildingBlock&quot;&gt;
  &lt;CustomBuildingBlockValueSummary&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.4629547+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationByLookUpName&gt;sample string 2&lt;/RelationByLookUpName&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;Value&gt;sample string 4&lt;/Value&gt;
  &lt;/CustomBuildingBlockValueSummary&gt;
  &lt;CustomBuildingBlockValueSummary&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.4629547+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationByLookUpName&gt;sample string 2&lt;/RelationByLookUpName&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;Value&gt;sample string 4&lt;/Value&gt;
  &lt;/CustomBuildingBlockValueSummary&gt;
&lt;/ArrayOfCustomBuildingBlockValueSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivities/{id}/presences">
                <doc title="PlanCare2Api/DaytimeActivities/{id}/presences" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;cd8a6eee-8d53-4583-a9f1-e6d9534dd2de&quot;,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Reason&quot;: &quot;sample string 3&quot;,
    &quot;Type&quot;: 4,
    &quot;TypeDescription&quot;: &quot;sample string 5&quot;,
    &quot;CountsForProduction&quot;: true,
    &quot;IsActive&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;cd8a6eee-8d53-4583-a9f1-e6d9534dd2de&quot;,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Reason&quot;: &quot;sample string 3&quot;,
    &quot;Type&quot;: 4,
    &quot;TypeDescription&quot;: &quot;sample string 5&quot;,
    &quot;CountsForProduction&quot;: true,
    &quot;IsActive&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfActivityPresence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ActivityPresence&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
    &lt;Id&gt;cd8a6eee-8d53-4583-a9f1-e6d9534dd2de&lt;/Id&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Reason&gt;sample string 3&lt;/Reason&gt;
    &lt;Type&gt;4&lt;/Type&gt;
    &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
  &lt;/ActivityPresence&gt;
  &lt;ActivityPresence&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
    &lt;Id&gt;cd8a6eee-8d53-4583-a9f1-e6d9534dd2de&lt;/Id&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Reason&gt;sample string 3&lt;/Reason&gt;
    &lt;Type&gt;4&lt;/Type&gt;
    &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
  &lt;/ActivityPresence&gt;
&lt;/ArrayOfActivityPresence&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfActivityPresence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ActivityPresence&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
    &lt;Id&gt;cd8a6eee-8d53-4583-a9f1-e6d9534dd2de&lt;/Id&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Reason&gt;sample string 3&lt;/Reason&gt;
    &lt;Type&gt;4&lt;/Type&gt;
    &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
  &lt;/ActivityPresence&gt;
  &lt;ActivityPresence&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
    &lt;Id&gt;cd8a6eee-8d53-4583-a9f1-e6d9534dd2de&lt;/Id&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Reason&gt;sample string 3&lt;/Reason&gt;
    &lt;Type&gt;4&lt;/Type&gt;
    &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
  &lt;/ActivityPresence&gt;
&lt;/ArrayOfActivityPresence&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivities/Activities?dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/DaytimeActivities/Activities?dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;66812205-cad8-4824-8eaa-3471ae9d3cc5&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Number&quot;: &quot;sample string 3&quot;,
    &quot;Startdate&quot;: &quot;2026-05-26T23:13:54.5723077+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.5723077+02:00&quot;,
    &quot;ActivityPresence&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&quot;,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Reason&quot;: &quot;sample string 3&quot;,
        &quot;Type&quot;: 4,
        &quot;TypeDescription&quot;: &quot;sample string 5&quot;,
        &quot;CountsForProduction&quot;: true,
        &quot;IsActive&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;66812205-cad8-4824-8eaa-3471ae9d3cc5&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Number&quot;: &quot;sample string 3&quot;,
    &quot;Startdate&quot;: &quot;2026-05-26T23:13:54.5723077+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.5723077+02:00&quot;,
    &quot;ActivityPresence&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&quot;,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Reason&quot;: &quot;sample string 3&quot;,
        &quot;Type&quot;: 4,
        &quot;TypeDescription&quot;: &quot;sample string 5&quot;,
        &quot;CountsForProduction&quot;: true,
        &quot;IsActive&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfActivity xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;Activity&gt;
    &lt;ActivityPresence&gt;
      &lt;ActivityPresence&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
        &lt;Id&gt;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&lt;/Id&gt;
        &lt;IsActive&gt;true&lt;/IsActive&gt;
        &lt;Reason&gt;sample string 3&lt;/Reason&gt;
        &lt;Type&gt;4&lt;/Type&gt;
        &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
      &lt;/ActivityPresence&gt;
      &lt;ActivityPresence&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
        &lt;Id&gt;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&lt;/Id&gt;
        &lt;IsActive&gt;true&lt;/IsActive&gt;
        &lt;Reason&gt;sample string 3&lt;/Reason&gt;
        &lt;Type&gt;4&lt;/Type&gt;
        &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
      &lt;/ActivityPresence&gt;
    &lt;/ActivityPresence&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.5723077+02:00&lt;/EndDate&gt;
    &lt;Id&gt;66812205-cad8-4824-8eaa-3471ae9d3cc5&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Number&gt;sample string 3&lt;/Number&gt;
    &lt;Startdate&gt;2026-05-26T23:13:54.5723077+02:00&lt;/Startdate&gt;
  &lt;/Activity&gt;
  &lt;Activity&gt;
    &lt;ActivityPresence&gt;
      &lt;ActivityPresence&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
        &lt;Id&gt;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&lt;/Id&gt;
        &lt;IsActive&gt;true&lt;/IsActive&gt;
        &lt;Reason&gt;sample string 3&lt;/Reason&gt;
        &lt;Type&gt;4&lt;/Type&gt;
        &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
      &lt;/ActivityPresence&gt;
      &lt;ActivityPresence&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
        &lt;Id&gt;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&lt;/Id&gt;
        &lt;IsActive&gt;true&lt;/IsActive&gt;
        &lt;Reason&gt;sample string 3&lt;/Reason&gt;
        &lt;Type&gt;4&lt;/Type&gt;
        &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
      &lt;/ActivityPresence&gt;
    &lt;/ActivityPresence&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.5723077+02:00&lt;/EndDate&gt;
    &lt;Id&gt;66812205-cad8-4824-8eaa-3471ae9d3cc5&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Number&gt;sample string 3&lt;/Number&gt;
    &lt;Startdate&gt;2026-05-26T23:13:54.5723077+02:00&lt;/Startdate&gt;
  &lt;/Activity&gt;
&lt;/ArrayOfActivity&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfActivity xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;Activity&gt;
    &lt;ActivityPresence&gt;
      &lt;ActivityPresence&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
        &lt;Id&gt;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&lt;/Id&gt;
        &lt;IsActive&gt;true&lt;/IsActive&gt;
        &lt;Reason&gt;sample string 3&lt;/Reason&gt;
        &lt;Type&gt;4&lt;/Type&gt;
        &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
      &lt;/ActivityPresence&gt;
      &lt;ActivityPresence&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
        &lt;Id&gt;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&lt;/Id&gt;
        &lt;IsActive&gt;true&lt;/IsActive&gt;
        &lt;Reason&gt;sample string 3&lt;/Reason&gt;
        &lt;Type&gt;4&lt;/Type&gt;
        &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
      &lt;/ActivityPresence&gt;
    &lt;/ActivityPresence&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.5723077+02:00&lt;/EndDate&gt;
    &lt;Id&gt;66812205-cad8-4824-8eaa-3471ae9d3cc5&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Number&gt;sample string 3&lt;/Number&gt;
    &lt;Startdate&gt;2026-05-26T23:13:54.5723077+02:00&lt;/Startdate&gt;
  &lt;/Activity&gt;
  &lt;Activity&gt;
    &lt;ActivityPresence&gt;
      &lt;ActivityPresence&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
        &lt;Id&gt;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&lt;/Id&gt;
        &lt;IsActive&gt;true&lt;/IsActive&gt;
        &lt;Reason&gt;sample string 3&lt;/Reason&gt;
        &lt;Type&gt;4&lt;/Type&gt;
        &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
      &lt;/ActivityPresence&gt;
      &lt;ActivityPresence&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CountsForProduction&gt;true&lt;/CountsForProduction&gt;
        &lt;Id&gt;42e42c71-928f-4e4f-87d2-d4e7f44a6cd1&lt;/Id&gt;
        &lt;IsActive&gt;true&lt;/IsActive&gt;
        &lt;Reason&gt;sample string 3&lt;/Reason&gt;
        &lt;Type&gt;4&lt;/Type&gt;
        &lt;TypeDescription&gt;sample string 5&lt;/TypeDescription&gt;
      &lt;/ActivityPresence&gt;
    &lt;/ActivityPresence&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.5723077+02:00&lt;/EndDate&gt;
    &lt;Id&gt;66812205-cad8-4824-8eaa-3471ae9d3cc5&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Number&gt;sample string 3&lt;/Number&gt;
    &lt;Startdate&gt;2026-05-26T23:13:54.5723077+02:00&lt;/Startdate&gt;
  &lt;/Activity&gt;
&lt;/ArrayOfActivity&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}" /> 
                <method name="POST">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;Date&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
  &quot;State&quot;: 0
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Date&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
  &quot;State&quot;: 0
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfMeetingState xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;Date&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Date&gt;
  &lt;State&gt;Open&lt;/State&gt;
&lt;/ChangeOfMeetingState&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfMeetingState xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;Date&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Date&gt;
  &lt;State&gt;Open&lt;/State&gt;
&lt;/ChangeOfMeetingState&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/employees?date={date}">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/employees?date={date}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="date"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMeetingExceptionEmployee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;MeetingExceptionEmployee&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MeetingExceptionEmployee&gt;
  &lt;MeetingExceptionEmployee&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MeetingExceptionEmployee&gt;
&lt;/ArrayOfMeetingExceptionEmployee&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMeetingExceptionEmployee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;MeetingExceptionEmployee&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MeetingExceptionEmployee&gt;
  &lt;MeetingExceptionEmployee&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MeetingExceptionEmployee&gt;
&lt;/ArrayOfMeetingExceptionEmployee&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/employees?date={date}">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/employees?date={date}" /> 
                <method name="POST">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="date"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ArrayOfMeetingExceptionEmployee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;MeetingExceptionEmployee&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MeetingExceptionEmployee&gt;
  &lt;MeetingExceptionEmployee&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MeetingExceptionEmployee&gt;
&lt;/ArrayOfMeetingExceptionEmployee&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ArrayOfMeetingExceptionEmployee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;MeetingExceptionEmployee&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MeetingExceptionEmployee&gt;
  &lt;MeetingExceptionEmployee&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MeetingExceptionEmployee&gt;
&lt;/ArrayOfMeetingExceptionEmployee&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/enrollments?date={date}">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/enrollments?date={date}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="date"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;ee8551ee-2aec-485e-841e-64397b5f5d1d&quot;,
    &quot;ClientId&quot;: 2,
    &quot;ClientName&quot;: &quot;sample string 3&quot;,
    &quot;PresenceId&quot;: &quot;45621662-c1a9-4d6e-bbb1-55b79600202b&quot;,
    &quot;Options&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&quot;,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsSystem&quot;: true,
        &quot;Type&quot;: 0,
        &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
        &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
        &quot;TransportTo&quot;: true,
        &quot;TransportBack&quot;: true,
        &quot;TransportType&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SubscriptionId&quot;: &quot;696994c9-b25c-4524-aeec-7eed47a53848&quot;,
    &quot;AppointmentId&quot;: 6,
    &quot;ParentAppointmentId&quot;: 7,
    &quot;OccurrenceIndex&quot;: 8,
    &quot;Start&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;ee8551ee-2aec-485e-841e-64397b5f5d1d&quot;,
    &quot;ClientId&quot;: 2,
    &quot;ClientName&quot;: &quot;sample string 3&quot;,
    &quot;PresenceId&quot;: &quot;45621662-c1a9-4d6e-bbb1-55b79600202b&quot;,
    &quot;Options&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&quot;,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsSystem&quot;: true,
        &quot;Type&quot;: 0,
        &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
        &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
        &quot;TransportTo&quot;: true,
        &quot;TransportBack&quot;: true,
        &quot;TransportType&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;SubscriptionId&quot;: &quot;696994c9-b25c-4524-aeec-7eed47a53848&quot;,
    &quot;AppointmentId&quot;: 6,
    &quot;ParentAppointmentId&quot;: 7,
    &quot;OccurrenceIndex&quot;: 8,
    &quot;Start&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDaytimeActivityMeetingEnrollment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;DaytimeActivityMeetingEnrollment&gt;
    &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
    &lt;End&gt;2026-05-26T23:13:55.3535772+02:00&lt;/End&gt;
    &lt;Id&gt;ee8551ee-2aec-485e-841e-64397b5f5d1d&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
        &lt;Id&gt;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
        &lt;Id&gt;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;/Options&gt;
    &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
    &lt;PresenceId&gt;45621662-c1a9-4d6e-bbb1-55b79600202b&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:55.3535772+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;696994c9-b25c-4524-aeec-7eed47a53848&lt;/SubscriptionId&gt;
  &lt;/DaytimeActivityMeetingEnrollment&gt;
  &lt;DaytimeActivityMeetingEnrollment&gt;
    &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
    &lt;End&gt;2026-05-26T23:13:55.3535772+02:00&lt;/End&gt;
    &lt;Id&gt;ee8551ee-2aec-485e-841e-64397b5f5d1d&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
        &lt;Id&gt;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
        &lt;Id&gt;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;/Options&gt;
    &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
    &lt;PresenceId&gt;45621662-c1a9-4d6e-bbb1-55b79600202b&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:55.3535772+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;696994c9-b25c-4524-aeec-7eed47a53848&lt;/SubscriptionId&gt;
  &lt;/DaytimeActivityMeetingEnrollment&gt;
&lt;/ArrayOfDaytimeActivityMeetingEnrollment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDaytimeActivityMeetingEnrollment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;DaytimeActivityMeetingEnrollment&gt;
    &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
    &lt;End&gt;2026-05-26T23:13:55.3535772+02:00&lt;/End&gt;
    &lt;Id&gt;ee8551ee-2aec-485e-841e-64397b5f5d1d&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
        &lt;Id&gt;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
        &lt;Id&gt;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;/Options&gt;
    &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
    &lt;PresenceId&gt;45621662-c1a9-4d6e-bbb1-55b79600202b&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:55.3535772+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;696994c9-b25c-4524-aeec-7eed47a53848&lt;/SubscriptionId&gt;
  &lt;/DaytimeActivityMeetingEnrollment&gt;
  &lt;DaytimeActivityMeetingEnrollment&gt;
    &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
    &lt;End&gt;2026-05-26T23:13:55.3535772+02:00&lt;/End&gt;
    &lt;Id&gt;ee8551ee-2aec-485e-841e-64397b5f5d1d&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
        &lt;Id&gt;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
        &lt;Id&gt;c1f8b9fb-bd85-42de-9e56-c184972aa9b4&lt;/Id&gt;
        &lt;IsSystem&gt;true&lt;/IsSystem&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
        &lt;TransportBack&gt;true&lt;/TransportBack&gt;
        &lt;TransportTo&gt;true&lt;/TransportTo&gt;
        &lt;TransportType&gt;Group&lt;/TransportType&gt;
        &lt;Type&gt;Default&lt;/Type&gt;
      &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;/Options&gt;
    &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
    &lt;PresenceId&gt;45621662-c1a9-4d6e-bbb1-55b79600202b&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:55.3535772+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;696994c9-b25c-4524-aeec-7eed47a53848&lt;/SubscriptionId&gt;
  &lt;/DaytimeActivityMeetingEnrollment&gt;
&lt;/ArrayOfDaytimeActivityMeetingEnrollment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/meetings/{date}/programparts">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/meetings/{date}/programparts" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="date"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Time&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Time&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfProgramPart xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ProgramPart&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Time&gt;sample string 1&lt;/Time&gt;
  &lt;/ProgramPart&gt;
  &lt;ProgramPart&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Time&gt;sample string 1&lt;/Time&gt;
  &lt;/ProgramPart&gt;
&lt;/ArrayOfProgramPart&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfProgramPart xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ProgramPart&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Time&gt;sample string 1&lt;/Time&gt;
  &lt;/ProgramPart&gt;
  &lt;ProgramPart&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Time&gt;sample string 1&lt;/Time&gt;
  &lt;/ProgramPart&gt;
&lt;/ArrayOfProgramPart&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/meetings/{date}/programparts">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/meetings/{date}/programparts" /> 
                <method name="POST">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="date"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Time&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Time&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ArrayOfProgramPart xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ProgramPart&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Time&gt;sample string 1&lt;/Time&gt;
  &lt;/ProgramPart&gt;
  &lt;ProgramPart&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Time&gt;sample string 1&lt;/Time&gt;
  &lt;/ProgramPart&gt;
&lt;/ArrayOfProgramPart&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ArrayOfProgramPart xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ProgramPart&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Time&gt;sample string 1&lt;/Time&gt;
  &lt;/ProgramPart&gt;
  &lt;ProgramPart&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Time&gt;sample string 1&lt;/Time&gt;
  &lt;/ProgramPart&gt;
&lt;/ArrayOfProgramPart&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/options">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/options" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;c38388f7-b3e5-400a-b977-9faa5082c274&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsSystem&quot;: true,
    &quot;Type&quot;: 0,
    &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
    &quot;TransportTo&quot;: true,
    &quot;TransportBack&quot;: true,
    &quot;TransportType&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;c38388f7-b3e5-400a-b977-9faa5082c274&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsSystem&quot;: true,
    &quot;Type&quot;: 0,
    &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
    &quot;TransportTo&quot;: true,
    &quot;TransportBack&quot;: true,
    &quot;TransportType&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDaytimeActivityMeetingEnrollmentOption xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
    &lt;Id&gt;c38388f7-b3e5-400a-b977-9faa5082c274&lt;/Id&gt;
    &lt;IsSystem&gt;true&lt;/IsSystem&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
    &lt;TransportBack&gt;true&lt;/TransportBack&gt;
    &lt;TransportTo&gt;true&lt;/TransportTo&gt;
    &lt;TransportType&gt;Group&lt;/TransportType&gt;
    &lt;Type&gt;Default&lt;/Type&gt;
  &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
    &lt;Id&gt;c38388f7-b3e5-400a-b977-9faa5082c274&lt;/Id&gt;
    &lt;IsSystem&gt;true&lt;/IsSystem&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
    &lt;TransportBack&gt;true&lt;/TransportBack&gt;
    &lt;TransportTo&gt;true&lt;/TransportTo&gt;
    &lt;TransportType&gt;Group&lt;/TransportType&gt;
    &lt;Type&gt;Default&lt;/Type&gt;
  &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
&lt;/ArrayOfDaytimeActivityMeetingEnrollmentOption&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDaytimeActivityMeetingEnrollmentOption xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
    &lt;Id&gt;c38388f7-b3e5-400a-b977-9faa5082c274&lt;/Id&gt;
    &lt;IsSystem&gt;true&lt;/IsSystem&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
    &lt;TransportBack&gt;true&lt;/TransportBack&gt;
    &lt;TransportTo&gt;true&lt;/TransportTo&gt;
    &lt;TransportType&gt;Group&lt;/TransportType&gt;
    &lt;Type&gt;Default&lt;/Type&gt;
  &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
    &lt;Id&gt;c38388f7-b3e5-400a-b977-9faa5082c274&lt;/Id&gt;
    &lt;IsSystem&gt;true&lt;/IsSystem&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
    &lt;TransportBack&gt;true&lt;/TransportBack&gt;
    &lt;TransportTo&gt;true&lt;/TransportTo&gt;
    &lt;TransportType&gt;Group&lt;/TransportType&gt;
    &lt;Type&gt;Default&lt;/Type&gt;
  &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
&lt;/ArrayOfDaytimeActivityMeetingEnrollmentOption&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/ChangeOfMeetingTime">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/ChangeOfMeetingTime" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: &quot;ee9564bc-4bec-4d86-babe-0b82eb1e9a41&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
  &quot;StartTime&quot;: &quot;sample string 3&quot;,
  &quot;EndTime&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;ee9564bc-4bec-4d86-babe-0b82eb1e9a41&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
  &quot;StartTime&quot;: &quot;sample string 3&quot;,
  &quot;EndTime&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfMeetingTime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;Date&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Date&gt;
  &lt;EndTime&gt;sample string 4&lt;/EndTime&gt;
  &lt;Id&gt;ee9564bc-4bec-4d86-babe-0b82eb1e9a41&lt;/Id&gt;
  &lt;StartTime&gt;sample string 3&lt;/StartTime&gt;
&lt;/ChangeOfMeetingTime&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfMeetingTime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;Date&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Date&gt;
  &lt;EndTime&gt;sample string 4&lt;/EndTime&gt;
  &lt;Id&gt;ee9564bc-4bec-4d86-babe-0b82eb1e9a41&lt;/Id&gt;
  &lt;StartTime&gt;sample string 3&lt;/StartTime&gt;
&lt;/ChangeOfMeetingTime&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/Enrollments">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/Enrollments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: &quot;6889f8ce-8c24-4d70-acd5-602f1a678874&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;PresenceId&quot;: &quot;f8ce96ad-4d53-4158-b34e-5a4526e533e3&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;c2627c4c-3b3c-461a-b45b-92d52277fb60&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsSystem&quot;: true,
      &quot;Type&quot;: 0,
      &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
      &quot;TransportTo&quot;: true,
      &quot;TransportBack&quot;: true,
      &quot;TransportType&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;SubscriptionId&quot;: &quot;568c9d75-3200-4be8-bee1-3388a29b6bb7&quot;,
  &quot;AppointmentId&quot;: 6,
  &quot;ParentAppointmentId&quot;: 7,
  &quot;OccurrenceIndex&quot;: 8,
  &quot;Start&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;6889f8ce-8c24-4d70-acd5-602f1a678874&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;PresenceId&quot;: &quot;f8ce96ad-4d53-4158-b34e-5a4526e533e3&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;c2627c4c-3b3c-461a-b45b-92d52277fb60&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsSystem&quot;: true,
      &quot;Type&quot;: 0,
      &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
      &quot;TransportTo&quot;: true,
      &quot;TransportBack&quot;: true,
      &quot;TransportType&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;SubscriptionId&quot;: &quot;568c9d75-3200-4be8-bee1-3388a29b6bb7&quot;,
  &quot;AppointmentId&quot;: 6,
  &quot;ParentAppointmentId&quot;: 7,
  &quot;OccurrenceIndex&quot;: 8,
  &quot;Start&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:55.3535772+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;DaytimeActivityMeetingEnrollment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;End&gt;2026-05-26T23:13:55.3535772+02:00&lt;/End&gt;
  &lt;Id&gt;6889f8ce-8c24-4d70-acd5-602f1a678874&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
      &lt;Id&gt;c2627c4c-3b3c-461a-b45b-92d52277fb60&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
      &lt;Id&gt;c2627c4c-3b3c-461a-b45b-92d52277fb60&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;/Options&gt;
  &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
  &lt;PresenceId&gt;f8ce96ad-4d53-4158-b34e-5a4526e533e3&lt;/PresenceId&gt;
  &lt;Start&gt;2026-05-26T23:13:55.3535772+02:00&lt;/Start&gt;
  &lt;SubscriptionId&gt;568c9d75-3200-4be8-bee1-3388a29b6bb7&lt;/SubscriptionId&gt;
&lt;/DaytimeActivityMeetingEnrollment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;DaytimeActivityMeetingEnrollment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;End&gt;2026-05-26T23:13:55.3535772+02:00&lt;/End&gt;
  &lt;Id&gt;6889f8ce-8c24-4d70-acd5-602f1a678874&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
      &lt;Id&gt;c2627c4c-3b3c-461a-b45b-92d52277fb60&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/EndTime&gt;
      &lt;Id&gt;c2627c4c-3b3c-461a-b45b-92d52277fb60&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T23:13:55.3535772+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;/Options&gt;
  &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
  &lt;PresenceId&gt;f8ce96ad-4d53-4158-b34e-5a4526e533e3&lt;/PresenceId&gt;
  &lt;Start&gt;2026-05-26T23:13:55.3535772+02:00&lt;/Start&gt;
  &lt;SubscriptionId&gt;568c9d75-3200-4be8-bee1-3388a29b6bb7&lt;/SubscriptionId&gt;
&lt;/DaytimeActivityMeetingEnrollment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/Enrollments/ChangeOfDaytimeActivityMeetingEnrollment">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/Enrollments/ChangeOfDaytimeActivityMeetingEnrollment" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: &quot;5e945e12-14dc-4472-a31a-95fc96894c56&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;PresenceId&quot;: &quot;d097cf4b-604a-4019-b3fa-5d89e0327e9c&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;6048d5f1-0d4f-4c97-8cfa-5f751a1b052e&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsSystem&quot;: true,
      &quot;Type&quot;: 0,
      &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
      &quot;TransportTo&quot;: true,
      &quot;TransportBack&quot;: true,
      &quot;TransportType&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;SubscriptionId&quot;: &quot;9035ef23-6694-4b94-9b3e-11c0fe2f41ec&quot;,
  &quot;AppointmentId&quot;: 6,
  &quot;ParentAppointmentId&quot;: 7,
  &quot;OccurrenceIndex&quot;: 8,
  &quot;Start&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;5e945e12-14dc-4472-a31a-95fc96894c56&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;PresenceId&quot;: &quot;d097cf4b-604a-4019-b3fa-5d89e0327e9c&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;6048d5f1-0d4f-4c97-8cfa-5f751a1b052e&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsSystem&quot;: true,
      &quot;Type&quot;: 0,
      &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
      &quot;TransportTo&quot;: true,
      &quot;TransportBack&quot;: true,
      &quot;TransportType&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;SubscriptionId&quot;: &quot;9035ef23-6694-4b94-9b3e-11c0fe2f41ec&quot;,
  &quot;AppointmentId&quot;: 6,
  &quot;ParentAppointmentId&quot;: 7,
  &quot;OccurrenceIndex&quot;: 8,
  &quot;Start&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfDaytimeActivityMeetingEnrollment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
  &lt;Id&gt;5e945e12-14dc-4472-a31a-95fc96894c56&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:55.3691987+02:00&lt;/EndTime&gt;
      &lt;Id&gt;6048d5f1-0d4f-4c97-8cfa-5f751a1b052e&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T23:13:55.3691987+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:55.3691987+02:00&lt;/EndTime&gt;
      &lt;Id&gt;6048d5f1-0d4f-4c97-8cfa-5f751a1b052e&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T23:13:55.3691987+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;/Options&gt;
  &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
  &lt;PresenceId&gt;d097cf4b-604a-4019-b3fa-5d89e0327e9c&lt;/PresenceId&gt;
  &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
  &lt;SubscriptionId&gt;9035ef23-6694-4b94-9b3e-11c0fe2f41ec&lt;/SubscriptionId&gt;
&lt;/ChangeOfDaytimeActivityMeetingEnrollment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfDaytimeActivityMeetingEnrollment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;AppointmentId&gt;6&lt;/AppointmentId&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 3&lt;/ClientName&gt;
  &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
  &lt;Id&gt;5e945e12-14dc-4472-a31a-95fc96894c56&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:55.3691987+02:00&lt;/EndTime&gt;
      &lt;Id&gt;6048d5f1-0d4f-4c97-8cfa-5f751a1b052e&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T23:13:55.3691987+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:55.3691987+02:00&lt;/EndTime&gt;
      &lt;Id&gt;6048d5f1-0d4f-4c97-8cfa-5f751a1b052e&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T23:13:55.3691987+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;/Options&gt;
  &lt;ParentAppointmentId&gt;7&lt;/ParentAppointmentId&gt;
  &lt;PresenceId&gt;d097cf4b-604a-4019-b3fa-5d89e0327e9c&lt;/PresenceId&gt;
  &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
  &lt;SubscriptionId&gt;9035ef23-6694-4b94-9b3e-11c0fe2f41ec&lt;/SubscriptionId&gt;
&lt;/ChangeOfDaytimeActivityMeetingEnrollment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/meetings?dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/meetings?dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MeetingSeriesId&quot;: &quot;8c1b1d51-41f3-44f7-bd93-8aaffb64f478&quot;,
    &quot;ActivityNumber&quot;: &quot;sample string 2&quot;,
    &quot;ActivityName&quot;: &quot;sample string 3&quot;,
    &quot;Location&quot;: &quot;sample string 4&quot;,
    &quot;LocationId&quot;: 5,
    &quot;Date&quot;: &quot;2026-05-26T23:13:55.337958+02:00&quot;,
    &quot;StartTime&quot;: &quot;sample string 7&quot;,
    &quot;EndTime&quot;: &quot;sample string 8&quot;,
    &quot;MaxCapacity&quot;: 1,
    &quot;Status&quot;: 0
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MeetingSeriesId&quot;: &quot;8c1b1d51-41f3-44f7-bd93-8aaffb64f478&quot;,
    &quot;ActivityNumber&quot;: &quot;sample string 2&quot;,
    &quot;ActivityName&quot;: &quot;sample string 3&quot;,
    &quot;Location&quot;: &quot;sample string 4&quot;,
    &quot;LocationId&quot;: 5,
    &quot;Date&quot;: &quot;2026-05-26T23:13:55.337958+02:00&quot;,
    &quot;StartTime&quot;: &quot;sample string 7&quot;,
    &quot;EndTime&quot;: &quot;sample string 8&quot;,
    &quot;MaxCapacity&quot;: 1,
    &quot;Status&quot;: 0
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMeeting xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;Meeting&gt;
    &lt;ActivityName&gt;sample string 3&lt;/ActivityName&gt;
    &lt;ActivityNumber&gt;sample string 2&lt;/ActivityNumber&gt;
    &lt;Date&gt;2026-05-26T23:13:55.337958+02:00&lt;/Date&gt;
    &lt;EndTime&gt;sample string 8&lt;/EndTime&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;LocationId&gt;5&lt;/LocationId&gt;
    &lt;MaxCapacity&gt;1&lt;/MaxCapacity&gt;
    &lt;MeetingSeriesId&gt;8c1b1d51-41f3-44f7-bd93-8aaffb64f478&lt;/MeetingSeriesId&gt;
    &lt;StartTime&gt;sample string 7&lt;/StartTime&gt;
    &lt;Status&gt;Open&lt;/Status&gt;
  &lt;/Meeting&gt;
  &lt;Meeting&gt;
    &lt;ActivityName&gt;sample string 3&lt;/ActivityName&gt;
    &lt;ActivityNumber&gt;sample string 2&lt;/ActivityNumber&gt;
    &lt;Date&gt;2026-05-26T23:13:55.337958+02:00&lt;/Date&gt;
    &lt;EndTime&gt;sample string 8&lt;/EndTime&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;LocationId&gt;5&lt;/LocationId&gt;
    &lt;MaxCapacity&gt;1&lt;/MaxCapacity&gt;
    &lt;MeetingSeriesId&gt;8c1b1d51-41f3-44f7-bd93-8aaffb64f478&lt;/MeetingSeriesId&gt;
    &lt;StartTime&gt;sample string 7&lt;/StartTime&gt;
    &lt;Status&gt;Open&lt;/Status&gt;
  &lt;/Meeting&gt;
&lt;/ArrayOfMeeting&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMeeting xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;Meeting&gt;
    &lt;ActivityName&gt;sample string 3&lt;/ActivityName&gt;
    &lt;ActivityNumber&gt;sample string 2&lt;/ActivityNumber&gt;
    &lt;Date&gt;2026-05-26T23:13:55.337958+02:00&lt;/Date&gt;
    &lt;EndTime&gt;sample string 8&lt;/EndTime&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;LocationId&gt;5&lt;/LocationId&gt;
    &lt;MaxCapacity&gt;1&lt;/MaxCapacity&gt;
    &lt;MeetingSeriesId&gt;8c1b1d51-41f3-44f7-bd93-8aaffb64f478&lt;/MeetingSeriesId&gt;
    &lt;StartTime&gt;sample string 7&lt;/StartTime&gt;
    &lt;Status&gt;Open&lt;/Status&gt;
  &lt;/Meeting&gt;
  &lt;Meeting&gt;
    &lt;ActivityName&gt;sample string 3&lt;/ActivityName&gt;
    &lt;ActivityNumber&gt;sample string 2&lt;/ActivityNumber&gt;
    &lt;Date&gt;2026-05-26T23:13:55.337958+02:00&lt;/Date&gt;
    &lt;EndTime&gt;sample string 8&lt;/EndTime&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;LocationId&gt;5&lt;/LocationId&gt;
    &lt;MaxCapacity&gt;1&lt;/MaxCapacity&gt;
    &lt;MeetingSeriesId&gt;8c1b1d51-41f3-44f7-bd93-8aaffb64f478&lt;/MeetingSeriesId&gt;
    &lt;StartTime&gt;sample string 7&lt;/StartTime&gt;
    &lt;Status&gt;Open&lt;/Status&gt;
  &lt;/Meeting&gt;
&lt;/ArrayOfMeeting&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/Subscriptions">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/Subscriptions" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: &quot;0e5a045b-2c04-4410-a710-2ef91c770749&quot;,
  &quot;ClientId&quot;: 2,
  &quot;MeetingId&quot;: &quot;df2e991f-2e71-4512-a1ce-f098b5f909cc&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;f446131e-8014-46ab-9b42-db4c6c196a9c&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsSystem&quot;: true,
      &quot;Type&quot;: 0,
      &quot;StartTime&quot;: &quot;2026-05-26T22:07:34.7665841+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T22:07:34.7665841+02:00&quot;,
      &quot;TransportTo&quot;: true,
      &quot;TransportBack&quot;: true,
      &quot;TransportType&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T22:07:34.7665841+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:34.7665841+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 6&quot;,
  &quot;PresenceReasonId&quot;: &quot;e879d017-bae3-478c-998b-8f43bb267ccc&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;0e5a045b-2c04-4410-a710-2ef91c770749&quot;,
  &quot;ClientId&quot;: 2,
  &quot;MeetingId&quot;: &quot;df2e991f-2e71-4512-a1ce-f098b5f909cc&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;f446131e-8014-46ab-9b42-db4c6c196a9c&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsSystem&quot;: true,
      &quot;Type&quot;: 0,
      &quot;StartTime&quot;: &quot;2026-05-26T22:07:34.7665841+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T22:07:34.7665841+02:00&quot;,
      &quot;TransportTo&quot;: true,
      &quot;TransportBack&quot;: true,
      &quot;TransportType&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T22:07:34.7665841+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:34.7665841+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 6&quot;,
  &quot;PresenceReasonId&quot;: &quot;e879d017-bae3-478c-998b-8f43bb267ccc&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;DaytimeActivityMeetingSubscription xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;End&gt;2026-05-26T22:07:34.7665841+02:00&lt;/End&gt;
  &lt;Id&gt;0e5a045b-2c04-4410-a710-2ef91c770749&lt;/Id&gt;
  &lt;MeetingId&gt;df2e991f-2e71-4512-a1ce-f098b5f909cc&lt;/MeetingId&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T22:07:34.7665841+02:00&lt;/EndTime&gt;
      &lt;Id&gt;f446131e-8014-46ab-9b42-db4c6c196a9c&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T22:07:34.7665841+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T22:07:34.7665841+02:00&lt;/EndTime&gt;
      &lt;Id&gt;f446131e-8014-46ab-9b42-db4c6c196a9c&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T22:07:34.7665841+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;/Options&gt;
  &lt;PresenceReasonId&gt;e879d017-bae3-478c-998b-8f43bb267ccc&lt;/PresenceReasonId&gt;
  &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:07:34.7665841+02:00&lt;/Start&gt;
&lt;/DaytimeActivityMeetingSubscription&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;DaytimeActivityMeetingSubscription xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;End&gt;2026-05-26T22:07:34.7665841+02:00&lt;/End&gt;
  &lt;Id&gt;0e5a045b-2c04-4410-a710-2ef91c770749&lt;/Id&gt;
  &lt;MeetingId&gt;df2e991f-2e71-4512-a1ce-f098b5f909cc&lt;/MeetingId&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T22:07:34.7665841+02:00&lt;/EndTime&gt;
      &lt;Id&gt;f446131e-8014-46ab-9b42-db4c6c196a9c&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T22:07:34.7665841+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T22:07:34.7665841+02:00&lt;/EndTime&gt;
      &lt;Id&gt;f446131e-8014-46ab-9b42-db4c6c196a9c&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T22:07:34.7665841+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;/Options&gt;
  &lt;PresenceReasonId&gt;e879d017-bae3-478c-998b-8f43bb267ccc&lt;/PresenceReasonId&gt;
  &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:07:34.7665841+02:00&lt;/Start&gt;
&lt;/DaytimeActivityMeetingSubscription&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/Subscriptions/{id}">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/Subscriptions/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries/Subscriptions/ChangeOfDaytimeActivityMeetingSubscription">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries/Subscriptions/ChangeOfDaytimeActivityMeetingSubscription" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: &quot;8533e5f7-8f04-4016-9476-963fc7479511&quot;,
  &quot;ClientId&quot;: 2,
  &quot;MeetingId&quot;: &quot;04f67847-d4a8-4845-b408-05514b40abf2&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;40b58036-b2d5-4f1d-8006-3fa1b79583e0&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsSystem&quot;: true,
      &quot;Type&quot;: 0,
      &quot;StartTime&quot;: &quot;2026-05-26T22:08:28.7105702+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T22:08:28.7105702+02:00&quot;,
      &quot;TransportTo&quot;: true,
      &quot;TransportBack&quot;: true,
      &quot;TransportType&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T22:08:28.7105702+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:28.7105702+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 6&quot;,
  &quot;PresenceReasonId&quot;: &quot;c484aea2-3845-4f66-9ff0-7ba40280b179&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;8533e5f7-8f04-4016-9476-963fc7479511&quot;,
  &quot;ClientId&quot;: 2,
  &quot;MeetingId&quot;: &quot;04f67847-d4a8-4845-b408-05514b40abf2&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;40b58036-b2d5-4f1d-8006-3fa1b79583e0&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;IsSystem&quot;: true,
      &quot;Type&quot;: 0,
      &quot;StartTime&quot;: &quot;2026-05-26T22:08:28.7105702+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T22:08:28.7105702+02:00&quot;,
      &quot;TransportTo&quot;: true,
      &quot;TransportBack&quot;: true,
      &quot;TransportType&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T22:08:28.7105702+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:28.7105702+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 6&quot;,
  &quot;PresenceReasonId&quot;: &quot;c484aea2-3845-4f66-9ff0-7ba40280b179&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfDaytimeActivityMeetingSubscription xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;End&gt;2026-05-26T22:08:28.7105702+02:00&lt;/End&gt;
  &lt;Id&gt;8533e5f7-8f04-4016-9476-963fc7479511&lt;/Id&gt;
  &lt;MeetingId&gt;04f67847-d4a8-4845-b408-05514b40abf2&lt;/MeetingId&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T22:08:28.7105702+02:00&lt;/EndTime&gt;
      &lt;Id&gt;40b58036-b2d5-4f1d-8006-3fa1b79583e0&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T22:08:28.7105702+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T22:08:28.7105702+02:00&lt;/EndTime&gt;
      &lt;Id&gt;40b58036-b2d5-4f1d-8006-3fa1b79583e0&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T22:08:28.7105702+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;/Options&gt;
  &lt;PresenceReasonId&gt;c484aea2-3845-4f66-9ff0-7ba40280b179&lt;/PresenceReasonId&gt;
  &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:08:28.7105702+02:00&lt;/Start&gt;
&lt;/ChangeOfDaytimeActivityMeetingSubscription&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfDaytimeActivityMeetingSubscription xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;ClientId&gt;2&lt;/ClientId&gt;
  &lt;End&gt;2026-05-26T22:08:28.7105702+02:00&lt;/End&gt;
  &lt;Id&gt;8533e5f7-8f04-4016-9476-963fc7479511&lt;/Id&gt;
  &lt;MeetingId&gt;04f67847-d4a8-4845-b408-05514b40abf2&lt;/MeetingId&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T22:08:28.7105702+02:00&lt;/EndTime&gt;
      &lt;Id&gt;40b58036-b2d5-4f1d-8006-3fa1b79583e0&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T22:08:28.7105702+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T22:08:28.7105702+02:00&lt;/EndTime&gt;
      &lt;Id&gt;40b58036-b2d5-4f1d-8006-3fa1b79583e0&lt;/Id&gt;
      &lt;IsSystem&gt;true&lt;/IsSystem&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;StartTime&gt;2026-05-26T22:08:28.7105702+02:00&lt;/StartTime&gt;
      &lt;TransportBack&gt;true&lt;/TransportBack&gt;
      &lt;TransportTo&gt;true&lt;/TransportTo&gt;
      &lt;TransportType&gt;Group&lt;/TransportType&gt;
      &lt;Type&gt;Default&lt;/Type&gt;
    &lt;/DaytimeActivityMeetingEnrollmentOption&gt;
  &lt;/Options&gt;
  &lt;PresenceReasonId&gt;c484aea2-3845-4f66-9ff0-7ba40280b179&lt;/PresenceReasonId&gt;
  &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:08:28.7105702+02:00&lt;/Start&gt;
&lt;/ChangeOfDaytimeActivityMeetingSubscription&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DaytimeActivity/MeetingSeries?dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/DaytimeActivity/MeetingSeries?dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;DayNumber&quot;: 0,
    &quot;Day&quot;: &quot;sample string 1&quot;,
    &quot;ActivityNumber&quot;: &quot;sample string 2&quot;,
    &quot;ActivityName&quot;: &quot;sample string 3&quot;,
    &quot;Location&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.3223287+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.3223287+02:00&quot;,
    &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3223287+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3223287+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 8&quot;,
    &quot;CapacityDescription&quot;: &quot;sample string 9&quot;,
    &quot;Id&quot;: &quot;1dceb4e6-2aa6-4f14-b158-79b9b296212c&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;DayNumber&quot;: 0,
    &quot;Day&quot;: &quot;sample string 1&quot;,
    &quot;ActivityNumber&quot;: &quot;sample string 2&quot;,
    &quot;ActivityName&quot;: &quot;sample string 3&quot;,
    &quot;Location&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.3223287+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.3223287+02:00&quot;,
    &quot;StartTime&quot;: &quot;2026-05-26T23:13:55.3223287+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:55.3223287+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 8&quot;,
    &quot;CapacityDescription&quot;: &quot;sample string 9&quot;,
    &quot;Id&quot;: &quot;1dceb4e6-2aa6-4f14-b158-79b9b296212c&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMeetingSeries xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;MeetingSeries&gt;
    &lt;ActivityName&gt;sample string 3&lt;/ActivityName&gt;
    &lt;ActivityNumber&gt;sample string 2&lt;/ActivityNumber&gt;
    &lt;CapacityDescription&gt;sample string 9&lt;/CapacityDescription&gt;
    &lt;Day&gt;sample string 1&lt;/Day&gt;
    &lt;DayNumber&gt;Sunday&lt;/DayNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.3223287+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:55.3223287+02:00&lt;/EndTime&gt;
    &lt;Id&gt;1dceb4e6-2aa6-4f14-b158-79b9b296212c&lt;/Id&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.3223287+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:55.3223287+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 8&lt;/Status&gt;
  &lt;/MeetingSeries&gt;
  &lt;MeetingSeries&gt;
    &lt;ActivityName&gt;sample string 3&lt;/ActivityName&gt;
    &lt;ActivityNumber&gt;sample string 2&lt;/ActivityNumber&gt;
    &lt;CapacityDescription&gt;sample string 9&lt;/CapacityDescription&gt;
    &lt;Day&gt;sample string 1&lt;/Day&gt;
    &lt;DayNumber&gt;Sunday&lt;/DayNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.3223287+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:55.3223287+02:00&lt;/EndTime&gt;
    &lt;Id&gt;1dceb4e6-2aa6-4f14-b158-79b9b296212c&lt;/Id&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.3223287+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:55.3223287+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 8&lt;/Status&gt;
  &lt;/MeetingSeries&gt;
&lt;/ArrayOfMeetingSeries&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMeetingSeries xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity&quot;&gt;
  &lt;MeetingSeries&gt;
    &lt;ActivityName&gt;sample string 3&lt;/ActivityName&gt;
    &lt;ActivityNumber&gt;sample string 2&lt;/ActivityNumber&gt;
    &lt;CapacityDescription&gt;sample string 9&lt;/CapacityDescription&gt;
    &lt;Day&gt;sample string 1&lt;/Day&gt;
    &lt;DayNumber&gt;Sunday&lt;/DayNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.3223287+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:55.3223287+02:00&lt;/EndTime&gt;
    &lt;Id&gt;1dceb4e6-2aa6-4f14-b158-79b9b296212c&lt;/Id&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.3223287+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:55.3223287+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 8&lt;/Status&gt;
  &lt;/MeetingSeries&gt;
  &lt;MeetingSeries&gt;
    &lt;ActivityName&gt;sample string 3&lt;/ActivityName&gt;
    &lt;ActivityNumber&gt;sample string 2&lt;/ActivityNumber&gt;
    &lt;CapacityDescription&gt;sample string 9&lt;/CapacityDescription&gt;
    &lt;Day&gt;sample string 1&lt;/Day&gt;
    &lt;DayNumber&gt;Sunday&lt;/DayNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.3223287+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:55.3223287+02:00&lt;/EndTime&gt;
    &lt;Id&gt;1dceb4e6-2aa6-4f14-b158-79b9b296212c&lt;/Id&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.3223287+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:55.3223287+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 8&lt;/Status&gt;
  &lt;/MeetingSeries&gt;
&lt;/ArrayOfMeetingSeries&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DisciplineGroups/{disciplineGroupId}/Members">
                <doc title="PlanCare2Api/DisciplineGroups/{disciplineGroupId}/Members" /> 
                <method name="GET">
                    <request>
 
                            <param name="disciplineGroupId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Employee&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;RelationId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeNumber&quot;: &quot;sample string 3&quot;,
    &quot;DisciplineIds&quot;: [
      1,
      2
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Employee&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;RelationId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeNumber&quot;: &quot;sample string 3&quot;,
    &quot;DisciplineIds&quot;: [
      1,
      2
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDisciplineGroupMember xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;DisciplineGroupMember&gt;
    &lt;DisciplineIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/DisciplineIds&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;EmployeeNumber&gt;sample string 3&lt;/EmployeeNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/DisciplineGroupMember&gt;
  &lt;DisciplineGroupMember&gt;
    &lt;DisciplineIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/DisciplineIds&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;EmployeeNumber&gt;sample string 3&lt;/EmployeeNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/DisciplineGroupMember&gt;
&lt;/ArrayOfDisciplineGroupMember&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDisciplineGroupMember xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;DisciplineGroupMember&gt;
    &lt;DisciplineIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/DisciplineIds&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;EmployeeNumber&gt;sample string 3&lt;/EmployeeNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/DisciplineGroupMember&gt;
  &lt;DisciplineGroupMember&gt;
    &lt;DisciplineIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/DisciplineIds&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;EmployeeNumber&gt;sample string 3&lt;/EmployeeNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/DisciplineGroupMember&gt;
&lt;/ArrayOfDisciplineGroupMember&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Disciplines/{disciplineId}/Members">
                <doc title="PlanCare2Api/Disciplines/{disciplineId}/Members" /> 
                <method name="GET">
                    <request>
 
                            <param name="disciplineId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Employee&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;RelationId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeNumber&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Employee&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;RelationId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeNumber&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDisciplineMember xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;DisciplineMember&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;EmployeeNumber&gt;sample string 3&lt;/EmployeeNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/DisciplineMember&gt;
  &lt;DisciplineMember&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;EmployeeNumber&gt;sample string 3&lt;/EmployeeNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/DisciplineMember&gt;
&lt;/ArrayOfDisciplineMember&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDisciplineMember xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;DisciplineMember&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;EmployeeNumber&gt;sample string 3&lt;/EmployeeNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/DisciplineMember&gt;
  &lt;DisciplineMember&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;EmployeeNumber&gt;sample string 3&lt;/EmployeeNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/DisciplineMember&gt;
&lt;/ArrayOfDisciplineMember&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/ClientDocuments">
                <doc title="PlanCare2Api/Documents/ClientDocuments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;ClientId&quot;: 1,
  &quot;CategoryName&quot;: &quot;sample string 2&quot;,
  &quot;OwnerName&quot;: &quot;sample string 3&quot;,
  &quot;FileType&quot;: &quot;sample string 4&quot;,
  &quot;PriorityLevel&quot;: 1,
  &quot;DateModified&quot;: &quot;2026-05-26T23:13:55.6660801+02:00&quot;,
  &quot;Id&quot;: 5,
  &quot;CategoryId&quot;: 6,
  &quot;OwnerId&quot;: 7,
  &quot;Name&quot;: &quot;sample string 8&quot;,
  &quot;FileName&quot;: &quot;sample string 9&quot;,
  &quot;FileSize&quot;: 10,
  &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6660801+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;ClientId&quot;: 1,
  &quot;CategoryName&quot;: &quot;sample string 2&quot;,
  &quot;OwnerName&quot;: &quot;sample string 3&quot;,
  &quot;FileType&quot;: &quot;sample string 4&quot;,
  &quot;PriorityLevel&quot;: 1,
  &quot;DateModified&quot;: &quot;2026-05-26T23:13:55.6660801+02:00&quot;,
  &quot;Id&quot;: 5,
  &quot;CategoryId&quot;: 6,
  &quot;OwnerId&quot;: 7,
  &quot;Name&quot;: &quot;sample string 8&quot;,
  &quot;FileName&quot;: &quot;sample string 9&quot;,
  &quot;FileSize&quot;: 10,
  &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6660801+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ClientDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;6&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T23:13:55.6660801+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 9&lt;/FileName&gt;
  &lt;FileSize&gt;10&lt;/FileSize&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;Name&gt;sample string 8&lt;/Name&gt;
  &lt;OwnerId&gt;7&lt;/OwnerId&gt;
  &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;DateModified&gt;2026-05-26T23:13:55.6660801+02:00&lt;/DateModified&gt;
  &lt;FileType&gt;sample string 4&lt;/FileType&gt;
  &lt;OwnerName&gt;sample string 3&lt;/OwnerName&gt;
  &lt;PriorityLevel&gt;1&lt;/PriorityLevel&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/ClientDocument&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ClientDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;6&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T23:13:55.6660801+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 9&lt;/FileName&gt;
  &lt;FileSize&gt;10&lt;/FileSize&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;Name&gt;sample string 8&lt;/Name&gt;
  &lt;OwnerId&gt;7&lt;/OwnerId&gt;
  &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;DateModified&gt;2026-05-26T23:13:55.6660801+02:00&lt;/DateModified&gt;
  &lt;FileType&gt;sample string 4&lt;/FileType&gt;
  &lt;OwnerName&gt;sample string 3&lt;/OwnerName&gt;
  &lt;PriorityLevel&gt;1&lt;/PriorityLevel&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/ClientDocument&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/ClientDocuments/{documentId}?clientId={clientId}&amp;categoryId={categoryId}">
                <doc title="PlanCare2Api/Documents/ClientDocuments/{documentId}?clientId={clientId}&amp;categoryId={categoryId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="documentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="categoryId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/ClientDocuments/Categories">
                <doc title="PlanCare2Api/Documents/ClientDocuments/Categories" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDocumentCategory xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
&lt;/ArrayOfDocumentCategory&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDocumentCategory xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
&lt;/ArrayOfDocumentCategory&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/ClientDocuments/ChangeOfClientDocuments">
                <doc title="PlanCare2Api/Documents/ClientDocuments/ChangeOfClientDocuments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;ClientId&quot;: 1,
  &quot;CategoryName&quot;: &quot;sample string 2&quot;,
  &quot;OwnerName&quot;: &quot;sample string 3&quot;,
  &quot;FileType&quot;: &quot;sample string 4&quot;,
  &quot;PriorityLevel&quot;: 1,
  &quot;DateModified&quot;: &quot;2026-05-26T22:06:04.9007175+02:00&quot;,
  &quot;Id&quot;: 5,
  &quot;CategoryId&quot;: 6,
  &quot;OwnerId&quot;: 7,
  &quot;Name&quot;: &quot;sample string 8&quot;,
  &quot;FileName&quot;: &quot;sample string 9&quot;,
  &quot;FileSize&quot;: 10,
  &quot;DateCreated&quot;: &quot;2026-05-26T22:06:04.9007175+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;ClientId&quot;: 1,
  &quot;CategoryName&quot;: &quot;sample string 2&quot;,
  &quot;OwnerName&quot;: &quot;sample string 3&quot;,
  &quot;FileType&quot;: &quot;sample string 4&quot;,
  &quot;PriorityLevel&quot;: 1,
  &quot;DateModified&quot;: &quot;2026-05-26T22:06:04.9007175+02:00&quot;,
  &quot;Id&quot;: 5,
  &quot;CategoryId&quot;: 6,
  &quot;OwnerId&quot;: 7,
  &quot;Name&quot;: &quot;sample string 8&quot;,
  &quot;FileName&quot;: &quot;sample string 9&quot;,
  &quot;FileSize&quot;: 10,
  &quot;DateCreated&quot;: &quot;2026-05-26T22:06:04.9007175+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfClientDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;6&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:06:04.9007175+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 9&lt;/FileName&gt;
  &lt;FileSize&gt;10&lt;/FileSize&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;Name&gt;sample string 8&lt;/Name&gt;
  &lt;OwnerId&gt;7&lt;/OwnerId&gt;
  &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;DateModified&gt;2026-05-26T22:06:04.9007175+02:00&lt;/DateModified&gt;
  &lt;FileType&gt;sample string 4&lt;/FileType&gt;
  &lt;OwnerName&gt;sample string 3&lt;/OwnerName&gt;
  &lt;PriorityLevel&gt;1&lt;/PriorityLevel&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/ChangeOfClientDocument&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfClientDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;6&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:06:04.9007175+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 9&lt;/FileName&gt;
  &lt;FileSize&gt;10&lt;/FileSize&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;Name&gt;sample string 8&lt;/Name&gt;
  &lt;OwnerId&gt;7&lt;/OwnerId&gt;
  &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
  &lt;ClientId&gt;1&lt;/ClientId&gt;
  &lt;DateModified&gt;2026-05-26T22:06:04.9007175+02:00&lt;/DateModified&gt;
  &lt;FileType&gt;sample string 4&lt;/FileType&gt;
  &lt;OwnerName&gt;sample string 3&lt;/OwnerName&gt;
  &lt;PriorityLevel&gt;1&lt;/PriorityLevel&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/ChangeOfClientDocument&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/ClientDocuments/Content?clientId={clientId}&amp;categoryId={categoryId}&amp;documentId={documentId}">
                <doc title="PlanCare2Api/Documents/ClientDocuments/Content?clientId={clientId}&amp;categoryId={categoryId}&amp;documentId={documentId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="categoryId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="documentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;OriginalFilename&quot;: &quot;sample string 1&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;OriginalFilename&quot;: &quot;sample string 1&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;DocumentContent xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;OriginalFilename&gt;sample string 1&lt;/OriginalFilename&gt;
&lt;/DocumentContent&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;DocumentContent xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;OriginalFilename&gt;sample string 1&lt;/OriginalFilename&gt;
&lt;/DocumentContent&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/ClientDocuments/Content?documentId={documentId}">
                <doc title="PlanCare2Api/Documents/ClientDocuments/Content?documentId={documentId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="documentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;OriginalFilename&quot;: &quot;sample string 1&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;OriginalFilename&quot;: &quot;sample string 1&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;DocumentContent xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;OriginalFilename&gt;sample string 1&lt;/OriginalFilename&gt;
&lt;/DocumentContent&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;DocumentContent xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;OriginalFilename&gt;sample string 1&lt;/OriginalFilename&gt;
&lt;/DocumentContent&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/ClientDocuments/Metadata?clientId={clientId}&amp;categoryId={categoryId}">
                <doc title="PlanCare2Api/Documents/ClientDocuments/Metadata?clientId={clientId}&amp;categoryId={categoryId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="categoryId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;CategoryName&quot;: &quot;sample string 2&quot;,
    &quot;OwnerName&quot;: &quot;sample string 3&quot;,
    &quot;FileType&quot;: &quot;sample string 4&quot;,
    &quot;PriorityLevel&quot;: 1,
    &quot;DateModified&quot;: &quot;2026-05-26T23:13:55.6504528+02:00&quot;,
    &quot;Id&quot;: 5,
    &quot;CategoryId&quot;: 6,
    &quot;OwnerId&quot;: 7,
    &quot;Name&quot;: &quot;sample string 8&quot;,
    &quot;FileName&quot;: &quot;sample string 9&quot;,
    &quot;FileSize&quot;: 10,
    &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6504528+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;CategoryName&quot;: &quot;sample string 2&quot;,
    &quot;OwnerName&quot;: &quot;sample string 3&quot;,
    &quot;FileType&quot;: &quot;sample string 4&quot;,
    &quot;PriorityLevel&quot;: 1,
    &quot;DateModified&quot;: &quot;2026-05-26T23:13:55.6504528+02:00&quot;,
    &quot;Id&quot;: 5,
    &quot;CategoryId&quot;: 6,
    &quot;OwnerId&quot;: 7,
    &quot;Name&quot;: &quot;sample string 8&quot;,
    &quot;FileName&quot;: &quot;sample string 9&quot;,
    &quot;FileSize&quot;: 10,
    &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6504528+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfClientDocumentMetadata xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;ClientDocumentMetadata&gt;
    &lt;CategoryId&gt;6&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6504528+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 9&lt;/FileName&gt;
    &lt;FileSize&gt;10&lt;/FileSize&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;Name&gt;sample string 8&lt;/Name&gt;
    &lt;OwnerId&gt;7&lt;/OwnerId&gt;
    &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;DateModified&gt;2026-05-26T23:13:55.6504528+02:00&lt;/DateModified&gt;
    &lt;FileType&gt;sample string 4&lt;/FileType&gt;
    &lt;OwnerName&gt;sample string 3&lt;/OwnerName&gt;
    &lt;PriorityLevel&gt;1&lt;/PriorityLevel&gt;
  &lt;/ClientDocumentMetadata&gt;
  &lt;ClientDocumentMetadata&gt;
    &lt;CategoryId&gt;6&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6504528+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 9&lt;/FileName&gt;
    &lt;FileSize&gt;10&lt;/FileSize&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;Name&gt;sample string 8&lt;/Name&gt;
    &lt;OwnerId&gt;7&lt;/OwnerId&gt;
    &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;DateModified&gt;2026-05-26T23:13:55.6504528+02:00&lt;/DateModified&gt;
    &lt;FileType&gt;sample string 4&lt;/FileType&gt;
    &lt;OwnerName&gt;sample string 3&lt;/OwnerName&gt;
    &lt;PriorityLevel&gt;1&lt;/PriorityLevel&gt;
  &lt;/ClientDocumentMetadata&gt;
&lt;/ArrayOfClientDocumentMetadata&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfClientDocumentMetadata xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;ClientDocumentMetadata&gt;
    &lt;CategoryId&gt;6&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6504528+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 9&lt;/FileName&gt;
    &lt;FileSize&gt;10&lt;/FileSize&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;Name&gt;sample string 8&lt;/Name&gt;
    &lt;OwnerId&gt;7&lt;/OwnerId&gt;
    &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;DateModified&gt;2026-05-26T23:13:55.6504528+02:00&lt;/DateModified&gt;
    &lt;FileType&gt;sample string 4&lt;/FileType&gt;
    &lt;OwnerName&gt;sample string 3&lt;/OwnerName&gt;
    &lt;PriorityLevel&gt;1&lt;/PriorityLevel&gt;
  &lt;/ClientDocumentMetadata&gt;
  &lt;ClientDocumentMetadata&gt;
    &lt;CategoryId&gt;6&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6504528+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 9&lt;/FileName&gt;
    &lt;FileSize&gt;10&lt;/FileSize&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;Name&gt;sample string 8&lt;/Name&gt;
    &lt;OwnerId&gt;7&lt;/OwnerId&gt;
    &lt;CategoryName&gt;sample string 2&lt;/CategoryName&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;DateModified&gt;2026-05-26T23:13:55.6504528+02:00&lt;/DateModified&gt;
    &lt;FileType&gt;sample string 4&lt;/FileType&gt;
    &lt;OwnerName&gt;sample string 3&lt;/OwnerName&gt;
    &lt;PriorityLevel&gt;1&lt;/PriorityLevel&gt;
  &lt;/ClientDocumentMetadata&gt;
&lt;/ArrayOfClientDocumentMetadata&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/DocumentCategoryPermissions">
                <doc title="PlanCare2Api/Documents/DocumentCategoryPermissions" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;DocumentCategory&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;IsEditable&quot;: true,
      &quot;GroupId&quot;: 4,
      &quot;GroupName&quot;: &quot;sample string 5&quot;
    },
    &quot;AllowedEmployees&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;EmployeePermissions&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;EmployeeId&quot;: {
          &quot;$ref&quot;: &quot;3&quot;
        },
        &quot;HasEditPermission&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;DocumentCategory&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;IsEditable&quot;: true,
      &quot;GroupId&quot;: 4,
      &quot;GroupName&quot;: &quot;sample string 5&quot;
    },
    &quot;AllowedEmployees&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;EmployeePermissions&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;EmployeeId&quot;: {
          &quot;$ref&quot;: &quot;3&quot;
        },
        &quot;HasEditPermission&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDocumentCategoryPermission xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentCategoryPermission&gt;
    &lt;AllowedEmployees xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identity&gt;
        &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
        &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
      &lt;/d3p1:Identity&gt;
      &lt;d3p1:Identity&gt;
        &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
        &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
      &lt;/d3p1:Identity&gt;
    &lt;/AllowedEmployees&gt;
    &lt;DocumentCategory&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;GroupId&gt;4&lt;/GroupId&gt;
      &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsEditable&gt;true&lt;/IsEditable&gt;
    &lt;/DocumentCategory&gt;
    &lt;EmployeePermissions&gt;
      &lt;EmployeePermission&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
      &lt;/EmployeePermission&gt;
      &lt;EmployeePermission&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
      &lt;/EmployeePermission&gt;
    &lt;/EmployeePermissions&gt;
  &lt;/DocumentCategoryPermission&gt;
  &lt;DocumentCategoryPermission&gt;
    &lt;AllowedEmployees xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identity&gt;
        &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
        &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
      &lt;/d3p1:Identity&gt;
      &lt;d3p1:Identity&gt;
        &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
        &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
      &lt;/d3p1:Identity&gt;
    &lt;/AllowedEmployees&gt;
    &lt;DocumentCategory&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;GroupId&gt;4&lt;/GroupId&gt;
      &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsEditable&gt;true&lt;/IsEditable&gt;
    &lt;/DocumentCategory&gt;
    &lt;EmployeePermissions&gt;
      &lt;EmployeePermission&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
      &lt;/EmployeePermission&gt;
      &lt;EmployeePermission&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
      &lt;/EmployeePermission&gt;
    &lt;/EmployeePermissions&gt;
  &lt;/DocumentCategoryPermission&gt;
&lt;/ArrayOfDocumentCategoryPermission&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDocumentCategoryPermission xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentCategoryPermission&gt;
    &lt;AllowedEmployees xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identity&gt;
        &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
        &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
      &lt;/d3p1:Identity&gt;
      &lt;d3p1:Identity&gt;
        &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
        &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
      &lt;/d3p1:Identity&gt;
    &lt;/AllowedEmployees&gt;
    &lt;DocumentCategory&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;GroupId&gt;4&lt;/GroupId&gt;
      &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsEditable&gt;true&lt;/IsEditable&gt;
    &lt;/DocumentCategory&gt;
    &lt;EmployeePermissions&gt;
      &lt;EmployeePermission&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
      &lt;/EmployeePermission&gt;
      &lt;EmployeePermission&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
      &lt;/EmployeePermission&gt;
    &lt;/EmployeePermissions&gt;
  &lt;/DocumentCategoryPermission&gt;
  &lt;DocumentCategoryPermission&gt;
    &lt;AllowedEmployees xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identity&gt;
        &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
        &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
      &lt;/d3p1:Identity&gt;
      &lt;d3p1:Identity&gt;
        &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
        &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
      &lt;/d3p1:Identity&gt;
    &lt;/AllowedEmployees&gt;
    &lt;DocumentCategory&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;GroupId&gt;4&lt;/GroupId&gt;
      &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsEditable&gt;true&lt;/IsEditable&gt;
    &lt;/DocumentCategory&gt;
    &lt;EmployeePermissions&gt;
      &lt;EmployeePermission&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
      &lt;/EmployeePermission&gt;
      &lt;EmployeePermission&gt;
        &lt;EmployeeId xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/EmployeeId&gt;
        &lt;HasEditPermission&gt;true&lt;/HasEditPermission&gt;
      &lt;/EmployeePermission&gt;
    &lt;/EmployeePermissions&gt;
  &lt;/DocumentCategoryPermission&gt;
&lt;/ArrayOfDocumentCategoryPermission&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDepartments">
                <doc title="PlanCare2Api/Documents/MyDepartments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;Id&quot;: 2,
  &quot;CategoryId&quot;: 3,
  &quot;OwnerId&quot;: 4,
  &quot;Name&quot;: &quot;sample string 5&quot;,
  &quot;FileName&quot;: &quot;sample string 6&quot;,
  &quot;FileSize&quot;: 7,
  &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6035768+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;Id&quot;: 2,
  &quot;CategoryId&quot;: 3,
  &quot;OwnerId&quot;: 4,
  &quot;Name&quot;: &quot;sample string 5&quot;,
  &quot;FileName&quot;: &quot;sample string 6&quot;,
  &quot;FileSize&quot;: 7,
  &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6035768+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MyDepartmentDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;3&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T23:13:55.6035768+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 6&lt;/FileName&gt;
  &lt;FileSize&gt;7&lt;/FileSize&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;Name&gt;sample string 5&lt;/Name&gt;
  &lt;OwnerId&gt;4&lt;/OwnerId&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/MyDepartmentDocument&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MyDepartmentDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;3&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T23:13:55.6035768+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 6&lt;/FileName&gt;
  &lt;FileSize&gt;7&lt;/FileSize&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;Name&gt;sample string 5&lt;/Name&gt;
  &lt;OwnerId&gt;4&lt;/OwnerId&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/MyDepartmentDocument&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDepartments/{documentId}">
                <doc title="PlanCare2Api/Documents/MyDepartments/{documentId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="documentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDepartments/Categories">
                <doc title="PlanCare2Api/Documents/MyDepartments/Categories" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDocumentCategory xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
&lt;/ArrayOfDocumentCategory&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDocumentCategory xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
&lt;/ArrayOfDocumentCategory&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDepartments/ChangeOfMyDepartmentsDocuments">
                <doc title="PlanCare2Api/Documents/MyDepartments/ChangeOfMyDepartmentsDocuments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;Id&quot;: 2,
  &quot;CategoryId&quot;: 3,
  &quot;OwnerId&quot;: 4,
  &quot;Name&quot;: &quot;sample string 5&quot;,
  &quot;FileName&quot;: &quot;sample string 6&quot;,
  &quot;FileSize&quot;: 7,
  &quot;DateCreated&quot;: &quot;2026-05-26T22:10:05.7498738+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;Id&quot;: 2,
  &quot;CategoryId&quot;: 3,
  &quot;OwnerId&quot;: 4,
  &quot;Name&quot;: &quot;sample string 5&quot;,
  &quot;FileName&quot;: &quot;sample string 6&quot;,
  &quot;FileSize&quot;: 7,
  &quot;DateCreated&quot;: &quot;2026-05-26T22:10:05.7498738+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfMyDepartmentDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;3&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:10:05.7498738+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 6&lt;/FileName&gt;
  &lt;FileSize&gt;7&lt;/FileSize&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;Name&gt;sample string 5&lt;/Name&gt;
  &lt;OwnerId&gt;4&lt;/OwnerId&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/ChangeOfMyDepartmentDocument&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfMyDepartmentDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;3&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:10:05.7498738+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 6&lt;/FileName&gt;
  &lt;FileSize&gt;7&lt;/FileSize&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;Name&gt;sample string 5&lt;/Name&gt;
  &lt;OwnerId&gt;4&lt;/OwnerId&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/ChangeOfMyDepartmentDocument&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDepartments/Content?documentId={documentId}">
                <doc title="PlanCare2Api/Documents/MyDepartments/Content?documentId={documentId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="documentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;OriginalFilename&quot;: &quot;sample string 1&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;OriginalFilename&quot;: &quot;sample string 1&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;DocumentContent xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;OriginalFilename&gt;sample string 1&lt;/OriginalFilename&gt;
&lt;/DocumentContent&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;DocumentContent xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;OriginalFilename&gt;sample string 1&lt;/OriginalFilename&gt;
&lt;/DocumentContent&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDepartments/Metadata?categoryId={categoryId}&amp;organizationEntityId={organizationEntityId}">
                <doc title="PlanCare2Api/Documents/MyDepartments/Metadata?categoryId={categoryId}&amp;organizationEntityId={organizationEntityId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="categoryId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="organizationEntityId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;OrganizationEntityId&quot;: 1,
    &quot;Id&quot;: 2,
    &quot;CategoryId&quot;: 3,
    &quot;OwnerId&quot;: 4,
    &quot;Name&quot;: &quot;sample string 5&quot;,
    &quot;FileName&quot;: &quot;sample string 6&quot;,
    &quot;FileSize&quot;: 7,
    &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6192025+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;OrganizationEntityId&quot;: 1,
    &quot;Id&quot;: 2,
    &quot;CategoryId&quot;: 3,
    &quot;OwnerId&quot;: 4,
    &quot;Name&quot;: &quot;sample string 5&quot;,
    &quot;FileName&quot;: &quot;sample string 6&quot;,
    &quot;FileSize&quot;: 7,
    &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6192025+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMyDepartmentsDocumentMetaData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;MyDepartmentsDocumentMetaData&gt;
    &lt;CategoryId&gt;3&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6192025+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 6&lt;/FileName&gt;
    &lt;FileSize&gt;7&lt;/FileSize&gt;
    &lt;Id&gt;2&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;OwnerId&gt;4&lt;/OwnerId&gt;
    &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;/MyDepartmentsDocumentMetaData&gt;
  &lt;MyDepartmentsDocumentMetaData&gt;
    &lt;CategoryId&gt;3&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6192025+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 6&lt;/FileName&gt;
    &lt;FileSize&gt;7&lt;/FileSize&gt;
    &lt;Id&gt;2&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;OwnerId&gt;4&lt;/OwnerId&gt;
    &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;/MyDepartmentsDocumentMetaData&gt;
&lt;/ArrayOfMyDepartmentsDocumentMetaData&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMyDepartmentsDocumentMetaData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;MyDepartmentsDocumentMetaData&gt;
    &lt;CategoryId&gt;3&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6192025+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 6&lt;/FileName&gt;
    &lt;FileSize&gt;7&lt;/FileSize&gt;
    &lt;Id&gt;2&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;OwnerId&gt;4&lt;/OwnerId&gt;
    &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;/MyDepartmentsDocumentMetaData&gt;
  &lt;MyDepartmentsDocumentMetaData&gt;
    &lt;CategoryId&gt;3&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6192025+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 6&lt;/FileName&gt;
    &lt;FileSize&gt;7&lt;/FileSize&gt;
    &lt;Id&gt;2&lt;/Id&gt;
    &lt;Name&gt;sample string 5&lt;/Name&gt;
    &lt;OwnerId&gt;4&lt;/OwnerId&gt;
    &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;/MyDepartmentsDocumentMetaData&gt;
&lt;/ArrayOfMyDepartmentsDocumentMetaData&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDocuments">
                <doc title="PlanCare2Api/Documents/MyDocuments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;Id&quot;: 1,
  &quot;CategoryId&quot;: 2,
  &quot;OwnerId&quot;: 3,
  &quot;Name&quot;: &quot;sample string 4&quot;,
  &quot;FileName&quot;: &quot;sample string 5&quot;,
  &quot;FileSize&quot;: 6,
  &quot;DateCreated&quot;: &quot;2026-05-26T22:07:32.4052952+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;Id&quot;: 1,
  &quot;CategoryId&quot;: 2,
  &quot;OwnerId&quot;: 3,
  &quot;Name&quot;: &quot;sample string 4&quot;,
  &quot;FileName&quot;: &quot;sample string 5&quot;,
  &quot;FileSize&quot;: 6,
  &quot;DateCreated&quot;: &quot;2026-05-26T22:07:32.4052952+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MyDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;2&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:07:32.4052952+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 5&lt;/FileName&gt;
  &lt;FileSize&gt;6&lt;/FileSize&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;OwnerId&gt;3&lt;/OwnerId&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/MyDocument&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MyDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;2&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:07:32.4052952+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 5&lt;/FileName&gt;
  &lt;FileSize&gt;6&lt;/FileSize&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;OwnerId&gt;3&lt;/OwnerId&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/MyDocument&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDocuments/{documentId}">
                <doc title="PlanCare2Api/Documents/MyDocuments/{documentId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="documentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDocuments/Categories">
                <doc title="PlanCare2Api/Documents/MyDocuments/Categories" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;IsEditable&quot;: true,
    &quot;GroupId&quot;: 4,
    &quot;GroupName&quot;: &quot;sample string 5&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDocumentCategory xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
&lt;/ArrayOfDocumentCategory&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDocumentCategory xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
  &lt;DocumentCategory&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;GroupId&gt;4&lt;/GroupId&gt;
    &lt;GroupName&gt;sample string 5&lt;/GroupName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsEditable&gt;true&lt;/IsEditable&gt;
  &lt;/DocumentCategory&gt;
&lt;/ArrayOfDocumentCategory&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDocuments/ChangeOfMyDocuments">
                <doc title="PlanCare2Api/Documents/MyDocuments/ChangeOfMyDocuments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;Id&quot;: 1,
  &quot;CategoryId&quot;: 2,
  &quot;OwnerId&quot;: 3,
  &quot;Name&quot;: &quot;sample string 4&quot;,
  &quot;FileName&quot;: &quot;sample string 5&quot;,
  &quot;FileSize&quot;: 6,
  &quot;DateCreated&quot;: &quot;2026-05-26T22:08:04.1897152+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;Id&quot;: 1,
  &quot;CategoryId&quot;: 2,
  &quot;OwnerId&quot;: 3,
  &quot;Name&quot;: &quot;sample string 4&quot;,
  &quot;FileName&quot;: &quot;sample string 5&quot;,
  &quot;FileSize&quot;: 6,
  &quot;DateCreated&quot;: &quot;2026-05-26T22:08:04.1897152+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfMyDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;2&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:08:04.1897152+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 5&lt;/FileName&gt;
  &lt;FileSize&gt;6&lt;/FileSize&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;OwnerId&gt;3&lt;/OwnerId&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/ChangeOfMyDocument&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfMyDocument xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;CategoryId&gt;2&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:08:04.1897152+02:00&lt;/DateCreated&gt;
  &lt;FileName&gt;sample string 5&lt;/FileName&gt;
  &lt;FileSize&gt;6&lt;/FileSize&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;OwnerId&gt;3&lt;/OwnerId&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
&lt;/ChangeOfMyDocument&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDocuments/Content?documentId={documentId}">
                <doc title="PlanCare2Api/Documents/MyDocuments/Content?documentId={documentId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="documentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;OriginalFilename&quot;: &quot;sample string 1&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;OriginalFilename&quot;: &quot;sample string 1&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;DocumentContent xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;OriginalFilename&gt;sample string 1&lt;/OriginalFilename&gt;
&lt;/DocumentContent&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;DocumentContent xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;OriginalFilename&gt;sample string 1&lt;/OriginalFilename&gt;
&lt;/DocumentContent&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Documents/MyDocuments/Metadata?categoryId={categoryId}">
                <doc title="PlanCare2Api/Documents/MyDocuments/Metadata?categoryId={categoryId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="categoryId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;CategoryId&quot;: 2,
    &quot;OwnerId&quot;: 3,
    &quot;Name&quot;: &quot;sample string 4&quot;,
    &quot;FileName&quot;: &quot;sample string 5&quot;,
    &quot;FileSize&quot;: 6,
    &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6348272+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;CategoryId&quot;: 2,
    &quot;OwnerId&quot;: 3,
    &quot;Name&quot;: &quot;sample string 4&quot;,
    &quot;FileName&quot;: &quot;sample string 5&quot;,
    &quot;FileSize&quot;: 6,
    &quot;DateCreated&quot;: &quot;2026-05-26T23:13:55.6348272+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDocumentMetadata xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentMetadata&gt;
    &lt;CategoryId&gt;2&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6348272+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 5&lt;/FileName&gt;
    &lt;FileSize&gt;6&lt;/FileSize&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
    &lt;OwnerId&gt;3&lt;/OwnerId&gt;
  &lt;/DocumentMetadata&gt;
  &lt;DocumentMetadata&gt;
    &lt;CategoryId&gt;2&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6348272+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 5&lt;/FileName&gt;
    &lt;FileSize&gt;6&lt;/FileSize&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
    &lt;OwnerId&gt;3&lt;/OwnerId&gt;
  &lt;/DocumentMetadata&gt;
&lt;/ArrayOfDocumentMetadata&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDocumentMetadata xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Documents&quot;&gt;
  &lt;DocumentMetadata&gt;
    &lt;CategoryId&gt;2&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6348272+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 5&lt;/FileName&gt;
    &lt;FileSize&gt;6&lt;/FileSize&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
    &lt;OwnerId&gt;3&lt;/OwnerId&gt;
  &lt;/DocumentMetadata&gt;
  &lt;DocumentMetadata&gt;
    &lt;CategoryId&gt;2&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:55.6348272+02:00&lt;/DateCreated&gt;
    &lt;FileName&gt;sample string 5&lt;/FileName&gt;
    &lt;FileSize&gt;6&lt;/FileSize&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
    &lt;OwnerId&gt;3&lt;/OwnerId&gt;
  &lt;/DocumentMetadata&gt;
&lt;/ArrayOfDocumentMetadata&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/AgreementProductDescription?clientID={clientID}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/DynamicData/AgreementProductDescription?clientID={clientID}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientID"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Productid&quot;: 1,
    &quot;Productcode&quot;: &quot;sample string 1&quot;,
    &quot;Productdescription&quot;: &quot;sample string 2&quot;,
    &quot;Declarationunit&quot;: &quot;sample string 3&quot;,
    &quot;Projectid&quot;: &quot;sample string 4&quot;,
    &quot;Contractid&quot;: 1,
    &quot;Clientid&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Productid&quot;: 1,
    &quot;Productcode&quot;: &quot;sample string 1&quot;,
    &quot;Productdescription&quot;: &quot;sample string 2&quot;,
    &quot;Declarationunit&quot;: &quot;sample string 3&quot;,
    &quot;Projectid&quot;: &quot;sample string 4&quot;,
    &quot;Contractid&quot;: 1,
    &quot;Clientid&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.AgreementProductDescriptionResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.AgreementProductDescriptionResult&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Contractid&gt;1&lt;/Contractid&gt;
    &lt;Declarationunit&gt;sample string 3&lt;/Declarationunit&gt;
    &lt;Productcode&gt;sample string 1&lt;/Productcode&gt;
    &lt;Productdescription&gt;sample string 2&lt;/Productdescription&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Projectid&gt;sample string 4&lt;/Projectid&gt;
  &lt;/DynamicDataController.AgreementProductDescriptionResult&gt;
  &lt;DynamicDataController.AgreementProductDescriptionResult&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Contractid&gt;1&lt;/Contractid&gt;
    &lt;Declarationunit&gt;sample string 3&lt;/Declarationunit&gt;
    &lt;Productcode&gt;sample string 1&lt;/Productcode&gt;
    &lt;Productdescription&gt;sample string 2&lt;/Productdescription&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Projectid&gt;sample string 4&lt;/Projectid&gt;
  &lt;/DynamicDataController.AgreementProductDescriptionResult&gt;
&lt;/ArrayOfDynamicDataController.AgreementProductDescriptionResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.AgreementProductDescriptionResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.AgreementProductDescriptionResult&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Contractid&gt;1&lt;/Contractid&gt;
    &lt;Declarationunit&gt;sample string 3&lt;/Declarationunit&gt;
    &lt;Productcode&gt;sample string 1&lt;/Productcode&gt;
    &lt;Productdescription&gt;sample string 2&lt;/Productdescription&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Projectid&gt;sample string 4&lt;/Projectid&gt;
  &lt;/DynamicDataController.AgreementProductDescriptionResult&gt;
  &lt;DynamicDataController.AgreementProductDescriptionResult&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Contractid&gt;1&lt;/Contractid&gt;
    &lt;Declarationunit&gt;sample string 3&lt;/Declarationunit&gt;
    &lt;Productcode&gt;sample string 1&lt;/Productcode&gt;
    &lt;Productdescription&gt;sample string 2&lt;/Productdescription&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Projectid&gt;sample string 4&lt;/Projectid&gt;
  &lt;/DynamicDataController.AgreementProductDescriptionResult&gt;
&lt;/ArrayOfDynamicDataController.AgreementProductDescriptionResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/AgreementProducts?supplierCode={supplierCode}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/DynamicData/AgreementProducts?supplierCode={supplierCode}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="supplierCode"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Suppliercode&quot;: &quot;sample string 1&quot;,
    &quot;Supplier&quot;: &quot;sample string 2&quot;,
    &quot;Debtorcode&quot;: &quot;sample string 3&quot;,
    &quot;Debtor&quot;: &quot;sample string 4&quot;,
    &quot;Productid&quot;: 1,
    &quot;Productcode&quot;: &quot;sample string 5&quot;,
    &quot;Productdescription&quot;: &quot;sample string 6&quot;,
    &quot;Declarationunit&quot;: &quot;sample string 7&quot;,
    &quot;Financialcontractid&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Suppliercode&quot;: &quot;sample string 1&quot;,
    &quot;Supplier&quot;: &quot;sample string 2&quot;,
    &quot;Debtorcode&quot;: &quot;sample string 3&quot;,
    &quot;Debtor&quot;: &quot;sample string 4&quot;,
    &quot;Productid&quot;: 1,
    &quot;Productcode&quot;: &quot;sample string 5&quot;,
    &quot;Productdescription&quot;: &quot;sample string 6&quot;,
    &quot;Declarationunit&quot;: &quot;sample string 7&quot;,
    &quot;Financialcontractid&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.AgreementProductsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.AgreementProductsResult&gt;
    &lt;Debtor&gt;sample string 4&lt;/Debtor&gt;
    &lt;Debtorcode&gt;sample string 3&lt;/Debtorcode&gt;
    &lt;Declarationunit&gt;sample string 7&lt;/Declarationunit&gt;
    &lt;Financialcontractid&gt;1&lt;/Financialcontractid&gt;
    &lt;Productcode&gt;sample string 5&lt;/Productcode&gt;
    &lt;Productdescription&gt;sample string 6&lt;/Productdescription&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Supplier&gt;sample string 2&lt;/Supplier&gt;
    &lt;Suppliercode&gt;sample string 1&lt;/Suppliercode&gt;
  &lt;/DynamicDataController.AgreementProductsResult&gt;
  &lt;DynamicDataController.AgreementProductsResult&gt;
    &lt;Debtor&gt;sample string 4&lt;/Debtor&gt;
    &lt;Debtorcode&gt;sample string 3&lt;/Debtorcode&gt;
    &lt;Declarationunit&gt;sample string 7&lt;/Declarationunit&gt;
    &lt;Financialcontractid&gt;1&lt;/Financialcontractid&gt;
    &lt;Productcode&gt;sample string 5&lt;/Productcode&gt;
    &lt;Productdescription&gt;sample string 6&lt;/Productdescription&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Supplier&gt;sample string 2&lt;/Supplier&gt;
    &lt;Suppliercode&gt;sample string 1&lt;/Suppliercode&gt;
  &lt;/DynamicDataController.AgreementProductsResult&gt;
&lt;/ArrayOfDynamicDataController.AgreementProductsResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.AgreementProductsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.AgreementProductsResult&gt;
    &lt;Debtor&gt;sample string 4&lt;/Debtor&gt;
    &lt;Debtorcode&gt;sample string 3&lt;/Debtorcode&gt;
    &lt;Declarationunit&gt;sample string 7&lt;/Declarationunit&gt;
    &lt;Financialcontractid&gt;1&lt;/Financialcontractid&gt;
    &lt;Productcode&gt;sample string 5&lt;/Productcode&gt;
    &lt;Productdescription&gt;sample string 6&lt;/Productdescription&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Supplier&gt;sample string 2&lt;/Supplier&gt;
    &lt;Suppliercode&gt;sample string 1&lt;/Suppliercode&gt;
  &lt;/DynamicDataController.AgreementProductsResult&gt;
  &lt;DynamicDataController.AgreementProductsResult&gt;
    &lt;Debtor&gt;sample string 4&lt;/Debtor&gt;
    &lt;Debtorcode&gt;sample string 3&lt;/Debtorcode&gt;
    &lt;Declarationunit&gt;sample string 7&lt;/Declarationunit&gt;
    &lt;Financialcontractid&gt;1&lt;/Financialcontractid&gt;
    &lt;Productcode&gt;sample string 5&lt;/Productcode&gt;
    &lt;Productdescription&gt;sample string 6&lt;/Productdescription&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Supplier&gt;sample string 2&lt;/Supplier&gt;
    &lt;Suppliercode&gt;sample string 1&lt;/Suppliercode&gt;
  &lt;/DynamicDataController.AgreementProductsResult&gt;
&lt;/ArrayOfDynamicDataController.AgreementProductsResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/ApplicationCustomLabel">
                <doc title="PlanCare2Api/DynamicData/ApplicationCustomLabel" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Key&quot;: &quot;sample string 1&quot;,
    &quot;Singularvalue&quot;: &quot;sample string 2&quot;,
    &quot;Pluralvalue&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Key&quot;: &quot;sample string 1&quot;,
    &quot;Singularvalue&quot;: &quot;sample string 2&quot;,
    &quot;Pluralvalue&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ApplicationCustomLabelResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ApplicationCustomLabelResult&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Key&gt;sample string 1&lt;/Key&gt;
    &lt;Pluralvalue&gt;sample string 3&lt;/Pluralvalue&gt;
    &lt;Singularvalue&gt;sample string 2&lt;/Singularvalue&gt;
  &lt;/DynamicDataController.ApplicationCustomLabelResult&gt;
  &lt;DynamicDataController.ApplicationCustomLabelResult&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Key&gt;sample string 1&lt;/Key&gt;
    &lt;Pluralvalue&gt;sample string 3&lt;/Pluralvalue&gt;
    &lt;Singularvalue&gt;sample string 2&lt;/Singularvalue&gt;
  &lt;/DynamicDataController.ApplicationCustomLabelResult&gt;
&lt;/ArrayOfDynamicDataController.ApplicationCustomLabelResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ApplicationCustomLabelResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ApplicationCustomLabelResult&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Key&gt;sample string 1&lt;/Key&gt;
    &lt;Pluralvalue&gt;sample string 3&lt;/Pluralvalue&gt;
    &lt;Singularvalue&gt;sample string 2&lt;/Singularvalue&gt;
  &lt;/DynamicDataController.ApplicationCustomLabelResult&gt;
  &lt;DynamicDataController.ApplicationCustomLabelResult&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Key&gt;sample string 1&lt;/Key&gt;
    &lt;Pluralvalue&gt;sample string 3&lt;/Pluralvalue&gt;
    &lt;Singularvalue&gt;sample string 2&lt;/Singularvalue&gt;
  &lt;/DynamicDataController.ApplicationCustomLabelResult&gt;
&lt;/ArrayOfDynamicDataController.ApplicationCustomLabelResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/AppointmentProtocols?appointmentlist={appointmentlist}">
                <doc title="PlanCare2Api/DynamicData/AppointmentProtocols?appointmentlist={appointmentlist}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentlist"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Appointmentid&quot;: 1,
    &quot;Activity&quot;: &quot;sample string 1&quot;,
    &quot;Protocol&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Appointmentid&quot;: 1,
    &quot;Activity&quot;: &quot;sample string 1&quot;,
    &quot;Protocol&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.AppointmentProtocolsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.AppointmentProtocolsResult&gt;
    &lt;Activity&gt;sample string 1&lt;/Activity&gt;
    &lt;Appointmentid&gt;1&lt;/Appointmentid&gt;
    &lt;Protocol&gt;sample string 2&lt;/Protocol&gt;
  &lt;/DynamicDataController.AppointmentProtocolsResult&gt;
  &lt;DynamicDataController.AppointmentProtocolsResult&gt;
    &lt;Activity&gt;sample string 1&lt;/Activity&gt;
    &lt;Appointmentid&gt;1&lt;/Appointmentid&gt;
    &lt;Protocol&gt;sample string 2&lt;/Protocol&gt;
  &lt;/DynamicDataController.AppointmentProtocolsResult&gt;
&lt;/ArrayOfDynamicDataController.AppointmentProtocolsResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.AppointmentProtocolsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.AppointmentProtocolsResult&gt;
    &lt;Activity&gt;sample string 1&lt;/Activity&gt;
    &lt;Appointmentid&gt;1&lt;/Appointmentid&gt;
    &lt;Protocol&gt;sample string 2&lt;/Protocol&gt;
  &lt;/DynamicDataController.AppointmentProtocolsResult&gt;
  &lt;DynamicDataController.AppointmentProtocolsResult&gt;
    &lt;Activity&gt;sample string 1&lt;/Activity&gt;
    &lt;Appointmentid&gt;1&lt;/Appointmentid&gt;
    &lt;Protocol&gt;sample string 2&lt;/Protocol&gt;
  &lt;/DynamicDataController.AppointmentProtocolsResult&gt;
&lt;/ArrayOfDynamicDataController.AppointmentProtocolsResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/Arrangement?clientlist={clientlist}">
                <doc title="PlanCare2Api/DynamicData/Arrangement?clientlist={clientlist}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientlist"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Clientid&quot;: 1,
    &quot;Clientplanid&quot;: 1,
    &quot;Arrangement&quot;: &quot;sample string 1&quot;,
    &quot;Productid&quot;: 1,
    &quot;Product&quot;: &quot;sample string 2&quot;,
    &quot;Activityid&quot;: 1,
    &quot;Activity&quot;: &quot;sample string 3&quot;,
    &quot;Protocolid&quot;: 1,
    &quot;Clientprotocolid&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Clientid&quot;: 1,
    &quot;Clientplanid&quot;: 1,
    &quot;Arrangement&quot;: &quot;sample string 1&quot;,
    &quot;Productid&quot;: 1,
    &quot;Product&quot;: &quot;sample string 2&quot;,
    &quot;Activityid&quot;: 1,
    &quot;Activity&quot;: &quot;sample string 3&quot;,
    &quot;Protocolid&quot;: 1,
    &quot;Clientprotocolid&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ArrangementResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ArrangementResult&gt;
    &lt;Activity&gt;sample string 3&lt;/Activity&gt;
    &lt;Activityid&gt;1&lt;/Activityid&gt;
    &lt;Arrangement&gt;sample string 1&lt;/Arrangement&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Clientplanid&gt;1&lt;/Clientplanid&gt;
    &lt;Clientprotocolid&gt;1&lt;/Clientprotocolid&gt;
    &lt;Product&gt;sample string 2&lt;/Product&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Protocolid&gt;1&lt;/Protocolid&gt;
  &lt;/DynamicDataController.ArrangementResult&gt;
  &lt;DynamicDataController.ArrangementResult&gt;
    &lt;Activity&gt;sample string 3&lt;/Activity&gt;
    &lt;Activityid&gt;1&lt;/Activityid&gt;
    &lt;Arrangement&gt;sample string 1&lt;/Arrangement&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Clientplanid&gt;1&lt;/Clientplanid&gt;
    &lt;Clientprotocolid&gt;1&lt;/Clientprotocolid&gt;
    &lt;Product&gt;sample string 2&lt;/Product&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Protocolid&gt;1&lt;/Protocolid&gt;
  &lt;/DynamicDataController.ArrangementResult&gt;
&lt;/ArrayOfDynamicDataController.ArrangementResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ArrangementResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ArrangementResult&gt;
    &lt;Activity&gt;sample string 3&lt;/Activity&gt;
    &lt;Activityid&gt;1&lt;/Activityid&gt;
    &lt;Arrangement&gt;sample string 1&lt;/Arrangement&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Clientplanid&gt;1&lt;/Clientplanid&gt;
    &lt;Clientprotocolid&gt;1&lt;/Clientprotocolid&gt;
    &lt;Product&gt;sample string 2&lt;/Product&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Protocolid&gt;1&lt;/Protocolid&gt;
  &lt;/DynamicDataController.ArrangementResult&gt;
  &lt;DynamicDataController.ArrangementResult&gt;
    &lt;Activity&gt;sample string 3&lt;/Activity&gt;
    &lt;Activityid&gt;1&lt;/Activityid&gt;
    &lt;Arrangement&gt;sample string 1&lt;/Arrangement&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Clientplanid&gt;1&lt;/Clientplanid&gt;
    &lt;Clientprotocolid&gt;1&lt;/Clientprotocolid&gt;
    &lt;Product&gt;sample string 2&lt;/Product&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Protocolid&gt;1&lt;/Protocolid&gt;
  &lt;/DynamicDataController.ArrangementResult&gt;
&lt;/ArrayOfDynamicDataController.ArrangementResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/ChainMessageById?agb={agb}&amp;id={id}&amp;externalId={externalId}&amp;externalInfo={externalInfo}">
                <doc title="PlanCare2Api/DynamicData/ChainMessageById?agb={agb}&amp;id={id}&amp;externalId={externalId}&amp;externalInfo={externalInfo}" /> 
                <method name="GET">
                    <request>
 
                            <param name="agb"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="externalId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="externalInfo"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ChainMessageByIdResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ChainMessageByIdResult /&gt;
  &lt;DynamicDataController.ChainMessageByIdResult /&gt;
&lt;/ArrayOfDynamicDataController.ChainMessageByIdResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ChainMessageByIdResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ChainMessageByIdResult /&gt;
  &lt;DynamicDataController.ChainMessageByIdResult /&gt;
&lt;/ArrayOfDynamicDataController.ChainMessageByIdResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/ChainMessagesReadyForExport?agb={agb}">
                <doc title="PlanCare2Api/DynamicData/ChainMessagesReadyForExport?agb={agb}" /> 
                <method name="GET">
                    <request>
 
                            <param name="agb"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ChainMessagesReadyForExportResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ChainMessagesReadyForExportResult /&gt;
  &lt;DynamicDataController.ChainMessagesReadyForExportResult /&gt;
&lt;/ArrayOfDynamicDataController.ChainMessagesReadyForExportResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ChainMessagesReadyForExportResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ChainMessagesReadyForExportResult /&gt;
  &lt;DynamicDataController.ChainMessagesReadyForExportResult /&gt;
&lt;/ArrayOfDynamicDataController.ChainMessagesReadyForExportResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/ClientDetailsList?clientlist={clientlist}">
                <doc title="PlanCare2Api/DynamicData/ClientDetailsList?clientlist={clientlist}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientlist"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Relationid&quot;: 1,
    &quot;Clientid&quot;: 1,
    &quot;PCD_Clientid&quot;: 1,
    &quot;BSN&quot;: &quot;sample string 1&quot;,
    &quot;Mobile&quot;: &quot;sample string 2&quot;,
    &quot;Telephone&quot;: &quot;sample string 3&quot;,
    &quot;Email&quot;: &quot;sample string 4&quot;,
    &quot;Gender&quot;: &quot;sample string 5&quot;,
    &quot;Maritalstatus&quot;: 64,
    &quot;Language&quot;: &quot;sample string 6&quot;,
    &quot;Religion&quot;: &quot;sample string 7&quot;,
    &quot;Livingunit&quot;: &quot;sample string 8&quot;,
    &quot;Dateofbirth&quot;: &quot;sample string 9&quot;,
    &quot;Dateofdeath&quot;: &quot;sample string 10&quot;,
    &quot;Nationality&quot;: &quot;sample string 11&quot;,
    &quot;Prefix&quot;: &quot;sample string 12&quot;,
    &quot;Firstname&quot;: &quot;sample string 13&quot;,
    &quot;Initials&quot;: &quot;sample string 14&quot;,
    &quot;Birthname&quot;: &quot;sample string 15&quot;,
    &quot;Birthnameprefix&quot;: &quot;sample string 16&quot;,
    &quot;Partnername&quot;: &quot;sample string 17&quot;,
    &quot;Partnernameprefix&quot;: &quot;sample string 18&quot;,
    &quot;Lookupname&quot;: &quot;sample string 19&quot;,
    &quot;Fullname&quot;: &quot;sample string 20&quot;,
    &quot;Fullnamecomposition&quot;: 64,
    &quot;Suffix&quot;: &quot;sample string 21&quot;,
    &quot;Nickname&quot;: &quot;sample string 22&quot;,
    &quot;City&quot;: &quot;sample string 23&quot;,
    &quot;Street&quot;: &quot;sample string 24&quot;,
    &quot;Housenumber&quot;: &quot;sample string 25&quot;,
    &quot;Housenumberaddon&quot;: &quot;sample string 26&quot;,
    &quot;Postalcode&quot;: &quot;sample string 27&quot;,
    &quot;Country&quot;: &quot;sample string 28&quot;,
    &quot;Legalstatus&quot;: 64,
    &quot;Countryofbirth&quot;: &quot;sample string 29&quot;,
    &quot;Cityofbirth&quot;: &quot;sample string 30&quot;,
    &quot;Addressrn&quot;: 1,
    &quot;Photo&quot;: &quot;sample string 31&quot;,
    &quot;Registrationnumber&quot;: &quot;sample string 32&quot;,
    &quot;Secretplacement&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Relationid&quot;: 1,
    &quot;Clientid&quot;: 1,
    &quot;PCD_Clientid&quot;: 1,
    &quot;BSN&quot;: &quot;sample string 1&quot;,
    &quot;Mobile&quot;: &quot;sample string 2&quot;,
    &quot;Telephone&quot;: &quot;sample string 3&quot;,
    &quot;Email&quot;: &quot;sample string 4&quot;,
    &quot;Gender&quot;: &quot;sample string 5&quot;,
    &quot;Maritalstatus&quot;: 64,
    &quot;Language&quot;: &quot;sample string 6&quot;,
    &quot;Religion&quot;: &quot;sample string 7&quot;,
    &quot;Livingunit&quot;: &quot;sample string 8&quot;,
    &quot;Dateofbirth&quot;: &quot;sample string 9&quot;,
    &quot;Dateofdeath&quot;: &quot;sample string 10&quot;,
    &quot;Nationality&quot;: &quot;sample string 11&quot;,
    &quot;Prefix&quot;: &quot;sample string 12&quot;,
    &quot;Firstname&quot;: &quot;sample string 13&quot;,
    &quot;Initials&quot;: &quot;sample string 14&quot;,
    &quot;Birthname&quot;: &quot;sample string 15&quot;,
    &quot;Birthnameprefix&quot;: &quot;sample string 16&quot;,
    &quot;Partnername&quot;: &quot;sample string 17&quot;,
    &quot;Partnernameprefix&quot;: &quot;sample string 18&quot;,
    &quot;Lookupname&quot;: &quot;sample string 19&quot;,
    &quot;Fullname&quot;: &quot;sample string 20&quot;,
    &quot;Fullnamecomposition&quot;: 64,
    &quot;Suffix&quot;: &quot;sample string 21&quot;,
    &quot;Nickname&quot;: &quot;sample string 22&quot;,
    &quot;City&quot;: &quot;sample string 23&quot;,
    &quot;Street&quot;: &quot;sample string 24&quot;,
    &quot;Housenumber&quot;: &quot;sample string 25&quot;,
    &quot;Housenumberaddon&quot;: &quot;sample string 26&quot;,
    &quot;Postalcode&quot;: &quot;sample string 27&quot;,
    &quot;Country&quot;: &quot;sample string 28&quot;,
    &quot;Legalstatus&quot;: 64,
    &quot;Countryofbirth&quot;: &quot;sample string 29&quot;,
    &quot;Cityofbirth&quot;: &quot;sample string 30&quot;,
    &quot;Addressrn&quot;: 1,
    &quot;Photo&quot;: &quot;sample string 31&quot;,
    &quot;Registrationnumber&quot;: &quot;sample string 32&quot;,
    &quot;Secretplacement&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ClientDetailsListResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ClientDetailsListResult&gt;
    &lt;Addressrn&gt;1&lt;/Addressrn&gt;
    &lt;BSN&gt;sample string 1&lt;/BSN&gt;
    &lt;Birthname&gt;sample string 15&lt;/Birthname&gt;
    &lt;Birthnameprefix&gt;sample string 16&lt;/Birthnameprefix&gt;
    &lt;City&gt;sample string 23&lt;/City&gt;
    &lt;Cityofbirth&gt;sample string 30&lt;/Cityofbirth&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Country&gt;sample string 28&lt;/Country&gt;
    &lt;Countryofbirth&gt;sample string 29&lt;/Countryofbirth&gt;
    &lt;Dateofbirth&gt;sample string 9&lt;/Dateofbirth&gt;
    &lt;Dateofdeath&gt;sample string 10&lt;/Dateofdeath&gt;
    &lt;Email&gt;sample string 4&lt;/Email&gt;
    &lt;Firstname&gt;sample string 13&lt;/Firstname&gt;
    &lt;Fullname&gt;sample string 20&lt;/Fullname&gt;
    &lt;Fullnamecomposition&gt;64&lt;/Fullnamecomposition&gt;
    &lt;Gender&gt;sample string 5&lt;/Gender&gt;
    &lt;Housenumber&gt;sample string 25&lt;/Housenumber&gt;
    &lt;Housenumberaddon&gt;sample string 26&lt;/Housenumberaddon&gt;
    &lt;Initials&gt;sample string 14&lt;/Initials&gt;
    &lt;Language&gt;sample string 6&lt;/Language&gt;
    &lt;Legalstatus&gt;64&lt;/Legalstatus&gt;
    &lt;Livingunit&gt;sample string 8&lt;/Livingunit&gt;
    &lt;Lookupname&gt;sample string 19&lt;/Lookupname&gt;
    &lt;Maritalstatus&gt;64&lt;/Maritalstatus&gt;
    &lt;Mobile&gt;sample string 2&lt;/Mobile&gt;
    &lt;Nationality&gt;sample string 11&lt;/Nationality&gt;
    &lt;Nickname&gt;sample string 22&lt;/Nickname&gt;
    &lt;PCD_Clientid&gt;1&lt;/PCD_Clientid&gt;
    &lt;Partnername&gt;sample string 17&lt;/Partnername&gt;
    &lt;Partnernameprefix&gt;sample string 18&lt;/Partnernameprefix&gt;
    &lt;Photo&gt;sample string 31&lt;/Photo&gt;
    &lt;Postalcode&gt;sample string 27&lt;/Postalcode&gt;
    &lt;Prefix&gt;sample string 12&lt;/Prefix&gt;
    &lt;Registrationnumber&gt;sample string 32&lt;/Registrationnumber&gt;
    &lt;Relationid&gt;1&lt;/Relationid&gt;
    &lt;Religion&gt;sample string 7&lt;/Religion&gt;
    &lt;Secretplacement&gt;true&lt;/Secretplacement&gt;
    &lt;Street&gt;sample string 24&lt;/Street&gt;
    &lt;Suffix&gt;sample string 21&lt;/Suffix&gt;
    &lt;Telephone&gt;sample string 3&lt;/Telephone&gt;
  &lt;/DynamicDataController.ClientDetailsListResult&gt;
  &lt;DynamicDataController.ClientDetailsListResult&gt;
    &lt;Addressrn&gt;1&lt;/Addressrn&gt;
    &lt;BSN&gt;sample string 1&lt;/BSN&gt;
    &lt;Birthname&gt;sample string 15&lt;/Birthname&gt;
    &lt;Birthnameprefix&gt;sample string 16&lt;/Birthnameprefix&gt;
    &lt;City&gt;sample string 23&lt;/City&gt;
    &lt;Cityofbirth&gt;sample string 30&lt;/Cityofbirth&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Country&gt;sample string 28&lt;/Country&gt;
    &lt;Countryofbirth&gt;sample string 29&lt;/Countryofbirth&gt;
    &lt;Dateofbirth&gt;sample string 9&lt;/Dateofbirth&gt;
    &lt;Dateofdeath&gt;sample string 10&lt;/Dateofdeath&gt;
    &lt;Email&gt;sample string 4&lt;/Email&gt;
    &lt;Firstname&gt;sample string 13&lt;/Firstname&gt;
    &lt;Fullname&gt;sample string 20&lt;/Fullname&gt;
    &lt;Fullnamecomposition&gt;64&lt;/Fullnamecomposition&gt;
    &lt;Gender&gt;sample string 5&lt;/Gender&gt;
    &lt;Housenumber&gt;sample string 25&lt;/Housenumber&gt;
    &lt;Housenumberaddon&gt;sample string 26&lt;/Housenumberaddon&gt;
    &lt;Initials&gt;sample string 14&lt;/Initials&gt;
    &lt;Language&gt;sample string 6&lt;/Language&gt;
    &lt;Legalstatus&gt;64&lt;/Legalstatus&gt;
    &lt;Livingunit&gt;sample string 8&lt;/Livingunit&gt;
    &lt;Lookupname&gt;sample string 19&lt;/Lookupname&gt;
    &lt;Maritalstatus&gt;64&lt;/Maritalstatus&gt;
    &lt;Mobile&gt;sample string 2&lt;/Mobile&gt;
    &lt;Nationality&gt;sample string 11&lt;/Nationality&gt;
    &lt;Nickname&gt;sample string 22&lt;/Nickname&gt;
    &lt;PCD_Clientid&gt;1&lt;/PCD_Clientid&gt;
    &lt;Partnername&gt;sample string 17&lt;/Partnername&gt;
    &lt;Partnernameprefix&gt;sample string 18&lt;/Partnernameprefix&gt;
    &lt;Photo&gt;sample string 31&lt;/Photo&gt;
    &lt;Postalcode&gt;sample string 27&lt;/Postalcode&gt;
    &lt;Prefix&gt;sample string 12&lt;/Prefix&gt;
    &lt;Registrationnumber&gt;sample string 32&lt;/Registrationnumber&gt;
    &lt;Relationid&gt;1&lt;/Relationid&gt;
    &lt;Religion&gt;sample string 7&lt;/Religion&gt;
    &lt;Secretplacement&gt;true&lt;/Secretplacement&gt;
    &lt;Street&gt;sample string 24&lt;/Street&gt;
    &lt;Suffix&gt;sample string 21&lt;/Suffix&gt;
    &lt;Telephone&gt;sample string 3&lt;/Telephone&gt;
  &lt;/DynamicDataController.ClientDetailsListResult&gt;
&lt;/ArrayOfDynamicDataController.ClientDetailsListResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ClientDetailsListResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ClientDetailsListResult&gt;
    &lt;Addressrn&gt;1&lt;/Addressrn&gt;
    &lt;BSN&gt;sample string 1&lt;/BSN&gt;
    &lt;Birthname&gt;sample string 15&lt;/Birthname&gt;
    &lt;Birthnameprefix&gt;sample string 16&lt;/Birthnameprefix&gt;
    &lt;City&gt;sample string 23&lt;/City&gt;
    &lt;Cityofbirth&gt;sample string 30&lt;/Cityofbirth&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Country&gt;sample string 28&lt;/Country&gt;
    &lt;Countryofbirth&gt;sample string 29&lt;/Countryofbirth&gt;
    &lt;Dateofbirth&gt;sample string 9&lt;/Dateofbirth&gt;
    &lt;Dateofdeath&gt;sample string 10&lt;/Dateofdeath&gt;
    &lt;Email&gt;sample string 4&lt;/Email&gt;
    &lt;Firstname&gt;sample string 13&lt;/Firstname&gt;
    &lt;Fullname&gt;sample string 20&lt;/Fullname&gt;
    &lt;Fullnamecomposition&gt;64&lt;/Fullnamecomposition&gt;
    &lt;Gender&gt;sample string 5&lt;/Gender&gt;
    &lt;Housenumber&gt;sample string 25&lt;/Housenumber&gt;
    &lt;Housenumberaddon&gt;sample string 26&lt;/Housenumberaddon&gt;
    &lt;Initials&gt;sample string 14&lt;/Initials&gt;
    &lt;Language&gt;sample string 6&lt;/Language&gt;
    &lt;Legalstatus&gt;64&lt;/Legalstatus&gt;
    &lt;Livingunit&gt;sample string 8&lt;/Livingunit&gt;
    &lt;Lookupname&gt;sample string 19&lt;/Lookupname&gt;
    &lt;Maritalstatus&gt;64&lt;/Maritalstatus&gt;
    &lt;Mobile&gt;sample string 2&lt;/Mobile&gt;
    &lt;Nationality&gt;sample string 11&lt;/Nationality&gt;
    &lt;Nickname&gt;sample string 22&lt;/Nickname&gt;
    &lt;PCD_Clientid&gt;1&lt;/PCD_Clientid&gt;
    &lt;Partnername&gt;sample string 17&lt;/Partnername&gt;
    &lt;Partnernameprefix&gt;sample string 18&lt;/Partnernameprefix&gt;
    &lt;Photo&gt;sample string 31&lt;/Photo&gt;
    &lt;Postalcode&gt;sample string 27&lt;/Postalcode&gt;
    &lt;Prefix&gt;sample string 12&lt;/Prefix&gt;
    &lt;Registrationnumber&gt;sample string 32&lt;/Registrationnumber&gt;
    &lt;Relationid&gt;1&lt;/Relationid&gt;
    &lt;Religion&gt;sample string 7&lt;/Religion&gt;
    &lt;Secretplacement&gt;true&lt;/Secretplacement&gt;
    &lt;Street&gt;sample string 24&lt;/Street&gt;
    &lt;Suffix&gt;sample string 21&lt;/Suffix&gt;
    &lt;Telephone&gt;sample string 3&lt;/Telephone&gt;
  &lt;/DynamicDataController.ClientDetailsListResult&gt;
  &lt;DynamicDataController.ClientDetailsListResult&gt;
    &lt;Addressrn&gt;1&lt;/Addressrn&gt;
    &lt;BSN&gt;sample string 1&lt;/BSN&gt;
    &lt;Birthname&gt;sample string 15&lt;/Birthname&gt;
    &lt;Birthnameprefix&gt;sample string 16&lt;/Birthnameprefix&gt;
    &lt;City&gt;sample string 23&lt;/City&gt;
    &lt;Cityofbirth&gt;sample string 30&lt;/Cityofbirth&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Country&gt;sample string 28&lt;/Country&gt;
    &lt;Countryofbirth&gt;sample string 29&lt;/Countryofbirth&gt;
    &lt;Dateofbirth&gt;sample string 9&lt;/Dateofbirth&gt;
    &lt;Dateofdeath&gt;sample string 10&lt;/Dateofdeath&gt;
    &lt;Email&gt;sample string 4&lt;/Email&gt;
    &lt;Firstname&gt;sample string 13&lt;/Firstname&gt;
    &lt;Fullname&gt;sample string 20&lt;/Fullname&gt;
    &lt;Fullnamecomposition&gt;64&lt;/Fullnamecomposition&gt;
    &lt;Gender&gt;sample string 5&lt;/Gender&gt;
    &lt;Housenumber&gt;sample string 25&lt;/Housenumber&gt;
    &lt;Housenumberaddon&gt;sample string 26&lt;/Housenumberaddon&gt;
    &lt;Initials&gt;sample string 14&lt;/Initials&gt;
    &lt;Language&gt;sample string 6&lt;/Language&gt;
    &lt;Legalstatus&gt;64&lt;/Legalstatus&gt;
    &lt;Livingunit&gt;sample string 8&lt;/Livingunit&gt;
    &lt;Lookupname&gt;sample string 19&lt;/Lookupname&gt;
    &lt;Maritalstatus&gt;64&lt;/Maritalstatus&gt;
    &lt;Mobile&gt;sample string 2&lt;/Mobile&gt;
    &lt;Nationality&gt;sample string 11&lt;/Nationality&gt;
    &lt;Nickname&gt;sample string 22&lt;/Nickname&gt;
    &lt;PCD_Clientid&gt;1&lt;/PCD_Clientid&gt;
    &lt;Partnername&gt;sample string 17&lt;/Partnername&gt;
    &lt;Partnernameprefix&gt;sample string 18&lt;/Partnernameprefix&gt;
    &lt;Photo&gt;sample string 31&lt;/Photo&gt;
    &lt;Postalcode&gt;sample string 27&lt;/Postalcode&gt;
    &lt;Prefix&gt;sample string 12&lt;/Prefix&gt;
    &lt;Registrationnumber&gt;sample string 32&lt;/Registrationnumber&gt;
    &lt;Relationid&gt;1&lt;/Relationid&gt;
    &lt;Religion&gt;sample string 7&lt;/Religion&gt;
    &lt;Secretplacement&gt;true&lt;/Secretplacement&gt;
    &lt;Street&gt;sample string 24&lt;/Street&gt;
    &lt;Suffix&gt;sample string 21&lt;/Suffix&gt;
    &lt;Telephone&gt;sample string 3&lt;/Telephone&gt;
  &lt;/DynamicDataController.ClientDetailsListResult&gt;
&lt;/ArrayOfDynamicDataController.ClientDetailsListResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/ClientPermissionsDetail?employeeID={employeeID}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/DynamicData/ClientPermissionsDetail?employeeID={employeeID}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="employeeID"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;F_Employee_Employee&quot;: 1,
    &quot;F_Client_Client&quot;: 1,
    &quot;Datefrom&quot;: &quot;2026-05-26T23:13:54.9316906+02:00&quot;,
    &quot;Dateuntil&quot;: &quot;2026-05-26T23:13:54.9316906+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;F_Employee_Employee&quot;: 1,
    &quot;F_Client_Client&quot;: 1,
    &quot;Datefrom&quot;: &quot;2026-05-26T23:13:54.9316906+02:00&quot;,
    &quot;Dateuntil&quot;: &quot;2026-05-26T23:13:54.9316906+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ClientPermissionsDetailResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ClientPermissionsDetailResult&gt;
    &lt;Datefrom&gt;2026-05-26T23:13:54.9316906+02:00&lt;/Datefrom&gt;
    &lt;Dateuntil&gt;2026-05-26T23:13:54.9316906+02:00&lt;/Dateuntil&gt;
    &lt;F_Client_Client&gt;1&lt;/F_Client_Client&gt;
    &lt;F_Employee_Employee&gt;1&lt;/F_Employee_Employee&gt;
  &lt;/DynamicDataController.ClientPermissionsDetailResult&gt;
  &lt;DynamicDataController.ClientPermissionsDetailResult&gt;
    &lt;Datefrom&gt;2026-05-26T23:13:54.9316906+02:00&lt;/Datefrom&gt;
    &lt;Dateuntil&gt;2026-05-26T23:13:54.9316906+02:00&lt;/Dateuntil&gt;
    &lt;F_Client_Client&gt;1&lt;/F_Client_Client&gt;
    &lt;F_Employee_Employee&gt;1&lt;/F_Employee_Employee&gt;
  &lt;/DynamicDataController.ClientPermissionsDetailResult&gt;
&lt;/ArrayOfDynamicDataController.ClientPermissionsDetailResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ClientPermissionsDetailResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ClientPermissionsDetailResult&gt;
    &lt;Datefrom&gt;2026-05-26T23:13:54.9316906+02:00&lt;/Datefrom&gt;
    &lt;Dateuntil&gt;2026-05-26T23:13:54.9316906+02:00&lt;/Dateuntil&gt;
    &lt;F_Client_Client&gt;1&lt;/F_Client_Client&gt;
    &lt;F_Employee_Employee&gt;1&lt;/F_Employee_Employee&gt;
  &lt;/DynamicDataController.ClientPermissionsDetailResult&gt;
  &lt;DynamicDataController.ClientPermissionsDetailResult&gt;
    &lt;Datefrom&gt;2026-05-26T23:13:54.9316906+02:00&lt;/Datefrom&gt;
    &lt;Dateuntil&gt;2026-05-26T23:13:54.9316906+02:00&lt;/Dateuntil&gt;
    &lt;F_Client_Client&gt;1&lt;/F_Client_Client&gt;
    &lt;F_Employee_Employee&gt;1&lt;/F_Employee_Employee&gt;
  &lt;/DynamicDataController.ClientPermissionsDetailResult&gt;
&lt;/ArrayOfDynamicDataController.ClientPermissionsDetailResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/ClientProtocols?clientlist={clientlist}">
                <doc title="PlanCare2Api/DynamicData/ClientProtocols?clientlist={clientlist}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientlist"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Clientid&quot;: 1,
    &quot;Clientprotocolid&quot;: 1,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Arrangement&quot;: &quot;sample string 2&quot;,
    &quot;Activity&quot;: &quot;sample string 3&quot;,
    &quot;Type&quot;: &quot;sample string 4&quot;,
    &quot;Validfrom&quot;: &quot;2026-05-26T23:13:54.9473158+02:00&quot;,
    &quot;Validuntil&quot;: &quot;2026-05-26T23:13:54.9473158+02:00&quot;,
    &quot;Protocol&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Clientid&quot;: 1,
    &quot;Clientprotocolid&quot;: 1,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Arrangement&quot;: &quot;sample string 2&quot;,
    &quot;Activity&quot;: &quot;sample string 3&quot;,
    &quot;Type&quot;: &quot;sample string 4&quot;,
    &quot;Validfrom&quot;: &quot;2026-05-26T23:13:54.9473158+02:00&quot;,
    &quot;Validuntil&quot;: &quot;2026-05-26T23:13:54.9473158+02:00&quot;,
    &quot;Protocol&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ClientProtocolsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ClientProtocolsResult&gt;
    &lt;Activity&gt;sample string 3&lt;/Activity&gt;
    &lt;Arrangement&gt;sample string 2&lt;/Arrangement&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Clientprotocolid&gt;1&lt;/Clientprotocolid&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Protocol&gt;sample string 5&lt;/Protocol&gt;
    &lt;Type&gt;sample string 4&lt;/Type&gt;
    &lt;Validfrom&gt;2026-05-26T23:13:54.9473158+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:54.9473158+02:00&lt;/Validuntil&gt;
  &lt;/DynamicDataController.ClientProtocolsResult&gt;
  &lt;DynamicDataController.ClientProtocolsResult&gt;
    &lt;Activity&gt;sample string 3&lt;/Activity&gt;
    &lt;Arrangement&gt;sample string 2&lt;/Arrangement&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Clientprotocolid&gt;1&lt;/Clientprotocolid&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Protocol&gt;sample string 5&lt;/Protocol&gt;
    &lt;Type&gt;sample string 4&lt;/Type&gt;
    &lt;Validfrom&gt;2026-05-26T23:13:54.9473158+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:54.9473158+02:00&lt;/Validuntil&gt;
  &lt;/DynamicDataController.ClientProtocolsResult&gt;
&lt;/ArrayOfDynamicDataController.ClientProtocolsResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ClientProtocolsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ClientProtocolsResult&gt;
    &lt;Activity&gt;sample string 3&lt;/Activity&gt;
    &lt;Arrangement&gt;sample string 2&lt;/Arrangement&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Clientprotocolid&gt;1&lt;/Clientprotocolid&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Protocol&gt;sample string 5&lt;/Protocol&gt;
    &lt;Type&gt;sample string 4&lt;/Type&gt;
    &lt;Validfrom&gt;2026-05-26T23:13:54.9473158+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:54.9473158+02:00&lt;/Validuntil&gt;
  &lt;/DynamicDataController.ClientProtocolsResult&gt;
  &lt;DynamicDataController.ClientProtocolsResult&gt;
    &lt;Activity&gt;sample string 3&lt;/Activity&gt;
    &lt;Arrangement&gt;sample string 2&lt;/Arrangement&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Clientprotocolid&gt;1&lt;/Clientprotocolid&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Protocol&gt;sample string 5&lt;/Protocol&gt;
    &lt;Type&gt;sample string 4&lt;/Type&gt;
    &lt;Validfrom&gt;2026-05-26T23:13:54.9473158+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:54.9473158+02:00&lt;/Validuntil&gt;
  &lt;/DynamicDataController.ClientProtocolsResult&gt;
&lt;/ArrayOfDynamicDataController.ClientProtocolsResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/DOTLocations?contractList={contractList}">
                <doc title="PlanCare2Api/DynamicData/DOTLocations?contractList={contractList}" /> 
                <method name="GET">
                    <request>
 
                            <param name="contractList"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Contractid&quot;: 1,
    &quot;Productid&quot;: 1,
    &quot;Startdate&quot;: &quot;2026-05-26T23:13:55.0723196+02:00&quot;,
    &quot;Enddate&quot;: &quot;2026-05-26T23:13:55.0723196+02:00&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Isdefault&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Contractid&quot;: 1,
    &quot;Productid&quot;: 1,
    &quot;Startdate&quot;: &quot;2026-05-26T23:13:55.0723196+02:00&quot;,
    &quot;Enddate&quot;: &quot;2026-05-26T23:13:55.0723196+02:00&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Isdefault&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.DOTLocationsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.DOTLocationsResult&gt;
    &lt;Contractid&gt;1&lt;/Contractid&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Enddate&gt;2026-05-26T23:13:55.0723196+02:00&lt;/Enddate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Isdefault&gt;1&lt;/Isdefault&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Startdate&gt;2026-05-26T23:13:55.0723196+02:00&lt;/Startdate&gt;
  &lt;/DynamicDataController.DOTLocationsResult&gt;
  &lt;DynamicDataController.DOTLocationsResult&gt;
    &lt;Contractid&gt;1&lt;/Contractid&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Enddate&gt;2026-05-26T23:13:55.0723196+02:00&lt;/Enddate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Isdefault&gt;1&lt;/Isdefault&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Startdate&gt;2026-05-26T23:13:55.0723196+02:00&lt;/Startdate&gt;
  &lt;/DynamicDataController.DOTLocationsResult&gt;
&lt;/ArrayOfDynamicDataController.DOTLocationsResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.DOTLocationsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.DOTLocationsResult&gt;
    &lt;Contractid&gt;1&lt;/Contractid&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Enddate&gt;2026-05-26T23:13:55.0723196+02:00&lt;/Enddate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Isdefault&gt;1&lt;/Isdefault&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Startdate&gt;2026-05-26T23:13:55.0723196+02:00&lt;/Startdate&gt;
  &lt;/DynamicDataController.DOTLocationsResult&gt;
  &lt;DynamicDataController.DOTLocationsResult&gt;
    &lt;Contractid&gt;1&lt;/Contractid&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Enddate&gt;2026-05-26T23:13:55.0723196+02:00&lt;/Enddate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Isdefault&gt;1&lt;/Isdefault&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Startdate&gt;2026-05-26T23:13:55.0723196+02:00&lt;/Startdate&gt;
  &lt;/DynamicDataController.DOTLocationsResult&gt;
&lt;/ArrayOfDynamicDataController.DOTLocationsResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/Employees?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/DynamicData/Employees?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Relationid&quot;: 1,
    &quot;Employeeid&quot;: 1,
    &quot;BSN&quot;: &quot;sample string 1&quot;,
    &quot;Firstname&quot;: &quot;sample string 2&quot;,
    &quot;Lastname&quot;: &quot;sample string 3&quot;,
    &quot;Lookupname&quot;: &quot;sample string 4&quot;,
    &quot;Prefix&quot;: &quot;sample string 5&quot;,
    &quot;Gender&quot;: 1,
    &quot;Dateofbirth&quot;: &quot;2026-05-26T23:13:55.1035717+02:00&quot;,
    &quot;Accessuserid&quot;: 1,
    &quot;Dateofremoval&quot;: &quot;2026-05-26T23:13:55.1035717+02:00&quot;,
    &quot;Registrationnumber&quot;: &quot;sample string 6&quot;,
    &quot;Windowsusername&quot;: &quot;sample string 7&quot;,
    &quot;Emailaddresses&quot;: &quot;sample string 8&quot;,
    &quot;Accessusername&quot;: &quot;sample string 9&quot;,
    &quot;Mobilephonenumbers&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Relationid&quot;: 1,
    &quot;Employeeid&quot;: 1,
    &quot;BSN&quot;: &quot;sample string 1&quot;,
    &quot;Firstname&quot;: &quot;sample string 2&quot;,
    &quot;Lastname&quot;: &quot;sample string 3&quot;,
    &quot;Lookupname&quot;: &quot;sample string 4&quot;,
    &quot;Prefix&quot;: &quot;sample string 5&quot;,
    &quot;Gender&quot;: 1,
    &quot;Dateofbirth&quot;: &quot;2026-05-26T23:13:55.1035717+02:00&quot;,
    &quot;Accessuserid&quot;: 1,
    &quot;Dateofremoval&quot;: &quot;2026-05-26T23:13:55.1035717+02:00&quot;,
    &quot;Registrationnumber&quot;: &quot;sample string 6&quot;,
    &quot;Windowsusername&quot;: &quot;sample string 7&quot;,
    &quot;Emailaddresses&quot;: &quot;sample string 8&quot;,
    &quot;Accessusername&quot;: &quot;sample string 9&quot;,
    &quot;Mobilephonenumbers&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.EmployeesResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.EmployeesResult&gt;
    &lt;Accessuserid&gt;1&lt;/Accessuserid&gt;
    &lt;Accessusername&gt;sample string 9&lt;/Accessusername&gt;
    &lt;BSN&gt;sample string 1&lt;/BSN&gt;
    &lt;Dateofbirth&gt;2026-05-26T23:13:55.1035717+02:00&lt;/Dateofbirth&gt;
    &lt;Dateofremoval&gt;2026-05-26T23:13:55.1035717+02:00&lt;/Dateofremoval&gt;
    &lt;Emailaddresses&gt;sample string 8&lt;/Emailaddresses&gt;
    &lt;Employeeid&gt;1&lt;/Employeeid&gt;
    &lt;Firstname&gt;sample string 2&lt;/Firstname&gt;
    &lt;Gender&gt;1&lt;/Gender&gt;
    &lt;Lastname&gt;sample string 3&lt;/Lastname&gt;
    &lt;Lookupname&gt;sample string 4&lt;/Lookupname&gt;
    &lt;Mobilephonenumbers&gt;sample string 10&lt;/Mobilephonenumbers&gt;
    &lt;Prefix&gt;sample string 5&lt;/Prefix&gt;
    &lt;Registrationnumber&gt;sample string 6&lt;/Registrationnumber&gt;
    &lt;Relationid&gt;1&lt;/Relationid&gt;
    &lt;Windowsusername&gt;sample string 7&lt;/Windowsusername&gt;
  &lt;/DynamicDataController.EmployeesResult&gt;
  &lt;DynamicDataController.EmployeesResult&gt;
    &lt;Accessuserid&gt;1&lt;/Accessuserid&gt;
    &lt;Accessusername&gt;sample string 9&lt;/Accessusername&gt;
    &lt;BSN&gt;sample string 1&lt;/BSN&gt;
    &lt;Dateofbirth&gt;2026-05-26T23:13:55.1035717+02:00&lt;/Dateofbirth&gt;
    &lt;Dateofremoval&gt;2026-05-26T23:13:55.1035717+02:00&lt;/Dateofremoval&gt;
    &lt;Emailaddresses&gt;sample string 8&lt;/Emailaddresses&gt;
    &lt;Employeeid&gt;1&lt;/Employeeid&gt;
    &lt;Firstname&gt;sample string 2&lt;/Firstname&gt;
    &lt;Gender&gt;1&lt;/Gender&gt;
    &lt;Lastname&gt;sample string 3&lt;/Lastname&gt;
    &lt;Lookupname&gt;sample string 4&lt;/Lookupname&gt;
    &lt;Mobilephonenumbers&gt;sample string 10&lt;/Mobilephonenumbers&gt;
    &lt;Prefix&gt;sample string 5&lt;/Prefix&gt;
    &lt;Registrationnumber&gt;sample string 6&lt;/Registrationnumber&gt;
    &lt;Relationid&gt;1&lt;/Relationid&gt;
    &lt;Windowsusername&gt;sample string 7&lt;/Windowsusername&gt;
  &lt;/DynamicDataController.EmployeesResult&gt;
&lt;/ArrayOfDynamicDataController.EmployeesResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.EmployeesResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.EmployeesResult&gt;
    &lt;Accessuserid&gt;1&lt;/Accessuserid&gt;
    &lt;Accessusername&gt;sample string 9&lt;/Accessusername&gt;
    &lt;BSN&gt;sample string 1&lt;/BSN&gt;
    &lt;Dateofbirth&gt;2026-05-26T23:13:55.1035717+02:00&lt;/Dateofbirth&gt;
    &lt;Dateofremoval&gt;2026-05-26T23:13:55.1035717+02:00&lt;/Dateofremoval&gt;
    &lt;Emailaddresses&gt;sample string 8&lt;/Emailaddresses&gt;
    &lt;Employeeid&gt;1&lt;/Employeeid&gt;
    &lt;Firstname&gt;sample string 2&lt;/Firstname&gt;
    &lt;Gender&gt;1&lt;/Gender&gt;
    &lt;Lastname&gt;sample string 3&lt;/Lastname&gt;
    &lt;Lookupname&gt;sample string 4&lt;/Lookupname&gt;
    &lt;Mobilephonenumbers&gt;sample string 10&lt;/Mobilephonenumbers&gt;
    &lt;Prefix&gt;sample string 5&lt;/Prefix&gt;
    &lt;Registrationnumber&gt;sample string 6&lt;/Registrationnumber&gt;
    &lt;Relationid&gt;1&lt;/Relationid&gt;
    &lt;Windowsusername&gt;sample string 7&lt;/Windowsusername&gt;
  &lt;/DynamicDataController.EmployeesResult&gt;
  &lt;DynamicDataController.EmployeesResult&gt;
    &lt;Accessuserid&gt;1&lt;/Accessuserid&gt;
    &lt;Accessusername&gt;sample string 9&lt;/Accessusername&gt;
    &lt;BSN&gt;sample string 1&lt;/BSN&gt;
    &lt;Dateofbirth&gt;2026-05-26T23:13:55.1035717+02:00&lt;/Dateofbirth&gt;
    &lt;Dateofremoval&gt;2026-05-26T23:13:55.1035717+02:00&lt;/Dateofremoval&gt;
    &lt;Emailaddresses&gt;sample string 8&lt;/Emailaddresses&gt;
    &lt;Employeeid&gt;1&lt;/Employeeid&gt;
    &lt;Firstname&gt;sample string 2&lt;/Firstname&gt;
    &lt;Gender&gt;1&lt;/Gender&gt;
    &lt;Lastname&gt;sample string 3&lt;/Lastname&gt;
    &lt;Lookupname&gt;sample string 4&lt;/Lookupname&gt;
    &lt;Mobilephonenumbers&gt;sample string 10&lt;/Mobilephonenumbers&gt;
    &lt;Prefix&gt;sample string 5&lt;/Prefix&gt;
    &lt;Registrationnumber&gt;sample string 6&lt;/Registrationnumber&gt;
    &lt;Relationid&gt;1&lt;/Relationid&gt;
    &lt;Windowsusername&gt;sample string 7&lt;/Windowsusername&gt;
  &lt;/DynamicDataController.EmployeesResult&gt;
&lt;/ArrayOfDynamicDataController.EmployeesResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/InsertWorkflowAutorizations">
                <doc title="PlanCare2Api/DynamicData/InsertWorkflowAutorizations" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;EmployeeId&quot;: 1,
  &quot;DisciplineId&quot;: 1,
  &quot;TargetId&quot;: 2,
  &quot;TargetType&quot;: 3,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.0410675+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.0410675+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;EmployeeId&quot;: 1,
  &quot;DisciplineId&quot;: 1,
  &quot;TargetId&quot;: 2,
  &quot;TargetType&quot;: 3,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.0410675+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.0410675+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;DynamicDataController.InsertWorkflowAutorizationsInput xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.0410675+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.0410675+02:00&lt;/StartDate&gt;
  &lt;TargetId&gt;2&lt;/TargetId&gt;
  &lt;TargetType&gt;3&lt;/TargetType&gt;
&lt;/DynamicDataController.InsertWorkflowAutorizationsInput&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;DynamicDataController.InsertWorkflowAutorizationsInput xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.0410675+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.0410675+02:00&lt;/StartDate&gt;
  &lt;TargetId&gt;2&lt;/TargetId&gt;
  &lt;TargetType&gt;3&lt;/TargetType&gt;
&lt;/DynamicDataController.InsertWorkflowAutorizationsInput&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/OEStructure?parentOrganizationEntityId={parentOrganizationEntityId}">
                <doc title="PlanCare2Api/DynamicData/OEStructure?parentOrganizationEntityId={parentOrganizationEntityId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="parentOrganizationEntityId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Parentorganizationentityid&quot;: 1,
    &quot;Organizationentityid&quot;: 1,
    &quot;Organizationentityname&quot;: &quot;sample string 1&quot;,
    &quot;Organizationentitytypeid&quot;: &quot;sample string 2&quot;,
    &quot;Organizationentitytype&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Parentorganizationentityid&quot;: 1,
    &quot;Organizationentityid&quot;: 1,
    &quot;Organizationentityname&quot;: &quot;sample string 1&quot;,
    &quot;Organizationentitytypeid&quot;: &quot;sample string 2&quot;,
    &quot;Organizationentitytype&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.OEStructureResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.OEStructureResult&gt;
    &lt;Organizationentityid&gt;1&lt;/Organizationentityid&gt;
    &lt;Organizationentityname&gt;sample string 1&lt;/Organizationentityname&gt;
    &lt;Organizationentitytype&gt;sample string 3&lt;/Organizationentitytype&gt;
    &lt;Organizationentitytypeid&gt;sample string 2&lt;/Organizationentitytypeid&gt;
    &lt;Parentorganizationentityid&gt;1&lt;/Parentorganizationentityid&gt;
  &lt;/DynamicDataController.OEStructureResult&gt;
  &lt;DynamicDataController.OEStructureResult&gt;
    &lt;Organizationentityid&gt;1&lt;/Organizationentityid&gt;
    &lt;Organizationentityname&gt;sample string 1&lt;/Organizationentityname&gt;
    &lt;Organizationentitytype&gt;sample string 3&lt;/Organizationentitytype&gt;
    &lt;Organizationentitytypeid&gt;sample string 2&lt;/Organizationentitytypeid&gt;
    &lt;Parentorganizationentityid&gt;1&lt;/Parentorganizationentityid&gt;
  &lt;/DynamicDataController.OEStructureResult&gt;
&lt;/ArrayOfDynamicDataController.OEStructureResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.OEStructureResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.OEStructureResult&gt;
    &lt;Organizationentityid&gt;1&lt;/Organizationentityid&gt;
    &lt;Organizationentityname&gt;sample string 1&lt;/Organizationentityname&gt;
    &lt;Organizationentitytype&gt;sample string 3&lt;/Organizationentitytype&gt;
    &lt;Organizationentitytypeid&gt;sample string 2&lt;/Organizationentitytypeid&gt;
    &lt;Parentorganizationentityid&gt;1&lt;/Parentorganizationentityid&gt;
  &lt;/DynamicDataController.OEStructureResult&gt;
  &lt;DynamicDataController.OEStructureResult&gt;
    &lt;Organizationentityid&gt;1&lt;/Organizationentityid&gt;
    &lt;Organizationentityname&gt;sample string 1&lt;/Organizationentityname&gt;
    &lt;Organizationentitytype&gt;sample string 3&lt;/Organizationentitytype&gt;
    &lt;Organizationentitytypeid&gt;sample string 2&lt;/Organizationentitytypeid&gt;
    &lt;Parentorganizationentityid&gt;1&lt;/Parentorganizationentityid&gt;
  &lt;/DynamicDataController.OEStructureResult&gt;
&lt;/ArrayOfDynamicDataController.OEStructureResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/ProjectsPCDProductDescription?projectId={projectId}&amp;productId={productId}&amp;contractId={contractId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/DynamicData/ProjectsPCDProductDescription?projectId={projectId}&amp;productId={productId}&amp;contractId={contractId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="projectId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="productId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="contractId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Productdescription&quot;: &quot;sample string 1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Productdescription&quot;: &quot;sample string 1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ProjectsPCDProductDescriptionResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ProjectsPCDProductDescriptionResult&gt;
    &lt;Productdescription&gt;sample string 1&lt;/Productdescription&gt;
  &lt;/DynamicDataController.ProjectsPCDProductDescriptionResult&gt;
  &lt;DynamicDataController.ProjectsPCDProductDescriptionResult&gt;
    &lt;Productdescription&gt;sample string 1&lt;/Productdescription&gt;
  &lt;/DynamicDataController.ProjectsPCDProductDescriptionResult&gt;
&lt;/ArrayOfDynamicDataController.ProjectsPCDProductDescriptionResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ProjectsPCDProductDescriptionResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ProjectsPCDProductDescriptionResult&gt;
    &lt;Productdescription&gt;sample string 1&lt;/Productdescription&gt;
  &lt;/DynamicDataController.ProjectsPCDProductDescriptionResult&gt;
  &lt;DynamicDataController.ProjectsPCDProductDescriptionResult&gt;
    &lt;Productdescription&gt;sample string 1&lt;/Productdescription&gt;
  &lt;/DynamicDataController.ProjectsPCDProductDescriptionResult&gt;
&lt;/ArrayOfDynamicDataController.ProjectsPCDProductDescriptionResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/Protocols">
                <doc title="PlanCare2Api/DynamicData/Protocols" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Protocolid&quot;: 1,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Validfrom&quot;: &quot;2026-05-26T22:06:19.15813+02:00&quot;,
    &quot;Validuntil&quot;: &quot;2026-05-26T22:06:19.15813+02:00&quot;,
    &quot;Protocol&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Protocolid&quot;: 1,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Validfrom&quot;: &quot;2026-05-26T22:06:19.15813+02:00&quot;,
    &quot;Validuntil&quot;: &quot;2026-05-26T22:06:19.15813+02:00&quot;,
    &quot;Protocol&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ProtocolsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ProtocolsResult&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Protocol&gt;sample string 2&lt;/Protocol&gt;
    &lt;Protocolid&gt;1&lt;/Protocolid&gt;
    &lt;Validfrom&gt;2026-05-26T22:06:19.15813+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T22:06:19.15813+02:00&lt;/Validuntil&gt;
  &lt;/DynamicDataController.ProtocolsResult&gt;
  &lt;DynamicDataController.ProtocolsResult&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Protocol&gt;sample string 2&lt;/Protocol&gt;
    &lt;Protocolid&gt;1&lt;/Protocolid&gt;
    &lt;Validfrom&gt;2026-05-26T22:06:19.15813+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T22:06:19.15813+02:00&lt;/Validuntil&gt;
  &lt;/DynamicDataController.ProtocolsResult&gt;
&lt;/ArrayOfDynamicDataController.ProtocolsResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ProtocolsResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ProtocolsResult&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Protocol&gt;sample string 2&lt;/Protocol&gt;
    &lt;Protocolid&gt;1&lt;/Protocolid&gt;
    &lt;Validfrom&gt;2026-05-26T22:06:19.15813+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T22:06:19.15813+02:00&lt;/Validuntil&gt;
  &lt;/DynamicDataController.ProtocolsResult&gt;
  &lt;DynamicDataController.ProtocolsResult&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Protocol&gt;sample string 2&lt;/Protocol&gt;
    &lt;Protocolid&gt;1&lt;/Protocolid&gt;
    &lt;Validfrom&gt;2026-05-26T22:06:19.15813+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T22:06:19.15813+02:00&lt;/Validuntil&gt;
  &lt;/DynamicDataController.ProtocolsResult&gt;
&lt;/ArrayOfDynamicDataController.ProtocolsResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/UploadChainMessage">
                <doc title="PlanCare2Api/DynamicData/UploadChainMessage" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Agb&quot;: &quot;sample string 1&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;ExternalID&quot;: &quot;sample string 3&quot;,
  &quot;ApplicationName&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Agb&quot;: &quot;sample string 1&quot;,
  &quot;Content&quot;: &quot;sample string 2&quot;,
  &quot;ExternalID&quot;: &quot;sample string 3&quot;,
  &quot;ApplicationName&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;DynamicDataController.UploadChainMessageInput xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;Agb&gt;sample string 1&lt;/Agb&gt;
  &lt;ApplicationName&gt;sample string 4&lt;/ApplicationName&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;ExternalID&gt;sample string 3&lt;/ExternalID&gt;
&lt;/DynamicDataController.UploadChainMessageInput&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;DynamicDataController.UploadChainMessageInput xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;Agb&gt;sample string 1&lt;/Agb&gt;
  &lt;ApplicationName&gt;sample string 4&lt;/ApplicationName&gt;
  &lt;Content&gt;sample string 2&lt;/Content&gt;
  &lt;ExternalID&gt;sample string 3&lt;/ExternalID&gt;
&lt;/DynamicDataController.UploadChainMessageInput&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/WorkTypes">
                <doc title="PlanCare2Api/DynamicData/WorkTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Productid&quot;: 1,
    &quot;Contracttypeid&quot;: 1,
    &quot;Worktypeid&quot;: 1,
    &quot;Worktypecode&quot;: &quot;sample string 1&quot;,
    &quot;Worktypename&quot;: &quot;sample string 2&quot;,
    &quot;Worktypedescription&quot;: &quot;sample string 3&quot;,
    &quot;Worktypeisdirect&quot;: true,
    &quot;Isworktime&quot;: true,
    &quot;Startdate&quot;: &quot;2026-05-26T23:13:54.9785685+02:00&quot;,
    &quot;Enddate&quot;: &quot;2026-05-26T23:13:54.9785685+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Productid&quot;: 1,
    &quot;Contracttypeid&quot;: 1,
    &quot;Worktypeid&quot;: 1,
    &quot;Worktypecode&quot;: &quot;sample string 1&quot;,
    &quot;Worktypename&quot;: &quot;sample string 2&quot;,
    &quot;Worktypedescription&quot;: &quot;sample string 3&quot;,
    &quot;Worktypeisdirect&quot;: true,
    &quot;Isworktime&quot;: true,
    &quot;Startdate&quot;: &quot;2026-05-26T23:13:54.9785685+02:00&quot;,
    &quot;Enddate&quot;: &quot;2026-05-26T23:13:54.9785685+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.WorkTypesResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.WorkTypesResult&gt;
    &lt;Contracttypeid&gt;1&lt;/Contracttypeid&gt;
    &lt;Enddate&gt;2026-05-26T23:13:54.9785685+02:00&lt;/Enddate&gt;
    &lt;Isworktime&gt;true&lt;/Isworktime&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Startdate&gt;2026-05-26T23:13:54.9785685+02:00&lt;/Startdate&gt;
    &lt;Worktypecode&gt;sample string 1&lt;/Worktypecode&gt;
    &lt;Worktypedescription&gt;sample string 3&lt;/Worktypedescription&gt;
    &lt;Worktypeid&gt;1&lt;/Worktypeid&gt;
    &lt;Worktypeisdirect&gt;true&lt;/Worktypeisdirect&gt;
    &lt;Worktypename&gt;sample string 2&lt;/Worktypename&gt;
  &lt;/DynamicDataController.WorkTypesResult&gt;
  &lt;DynamicDataController.WorkTypesResult&gt;
    &lt;Contracttypeid&gt;1&lt;/Contracttypeid&gt;
    &lt;Enddate&gt;2026-05-26T23:13:54.9785685+02:00&lt;/Enddate&gt;
    &lt;Isworktime&gt;true&lt;/Isworktime&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Startdate&gt;2026-05-26T23:13:54.9785685+02:00&lt;/Startdate&gt;
    &lt;Worktypecode&gt;sample string 1&lt;/Worktypecode&gt;
    &lt;Worktypedescription&gt;sample string 3&lt;/Worktypedescription&gt;
    &lt;Worktypeid&gt;1&lt;/Worktypeid&gt;
    &lt;Worktypeisdirect&gt;true&lt;/Worktypeisdirect&gt;
    &lt;Worktypename&gt;sample string 2&lt;/Worktypename&gt;
  &lt;/DynamicDataController.WorkTypesResult&gt;
&lt;/ArrayOfDynamicDataController.WorkTypesResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.WorkTypesResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.WorkTypesResult&gt;
    &lt;Contracttypeid&gt;1&lt;/Contracttypeid&gt;
    &lt;Enddate&gt;2026-05-26T23:13:54.9785685+02:00&lt;/Enddate&gt;
    &lt;Isworktime&gt;true&lt;/Isworktime&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Startdate&gt;2026-05-26T23:13:54.9785685+02:00&lt;/Startdate&gt;
    &lt;Worktypecode&gt;sample string 1&lt;/Worktypecode&gt;
    &lt;Worktypedescription&gt;sample string 3&lt;/Worktypedescription&gt;
    &lt;Worktypeid&gt;1&lt;/Worktypeid&gt;
    &lt;Worktypeisdirect&gt;true&lt;/Worktypeisdirect&gt;
    &lt;Worktypename&gt;sample string 2&lt;/Worktypename&gt;
  &lt;/DynamicDataController.WorkTypesResult&gt;
  &lt;DynamicDataController.WorkTypesResult&gt;
    &lt;Contracttypeid&gt;1&lt;/Contracttypeid&gt;
    &lt;Enddate&gt;2026-05-26T23:13:54.9785685+02:00&lt;/Enddate&gt;
    &lt;Isworktime&gt;true&lt;/Isworktime&gt;
    &lt;Productid&gt;1&lt;/Productid&gt;
    &lt;Startdate&gt;2026-05-26T23:13:54.9785685+02:00&lt;/Startdate&gt;
    &lt;Worktypecode&gt;sample string 1&lt;/Worktypecode&gt;
    &lt;Worktypedescription&gt;sample string 3&lt;/Worktypedescription&gt;
    &lt;Worktypeid&gt;1&lt;/Worktypeid&gt;
    &lt;Worktypeisdirect&gt;true&lt;/Worktypeisdirect&gt;
    &lt;Worktypename&gt;sample string 2&lt;/Worktypename&gt;
  &lt;/DynamicDataController.WorkTypesResult&gt;
&lt;/ArrayOfDynamicDataController.WorkTypesResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/ZorgLegitimaties?clientList={clientList}&amp;startDate={startDate}&amp;endDate={endDate}&amp;type={type}">
                <doc title="PlanCare2Api/DynamicData/ZorgLegitimaties?clientList={clientList}&amp;startDate={startDate}&amp;endDate={endDate}&amp;type={type}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientList"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="startDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="endDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="type"
                                   style="template"
                                   type="xs:int"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Clientid&quot;: 1,
    &quot;Datumafgifte&quot;: &quot;2026-05-26T23:13:55.1348195+02:00&quot;,
    &quot;Datumaanmelding&quot;: &quot;2026-05-26T23:13:55.1348195+02:00&quot;,
    &quot;Referentietoewijzing&quot;: 1,
    &quot;Startdatum&quot;: &quot;2026-05-26T23:13:55.1348195+02:00&quot;,
    &quot;Einddatum&quot;: &quot;2026-05-26T23:13:55.1348195+02:00&quot;,
    &quot;Typeid&quot;: 1,
    &quot;Type&quot;: &quot;sample string 1&quot;,
    &quot;Soortzorg&quot;: &quot;sample string 2&quot;,
    &quot;Leverancier&quot;: &quot;sample string 3&quot;,
    &quot;Typetoewijzer&quot;: &quot;sample string 4&quot;,
    &quot;Codetoewijzer&quot;: 1,
    &quot;Toewijzer&quot;: &quot;sample string 5&quot;,
    &quot;Omvang&quot;: &quot;sample string 6&quot;,
    &quot;Omvangaantal&quot;: 1,
    &quot;Omvangfrequentie&quot;: &quot;sample string 7&quot;,
    &quot;Omvangeenheid&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Clientid&quot;: 1,
    &quot;Datumafgifte&quot;: &quot;2026-05-26T23:13:55.1348195+02:00&quot;,
    &quot;Datumaanmelding&quot;: &quot;2026-05-26T23:13:55.1348195+02:00&quot;,
    &quot;Referentietoewijzing&quot;: 1,
    &quot;Startdatum&quot;: &quot;2026-05-26T23:13:55.1348195+02:00&quot;,
    &quot;Einddatum&quot;: &quot;2026-05-26T23:13:55.1348195+02:00&quot;,
    &quot;Typeid&quot;: 1,
    &quot;Type&quot;: &quot;sample string 1&quot;,
    &quot;Soortzorg&quot;: &quot;sample string 2&quot;,
    &quot;Leverancier&quot;: &quot;sample string 3&quot;,
    &quot;Typetoewijzer&quot;: &quot;sample string 4&quot;,
    &quot;Codetoewijzer&quot;: 1,
    &quot;Toewijzer&quot;: &quot;sample string 5&quot;,
    &quot;Omvang&quot;: &quot;sample string 6&quot;,
    &quot;Omvangaantal&quot;: 1,
    &quot;Omvangfrequentie&quot;: &quot;sample string 7&quot;,
    &quot;Omvangeenheid&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ZorgLegitimatiesResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ZorgLegitimatiesResult&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Codetoewijzer&gt;1&lt;/Codetoewijzer&gt;
    &lt;Datumaanmelding&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Datumaanmelding&gt;
    &lt;Datumafgifte&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Datumafgifte&gt;
    &lt;Einddatum&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Einddatum&gt;
    &lt;Leverancier&gt;sample string 3&lt;/Leverancier&gt;
    &lt;Omvang&gt;sample string 6&lt;/Omvang&gt;
    &lt;Omvangaantal&gt;1&lt;/Omvangaantal&gt;
    &lt;Omvangeenheid&gt;sample string 8&lt;/Omvangeenheid&gt;
    &lt;Omvangfrequentie&gt;sample string 7&lt;/Omvangfrequentie&gt;
    &lt;Referentietoewijzing&gt;1&lt;/Referentietoewijzing&gt;
    &lt;Soortzorg&gt;sample string 2&lt;/Soortzorg&gt;
    &lt;Startdatum&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Startdatum&gt;
    &lt;Toewijzer&gt;sample string 5&lt;/Toewijzer&gt;
    &lt;Type&gt;sample string 1&lt;/Type&gt;
    &lt;Typeid&gt;1&lt;/Typeid&gt;
    &lt;Typetoewijzer&gt;sample string 4&lt;/Typetoewijzer&gt;
  &lt;/DynamicDataController.ZorgLegitimatiesResult&gt;
  &lt;DynamicDataController.ZorgLegitimatiesResult&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Codetoewijzer&gt;1&lt;/Codetoewijzer&gt;
    &lt;Datumaanmelding&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Datumaanmelding&gt;
    &lt;Datumafgifte&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Datumafgifte&gt;
    &lt;Einddatum&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Einddatum&gt;
    &lt;Leverancier&gt;sample string 3&lt;/Leverancier&gt;
    &lt;Omvang&gt;sample string 6&lt;/Omvang&gt;
    &lt;Omvangaantal&gt;1&lt;/Omvangaantal&gt;
    &lt;Omvangeenheid&gt;sample string 8&lt;/Omvangeenheid&gt;
    &lt;Omvangfrequentie&gt;sample string 7&lt;/Omvangfrequentie&gt;
    &lt;Referentietoewijzing&gt;1&lt;/Referentietoewijzing&gt;
    &lt;Soortzorg&gt;sample string 2&lt;/Soortzorg&gt;
    &lt;Startdatum&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Startdatum&gt;
    &lt;Toewijzer&gt;sample string 5&lt;/Toewijzer&gt;
    &lt;Type&gt;sample string 1&lt;/Type&gt;
    &lt;Typeid&gt;1&lt;/Typeid&gt;
    &lt;Typetoewijzer&gt;sample string 4&lt;/Typetoewijzer&gt;
  &lt;/DynamicDataController.ZorgLegitimatiesResult&gt;
&lt;/ArrayOfDynamicDataController.ZorgLegitimatiesResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ZorgLegitimatiesResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ZorgLegitimatiesResult&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Codetoewijzer&gt;1&lt;/Codetoewijzer&gt;
    &lt;Datumaanmelding&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Datumaanmelding&gt;
    &lt;Datumafgifte&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Datumafgifte&gt;
    &lt;Einddatum&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Einddatum&gt;
    &lt;Leverancier&gt;sample string 3&lt;/Leverancier&gt;
    &lt;Omvang&gt;sample string 6&lt;/Omvang&gt;
    &lt;Omvangaantal&gt;1&lt;/Omvangaantal&gt;
    &lt;Omvangeenheid&gt;sample string 8&lt;/Omvangeenheid&gt;
    &lt;Omvangfrequentie&gt;sample string 7&lt;/Omvangfrequentie&gt;
    &lt;Referentietoewijzing&gt;1&lt;/Referentietoewijzing&gt;
    &lt;Soortzorg&gt;sample string 2&lt;/Soortzorg&gt;
    &lt;Startdatum&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Startdatum&gt;
    &lt;Toewijzer&gt;sample string 5&lt;/Toewijzer&gt;
    &lt;Type&gt;sample string 1&lt;/Type&gt;
    &lt;Typeid&gt;1&lt;/Typeid&gt;
    &lt;Typetoewijzer&gt;sample string 4&lt;/Typetoewijzer&gt;
  &lt;/DynamicDataController.ZorgLegitimatiesResult&gt;
  &lt;DynamicDataController.ZorgLegitimatiesResult&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Codetoewijzer&gt;1&lt;/Codetoewijzer&gt;
    &lt;Datumaanmelding&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Datumaanmelding&gt;
    &lt;Datumafgifte&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Datumafgifte&gt;
    &lt;Einddatum&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Einddatum&gt;
    &lt;Leverancier&gt;sample string 3&lt;/Leverancier&gt;
    &lt;Omvang&gt;sample string 6&lt;/Omvang&gt;
    &lt;Omvangaantal&gt;1&lt;/Omvangaantal&gt;
    &lt;Omvangeenheid&gt;sample string 8&lt;/Omvangeenheid&gt;
    &lt;Omvangfrequentie&gt;sample string 7&lt;/Omvangfrequentie&gt;
    &lt;Referentietoewijzing&gt;1&lt;/Referentietoewijzing&gt;
    &lt;Soortzorg&gt;sample string 2&lt;/Soortzorg&gt;
    &lt;Startdatum&gt;2026-05-26T23:13:55.1348195+02:00&lt;/Startdatum&gt;
    &lt;Toewijzer&gt;sample string 5&lt;/Toewijzer&gt;
    &lt;Type&gt;sample string 1&lt;/Type&gt;
    &lt;Typeid&gt;1&lt;/Typeid&gt;
    &lt;Typetoewijzer&gt;sample string 4&lt;/Typetoewijzer&gt;
  &lt;/DynamicDataController.ZorgLegitimatiesResult&gt;
&lt;/ArrayOfDynamicDataController.ZorgLegitimatiesResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/DynamicData/ZorgLegitimatiesV2?clientList={clientList}&amp;startDate={startDate}&amp;endDate={endDate}&amp;type={type}">
                <doc title="PlanCare2Api/DynamicData/ZorgLegitimatiesV2?clientList={clientList}&amp;startDate={startDate}&amp;endDate={endDate}&amp;type={type}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientList"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="startDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="endDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="type"
                                   style="template"
                                   type="xs:int"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Clientid&quot;: 1,
    &quot;Typeid&quot;: 1,
    &quot;Type&quot;: &quot;sample string 1&quot;,
    &quot;Referentietoewijzing&quot;: 1,
    &quot;Afgiftedatumlegitimatie&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Startdatumlegitimatie&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Einddatumlegitimatie&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Typetoewijzer&quot;: &quot;sample string 2&quot;,
    &quot;Codetoewijzer&quot;: 1,
    &quot;Toewijzer&quot;: &quot;sample string 3&quot;,
    &quot;Leverancier&quot;: &quot;sample string 4&quot;,
    &quot;Categorie&quot;: &quot;sample string 5&quot;,
    &quot;Categoriecode&quot;: &quot;sample string 6&quot;,
    &quot;Toegewezenproduct&quot;: &quot;sample string 7&quot;,
    &quot;Toegewezenproductcode&quot;: &quot;sample string 8&quot;,
    &quot;Toewijzingsdatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Startdatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Einddatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Aanmelddatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Omvang&quot;: &quot;sample string 9&quot;,
    &quot;Omvangaantal&quot;: 1,
    &quot;Omvangfrequentie&quot;: &quot;sample string 10&quot;,
    &quot;Omvangeenheid&quot;: &quot;sample string 11&quot;,
    &quot;Vervoer&quot;: &quot;sample string 12&quot;,
    &quot;Eerstegrondslag&quot;: &quot;sample string 13&quot;,
    &quot;Tweedegrondslag&quot;: &quot;sample string 14&quot;,
    &quot;Toewijzingpercentage&quot;: 1,
    &quot;Dossierhouder&quot;: 1,
    &quot;Coordinatorzorgthuis&quot;: 1,
    &quot;Opname&quot;: true,
    &quot;Commentaar&quot;: &quot;sample string 15&quot;,
    &quot;Leveringsstatus&quot;: 1,
    &quot;Leverinsstatusomschrijving&quot;: &quot;sample string 16&quot;,
    &quot;Awstatus&quot;: 1,
    &quot;Awstatusomschrijving&quot;: &quot;sample string 17&quot;,
    &quot;Leveringsvormomschrijving&quot;: &quot;sample string 18&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Clientid&quot;: 1,
    &quot;Typeid&quot;: 1,
    &quot;Type&quot;: &quot;sample string 1&quot;,
    &quot;Referentietoewijzing&quot;: 1,
    &quot;Afgiftedatumlegitimatie&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Startdatumlegitimatie&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Einddatumlegitimatie&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Typetoewijzer&quot;: &quot;sample string 2&quot;,
    &quot;Codetoewijzer&quot;: 1,
    &quot;Toewijzer&quot;: &quot;sample string 3&quot;,
    &quot;Leverancier&quot;: &quot;sample string 4&quot;,
    &quot;Categorie&quot;: &quot;sample string 5&quot;,
    &quot;Categoriecode&quot;: &quot;sample string 6&quot;,
    &quot;Toegewezenproduct&quot;: &quot;sample string 7&quot;,
    &quot;Toegewezenproductcode&quot;: &quot;sample string 8&quot;,
    &quot;Toewijzingsdatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Startdatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Einddatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Aanmelddatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:55.0254452+02:00&quot;,
    &quot;Omvang&quot;: &quot;sample string 9&quot;,
    &quot;Omvangaantal&quot;: 1,
    &quot;Omvangfrequentie&quot;: &quot;sample string 10&quot;,
    &quot;Omvangeenheid&quot;: &quot;sample string 11&quot;,
    &quot;Vervoer&quot;: &quot;sample string 12&quot;,
    &quot;Eerstegrondslag&quot;: &quot;sample string 13&quot;,
    &quot;Tweedegrondslag&quot;: &quot;sample string 14&quot;,
    &quot;Toewijzingpercentage&quot;: 1,
    &quot;Dossierhouder&quot;: 1,
    &quot;Coordinatorzorgthuis&quot;: 1,
    &quot;Opname&quot;: true,
    &quot;Commentaar&quot;: &quot;sample string 15&quot;,
    &quot;Leveringsstatus&quot;: 1,
    &quot;Leverinsstatusomschrijving&quot;: &quot;sample string 16&quot;,
    &quot;Awstatus&quot;: 1,
    &quot;Awstatusomschrijving&quot;: &quot;sample string 17&quot;,
    &quot;Leveringsvormomschrijving&quot;: &quot;sample string 18&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ZorgLegitimatiesV2Result xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ZorgLegitimatiesV2Result&gt;
    &lt;Aanmelddatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Aanmelddatumlegitimatieregel&gt;
    &lt;Afgiftedatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Afgiftedatumlegitimatie&gt;
    &lt;Awstatus&gt;1&lt;/Awstatus&gt;
    &lt;Awstatusomschrijving&gt;sample string 17&lt;/Awstatusomschrijving&gt;
    &lt;Categorie&gt;sample string 5&lt;/Categorie&gt;
    &lt;Categoriecode&gt;sample string 6&lt;/Categoriecode&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Codetoewijzer&gt;1&lt;/Codetoewijzer&gt;
    &lt;Commentaar&gt;sample string 15&lt;/Commentaar&gt;
    &lt;Coordinatorzorgthuis&gt;1&lt;/Coordinatorzorgthuis&gt;
    &lt;Dossierhouder&gt;1&lt;/Dossierhouder&gt;
    &lt;Eerstegrondslag&gt;sample string 13&lt;/Eerstegrondslag&gt;
    &lt;Einddatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Einddatumlegitimatie&gt;
    &lt;Einddatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Einddatumlegitimatieregel&gt;
    &lt;Leverancier&gt;sample string 4&lt;/Leverancier&gt;
    &lt;Leveringsstatus&gt;1&lt;/Leveringsstatus&gt;
    &lt;Leveringsvormomschrijving&gt;sample string 18&lt;/Leveringsvormomschrijving&gt;
    &lt;Leverinsstatusomschrijving&gt;sample string 16&lt;/Leverinsstatusomschrijving&gt;
    &lt;Omvang&gt;sample string 9&lt;/Omvang&gt;
    &lt;Omvangaantal&gt;1&lt;/Omvangaantal&gt;
    &lt;Omvangeenheid&gt;sample string 11&lt;/Omvangeenheid&gt;
    &lt;Omvangfrequentie&gt;sample string 10&lt;/Omvangfrequentie&gt;
    &lt;Opname&gt;true&lt;/Opname&gt;
    &lt;Referentietoewijzing&gt;1&lt;/Referentietoewijzing&gt;
    &lt;Startdatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Startdatumlegitimatie&gt;
    &lt;Startdatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Startdatumlegitimatieregel&gt;
    &lt;Toegewezenproduct&gt;sample string 7&lt;/Toegewezenproduct&gt;
    &lt;Toegewezenproductcode&gt;sample string 8&lt;/Toegewezenproductcode&gt;
    &lt;Toewijzer&gt;sample string 3&lt;/Toewijzer&gt;
    &lt;Toewijzingpercentage&gt;1&lt;/Toewijzingpercentage&gt;
    &lt;Toewijzingsdatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Toewijzingsdatumlegitimatieregel&gt;
    &lt;Tweedegrondslag&gt;sample string 14&lt;/Tweedegrondslag&gt;
    &lt;Type&gt;sample string 1&lt;/Type&gt;
    &lt;Typeid&gt;1&lt;/Typeid&gt;
    &lt;Typetoewijzer&gt;sample string 2&lt;/Typetoewijzer&gt;
    &lt;Vervoer&gt;sample string 12&lt;/Vervoer&gt;
  &lt;/DynamicDataController.ZorgLegitimatiesV2Result&gt;
  &lt;DynamicDataController.ZorgLegitimatiesV2Result&gt;
    &lt;Aanmelddatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Aanmelddatumlegitimatieregel&gt;
    &lt;Afgiftedatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Afgiftedatumlegitimatie&gt;
    &lt;Awstatus&gt;1&lt;/Awstatus&gt;
    &lt;Awstatusomschrijving&gt;sample string 17&lt;/Awstatusomschrijving&gt;
    &lt;Categorie&gt;sample string 5&lt;/Categorie&gt;
    &lt;Categoriecode&gt;sample string 6&lt;/Categoriecode&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Codetoewijzer&gt;1&lt;/Codetoewijzer&gt;
    &lt;Commentaar&gt;sample string 15&lt;/Commentaar&gt;
    &lt;Coordinatorzorgthuis&gt;1&lt;/Coordinatorzorgthuis&gt;
    &lt;Dossierhouder&gt;1&lt;/Dossierhouder&gt;
    &lt;Eerstegrondslag&gt;sample string 13&lt;/Eerstegrondslag&gt;
    &lt;Einddatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Einddatumlegitimatie&gt;
    &lt;Einddatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Einddatumlegitimatieregel&gt;
    &lt;Leverancier&gt;sample string 4&lt;/Leverancier&gt;
    &lt;Leveringsstatus&gt;1&lt;/Leveringsstatus&gt;
    &lt;Leveringsvormomschrijving&gt;sample string 18&lt;/Leveringsvormomschrijving&gt;
    &lt;Leverinsstatusomschrijving&gt;sample string 16&lt;/Leverinsstatusomschrijving&gt;
    &lt;Omvang&gt;sample string 9&lt;/Omvang&gt;
    &lt;Omvangaantal&gt;1&lt;/Omvangaantal&gt;
    &lt;Omvangeenheid&gt;sample string 11&lt;/Omvangeenheid&gt;
    &lt;Omvangfrequentie&gt;sample string 10&lt;/Omvangfrequentie&gt;
    &lt;Opname&gt;true&lt;/Opname&gt;
    &lt;Referentietoewijzing&gt;1&lt;/Referentietoewijzing&gt;
    &lt;Startdatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Startdatumlegitimatie&gt;
    &lt;Startdatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Startdatumlegitimatieregel&gt;
    &lt;Toegewezenproduct&gt;sample string 7&lt;/Toegewezenproduct&gt;
    &lt;Toegewezenproductcode&gt;sample string 8&lt;/Toegewezenproductcode&gt;
    &lt;Toewijzer&gt;sample string 3&lt;/Toewijzer&gt;
    &lt;Toewijzingpercentage&gt;1&lt;/Toewijzingpercentage&gt;
    &lt;Toewijzingsdatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Toewijzingsdatumlegitimatieregel&gt;
    &lt;Tweedegrondslag&gt;sample string 14&lt;/Tweedegrondslag&gt;
    &lt;Type&gt;sample string 1&lt;/Type&gt;
    &lt;Typeid&gt;1&lt;/Typeid&gt;
    &lt;Typetoewijzer&gt;sample string 2&lt;/Typetoewijzer&gt;
    &lt;Vervoer&gt;sample string 12&lt;/Vervoer&gt;
  &lt;/DynamicDataController.ZorgLegitimatiesV2Result&gt;
&lt;/ArrayOfDynamicDataController.ZorgLegitimatiesV2Result&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDynamicDataController.ZorgLegitimatiesV2Result xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers&quot;&gt;
  &lt;DynamicDataController.ZorgLegitimatiesV2Result&gt;
    &lt;Aanmelddatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Aanmelddatumlegitimatieregel&gt;
    &lt;Afgiftedatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Afgiftedatumlegitimatie&gt;
    &lt;Awstatus&gt;1&lt;/Awstatus&gt;
    &lt;Awstatusomschrijving&gt;sample string 17&lt;/Awstatusomschrijving&gt;
    &lt;Categorie&gt;sample string 5&lt;/Categorie&gt;
    &lt;Categoriecode&gt;sample string 6&lt;/Categoriecode&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Codetoewijzer&gt;1&lt;/Codetoewijzer&gt;
    &lt;Commentaar&gt;sample string 15&lt;/Commentaar&gt;
    &lt;Coordinatorzorgthuis&gt;1&lt;/Coordinatorzorgthuis&gt;
    &lt;Dossierhouder&gt;1&lt;/Dossierhouder&gt;
    &lt;Eerstegrondslag&gt;sample string 13&lt;/Eerstegrondslag&gt;
    &lt;Einddatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Einddatumlegitimatie&gt;
    &lt;Einddatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Einddatumlegitimatieregel&gt;
    &lt;Leverancier&gt;sample string 4&lt;/Leverancier&gt;
    &lt;Leveringsstatus&gt;1&lt;/Leveringsstatus&gt;
    &lt;Leveringsvormomschrijving&gt;sample string 18&lt;/Leveringsvormomschrijving&gt;
    &lt;Leverinsstatusomschrijving&gt;sample string 16&lt;/Leverinsstatusomschrijving&gt;
    &lt;Omvang&gt;sample string 9&lt;/Omvang&gt;
    &lt;Omvangaantal&gt;1&lt;/Omvangaantal&gt;
    &lt;Omvangeenheid&gt;sample string 11&lt;/Omvangeenheid&gt;
    &lt;Omvangfrequentie&gt;sample string 10&lt;/Omvangfrequentie&gt;
    &lt;Opname&gt;true&lt;/Opname&gt;
    &lt;Referentietoewijzing&gt;1&lt;/Referentietoewijzing&gt;
    &lt;Startdatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Startdatumlegitimatie&gt;
    &lt;Startdatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Startdatumlegitimatieregel&gt;
    &lt;Toegewezenproduct&gt;sample string 7&lt;/Toegewezenproduct&gt;
    &lt;Toegewezenproductcode&gt;sample string 8&lt;/Toegewezenproductcode&gt;
    &lt;Toewijzer&gt;sample string 3&lt;/Toewijzer&gt;
    &lt;Toewijzingpercentage&gt;1&lt;/Toewijzingpercentage&gt;
    &lt;Toewijzingsdatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Toewijzingsdatumlegitimatieregel&gt;
    &lt;Tweedegrondslag&gt;sample string 14&lt;/Tweedegrondslag&gt;
    &lt;Type&gt;sample string 1&lt;/Type&gt;
    &lt;Typeid&gt;1&lt;/Typeid&gt;
    &lt;Typetoewijzer&gt;sample string 2&lt;/Typetoewijzer&gt;
    &lt;Vervoer&gt;sample string 12&lt;/Vervoer&gt;
  &lt;/DynamicDataController.ZorgLegitimatiesV2Result&gt;
  &lt;DynamicDataController.ZorgLegitimatiesV2Result&gt;
    &lt;Aanmelddatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Aanmelddatumlegitimatieregel&gt;
    &lt;Afgiftedatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Afgiftedatumlegitimatie&gt;
    &lt;Awstatus&gt;1&lt;/Awstatus&gt;
    &lt;Awstatusomschrijving&gt;sample string 17&lt;/Awstatusomschrijving&gt;
    &lt;Categorie&gt;sample string 5&lt;/Categorie&gt;
    &lt;Categoriecode&gt;sample string 6&lt;/Categoriecode&gt;
    &lt;Clientid&gt;1&lt;/Clientid&gt;
    &lt;Codetoewijzer&gt;1&lt;/Codetoewijzer&gt;
    &lt;Commentaar&gt;sample string 15&lt;/Commentaar&gt;
    &lt;Coordinatorzorgthuis&gt;1&lt;/Coordinatorzorgthuis&gt;
    &lt;Dossierhouder&gt;1&lt;/Dossierhouder&gt;
    &lt;Eerstegrondslag&gt;sample string 13&lt;/Eerstegrondslag&gt;
    &lt;Einddatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Einddatumlegitimatie&gt;
    &lt;Einddatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Einddatumlegitimatieregel&gt;
    &lt;Leverancier&gt;sample string 4&lt;/Leverancier&gt;
    &lt;Leveringsstatus&gt;1&lt;/Leveringsstatus&gt;
    &lt;Leveringsvormomschrijving&gt;sample string 18&lt;/Leveringsvormomschrijving&gt;
    &lt;Leverinsstatusomschrijving&gt;sample string 16&lt;/Leverinsstatusomschrijving&gt;
    &lt;Omvang&gt;sample string 9&lt;/Omvang&gt;
    &lt;Omvangaantal&gt;1&lt;/Omvangaantal&gt;
    &lt;Omvangeenheid&gt;sample string 11&lt;/Omvangeenheid&gt;
    &lt;Omvangfrequentie&gt;sample string 10&lt;/Omvangfrequentie&gt;
    &lt;Opname&gt;true&lt;/Opname&gt;
    &lt;Referentietoewijzing&gt;1&lt;/Referentietoewijzing&gt;
    &lt;Startdatumlegitimatie&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Startdatumlegitimatie&gt;
    &lt;Startdatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Startdatumlegitimatieregel&gt;
    &lt;Toegewezenproduct&gt;sample string 7&lt;/Toegewezenproduct&gt;
    &lt;Toegewezenproductcode&gt;sample string 8&lt;/Toegewezenproductcode&gt;
    &lt;Toewijzer&gt;sample string 3&lt;/Toewijzer&gt;
    &lt;Toewijzingpercentage&gt;1&lt;/Toewijzingpercentage&gt;
    &lt;Toewijzingsdatumlegitimatieregel&gt;2026-05-26T23:13:55.0254452+02:00&lt;/Toewijzingsdatumlegitimatieregel&gt;
    &lt;Tweedegrondslag&gt;sample string 14&lt;/Tweedegrondslag&gt;
    &lt;Type&gt;sample string 1&lt;/Type&gt;
    &lt;Typeid&gt;1&lt;/Typeid&gt;
    &lt;Typetoewijzer&gt;sample string 2&lt;/Typetoewijzer&gt;
    &lt;Vervoer&gt;sample string 12&lt;/Vervoer&gt;
  &lt;/DynamicDataController.ZorgLegitimatiesV2Result&gt;
&lt;/ArrayOfDynamicDataController.ZorgLegitimatiesV2Result&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/{appointmentId}">
                <doc title="PlanCare2Api/EmployeeAppointments/{appointmentId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/{appointmentId}/OccurrenceIndex/{occurrenceIndex}">
                <doc title="PlanCare2Api/EmployeeAppointments/{appointmentId}/OccurrenceIndex/{occurrenceIndex}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceIndex"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/EmployeeAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 5&quot;,
  &quot;Reason&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 7&quot;,
  &quot;StatusChangedById&quot;: 8,
  &quot;CreatedByName&quot;: &quot;sample string 9&quot;,
  &quot;CreatedById&quot;: 10,
  &quot;Remarks&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;Location&quot;: &quot;sample string 13&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 16&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 17&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 5&quot;,
  &quot;Reason&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 7&quot;,
  &quot;StatusChangedById&quot;: 8,
  &quot;CreatedByName&quot;: &quot;sample string 9&quot;,
  &quot;CreatedById&quot;: 10,
  &quot;Remarks&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;Location&quot;: &quot;sample string 13&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 16&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 17&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;EmployeeAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5410593+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:54.5410593+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
&lt;/EmployeeAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;EmployeeAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5410593+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:54.5410593+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
&lt;/EmployeeAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/ChangeOfEmployeeAppointments">
                <doc title="PlanCare2Api/EmployeeAppointments/ChangeOfEmployeeAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 5&quot;,
  &quot;Reason&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 7&quot;,
  &quot;StatusChangedById&quot;: 8,
  &quot;CreatedByName&quot;: &quot;sample string 9&quot;,
  &quot;CreatedById&quot;: 10,
  &quot;Remarks&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;Location&quot;: &quot;sample string 13&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 16&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 17&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 5&quot;,
  &quot;Reason&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 7&quot;,
  &quot;StatusChangedById&quot;: 8,
  &quot;CreatedByName&quot;: &quot;sample string 9&quot;,
  &quot;CreatedById&quot;: 10,
  &quot;Remarks&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;Location&quot;: &quot;sample string 13&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 16&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5410593+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 17&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfEmployeeAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5410593+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:54.5410593+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
&lt;/ChangeOfEmployeeAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfEmployeeAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5410593+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:54.5410593+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5410593+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5410593+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
&lt;/ChangeOfEmployeeAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/ChangeOfOccurrenceAppointments">
                <doc title="PlanCare2Api/EmployeeAppointments/ChangeOfOccurrenceAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:36.09474+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:36.09474+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:36.09474+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:36.09474+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfOccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:07:36.09474+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:07:36.09474+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/ChangeOfOccurrenceAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfOccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:07:36.09474+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:07:36.09474+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/ChangeOfOccurrenceAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/ChangeOfTimeRegistrationAppointments">
                <doc title="PlanCare2Api/EmployeeAppointments/ChangeOfTimeRegistrationAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractOfServiceId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;WorkTypeId&quot;: 1,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;EmployeeId&quot;: 3,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractOfServiceId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;WorkTypeId&quot;: 1,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;EmployeeId&quot;: 3,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfEmployeeTimeRegistrationAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5098092+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:54.5098092+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;3&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfEmployeeTimeRegistrationAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfEmployeeTimeRegistrationAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5098092+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:54.5098092+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;3&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfEmployeeTimeRegistrationAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/EmployeeAppointments">
                <doc title="PlanCare2Api/EmployeeAppointments/EmployeeAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
  &quot;Start&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 5&quot;,
  &quot;Reason&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 7&quot;,
  &quot;StatusChangedById&quot;: 8,
  &quot;CreatedByName&quot;: &quot;sample string 9&quot;,
  &quot;CreatedById&quot;: 10,
  &quot;Remarks&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;Location&quot;: &quot;sample string 13&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 16&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 17&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;EmployeeId&quot;: 1,
  &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
  &quot;Start&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 5&quot;,
  &quot;Reason&quot;: &quot;sample string 6&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 7&quot;,
  &quot;StatusChangedById&quot;: 8,
  &quot;CreatedByName&quot;: &quot;sample string 9&quot;,
  &quot;CreatedById&quot;: 10,
  &quot;Remarks&quot;: &quot;sample string 11&quot;,
  &quot;Id&quot;: 12,
  &quot;Location&quot;: &quot;sample string 13&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 16&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:08:11.8821115+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 17&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;EmployeeAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:11.8821115+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:08:11.8821115+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:08:11.8821115+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:11.8821115+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:11.8821115+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:11.8821115+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:11.8821115+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:11.8821115+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
&lt;/EmployeeAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;EmployeeAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:11.8821115+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:08:11.8821115+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:08:11.8821115+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:11.8821115+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:11.8821115+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:11.8821115+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:11.8821115+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:11.8821115+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
&lt;/EmployeeAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/OccurrenceAppointments">
                <doc title="PlanCare2Api/EmployeeAppointments/OccurrenceAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:08:34.8541347+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:34.8541347+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:08:34.8541347+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:34.8541347+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:08:34.8541347+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:08:34.8541347+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:08:34.8541347+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:08:34.8541347+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/OccurrenceAppointments/{appointmentId}">
                <doc title="PlanCare2Api/EmployeeAppointments/OccurrenceAppointments/{appointmentId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5566848+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5566848+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5566848+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5566848+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T23:13:54.5566848+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:54.5566848+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T23:13:54.5566848+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:54.5566848+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments/TimeRegistrationAppointments">
                <doc title="PlanCare2Api/EmployeeAppointments/TimeRegistrationAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ContractOfServiceId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;WorkTypeId&quot;: 1,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;EmployeeId&quot;: 3,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ContractOfServiceId&quot;: 1,
  &quot;ProductId&quot;: 2,
  &quot;WorkTypeId&quot;: 1,
  &quot;OrganizationEntityId&quot;: 1,
  &quot;EmployeeId&quot;: 3,
  &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
  &quot;Start&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 7&quot;,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;,
  &quot;Id&quot;: 14,
  &quot;Location&quot;: &quot;sample string 15&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5098092+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;EmployeeTimeRegistrationAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5098092+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:54.5098092+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;3&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/EmployeeTimeRegistrationAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;EmployeeTimeRegistrationAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5098092+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:54.5098092+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:54.5098092+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5098092+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;EmployeeId&gt;3&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
  &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
  &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/EmployeeTimeRegistrationAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/EmployeeAppointments?employeeId={employeeId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;includeDeletedOccurrences={includeDeletedOccurrences}&amp;excludeCalculatedOccurrences={excludeCalculatedOccurrences}">
                <doc title="PlanCare2Api/EmployeeAppointments?employeeId={employeeId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;includeDeletedOccurrences={includeDeletedOccurrences}&amp;excludeCalculatedOccurrences={excludeCalculatedOccurrences}" /> 
                <method name="GET">
                    <request>
 
                            <param name="employeeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="includeDeletedOccurrences"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                             <param name="excludeCalculatedOccurrences"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;EmployeeAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 5&quot;,
      &quot;Reason&quot;: &quot;sample string 6&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 7&quot;,
      &quot;StatusChangedById&quot;: 8,
      &quot;CreatedByName&quot;: &quot;sample string 9&quot;,
      &quot;CreatedById&quot;: 10,
      &quot;Remarks&quot;: &quot;sample string 11&quot;,
      &quot;Id&quot;: 12,
      &quot;Location&quot;: &quot;sample string 13&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 16&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;OccurrenceCount&quot;: 1,
        &quot;Periodicity&quot;: 1,
        &quot;Range&quot;: 0,
        &quot;Interval&quot;: 0,
        &quot;WeekDays&quot;: 1,
        &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
        &quot;Month&quot;: 1,
        &quot;DayNumber&quot;: 1,
        &quot;WeekOfMonth&quot;: 0
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
          &quot;Title&quot;: &quot;sample string 4&quot;,
          &quot;Location&quot;: &quot;sample string 5&quot;,
          &quot;ParentId&quot;: 6,
          &quot;OccurrenceIndex&quot;: 7,
          &quot;Type&quot;: 0,
          &quot;Reason&quot;: &quot;sample string 8&quot;,
          &quot;Status&quot;: 0,
          &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
          &quot;StatusChangedById&quot;: 10,
          &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
          &quot;CreatedById&quot;: 12,
          &quot;Remarks&quot;: &quot;sample string 13&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 17&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;ActionIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;LegacyActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;ActionId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;InterventionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;InterventionId&quot;: &quot;2499fe8f-8527-4976-8c6b-a40b8323c595&quot;,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;GeneralAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ContractAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;9&quot;,
      &quot;ContractId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;ProductName&quot;: &quot;sample string 3&quot;,
      &quot;ContractLineId&quot;: 1,
      &quot;CareTrajectId&quot;: 1,
      &quot;DOTLocationId&quot;: 1,
      &quot;WorkTypeId&quot;: 1,
      &quot;ProjectId&quot;: &quot;sample string 4&quot;,
      &quot;ProjectName&quot;: &quot;sample string 5&quot;,
      &quot;OrganizationEntityId&quot;: {
        &quot;$id&quot;: &quot;10&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ClientId&quot;: 6,
      &quot;ClientName&quot;: &quot;sample string 7&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 11&quot;,
      &quot;Reason&quot;: &quot;sample string 12&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
      &quot;StatusChangedById&quot;: 14,
      &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
      &quot;CreatedById&quot;: 16,
      &quot;Remarks&quot;: &quot;sample string 17&quot;,
      &quot;Id&quot;: 18,
      &quot;Location&quot;: &quot;sample string 19&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;9&quot;
    }
  ],
  &quot;ArrangementProductActAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;ArrangementProductActIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;AgreementAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;12&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;12&quot;
    }
  ],
  &quot;EmployeeTimeRegistrationAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;WorkTypeId&quot;: 1,
      &quot;OrganizationEntityId&quot;: 1,
      &quot;EmployeeId&quot;: 3,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;EmployeeAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 2&quot;,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 5&quot;,
      &quot;Reason&quot;: &quot;sample string 6&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 7&quot;,
      &quot;StatusChangedById&quot;: 8,
      &quot;CreatedByName&quot;: &quot;sample string 9&quot;,
      &quot;CreatedById&quot;: 10,
      &quot;Remarks&quot;: &quot;sample string 11&quot;,
      &quot;Id&quot;: 12,
      &quot;Location&quot;: &quot;sample string 13&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 16&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;OccurrenceCount&quot;: 1,
        &quot;Periodicity&quot;: 1,
        &quot;Range&quot;: 0,
        &quot;Interval&quot;: 0,
        &quot;WeekDays&quot;: 1,
        &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
        &quot;Month&quot;: 1,
        &quot;DayNumber&quot;: 1,
        &quot;WeekOfMonth&quot;: 0
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$id&quot;: &quot;4&quot;,
          &quot;Id&quot;: 1,
          &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
          &quot;Title&quot;: &quot;sample string 4&quot;,
          &quot;Location&quot;: &quot;sample string 5&quot;,
          &quot;ParentId&quot;: 6,
          &quot;OccurrenceIndex&quot;: 7,
          &quot;Type&quot;: 0,
          &quot;Reason&quot;: &quot;sample string 8&quot;,
          &quot;Status&quot;: 0,
          &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
          &quot;StatusChangedById&quot;: 10,
          &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
          &quot;CreatedById&quot;: 12,
          &quot;Remarks&quot;: &quot;sample string 13&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 17&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;ActionIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;5&quot;
    }
  ],
  &quot;LegacyActionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;6&quot;,
      &quot;ActionId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;6&quot;
    }
  ],
  &quot;InterventionAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;InterventionId&quot;: &quot;2499fe8f-8527-4976-8c6b-a40b8323c595&quot;,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;7&quot;
    }
  ],
  &quot;GeneralAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;8&quot;,
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;8&quot;
    }
  ],
  &quot;ContractAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;9&quot;,
      &quot;ContractId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;ProductName&quot;: &quot;sample string 3&quot;,
      &quot;ContractLineId&quot;: 1,
      &quot;CareTrajectId&quot;: 1,
      &quot;DOTLocationId&quot;: 1,
      &quot;WorkTypeId&quot;: 1,
      &quot;ProjectId&quot;: &quot;sample string 4&quot;,
      &quot;ProjectName&quot;: &quot;sample string 5&quot;,
      &quot;OrganizationEntityId&quot;: {
        &quot;$id&quot;: &quot;10&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ClientId&quot;: 6,
      &quot;ClientName&quot;: &quot;sample string 7&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 8&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 11&quot;,
      &quot;Reason&quot;: &quot;sample string 12&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 13&quot;,
      &quot;StatusChangedById&quot;: 14,
      &quot;CreatedByName&quot;: &quot;sample string 15&quot;,
      &quot;CreatedById&quot;: 16,
      &quot;Remarks&quot;: &quot;sample string 17&quot;,
      &quot;Id&quot;: 18,
      &quot;Location&quot;: &quot;sample string 19&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 22&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 23&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;9&quot;
    }
  ],
  &quot;ArrangementProductActAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;ArrangementProductActIds&quot;: [
        1,
        2
      ],
      &quot;ClientId&quot;: 1,
      &quot;ClientName&quot;: &quot;sample string 2&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 6&quot;,
      &quot;Reason&quot;: &quot;sample string 7&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
      &quot;StatusChangedById&quot;: 9,
      &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
      &quot;CreatedById&quot;: 11,
      &quot;Remarks&quot;: &quot;sample string 12&quot;,
      &quot;Id&quot;: 13,
      &quot;Location&quot;: &quot;sample string 14&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ],
  &quot;AgreementAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;12&quot;,
      &quot;AgreementId&quot;: 1,
      &quot;ClientId&quot;: 2,
      &quot;ClientName&quot;: &quot;sample string 3&quot;,
      &quot;EmployeeId&quot;: 1,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;EmploymentId&quot;: 1,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;12&quot;
    }
  ],
  &quot;EmployeeTimeRegistrationAppointments&quot;: [
    {
      &quot;$id&quot;: &quot;13&quot;,
      &quot;ContractOfServiceId&quot;: 1,
      &quot;ProductId&quot;: 2,
      &quot;WorkTypeId&quot;: 1,
      &quot;OrganizationEntityId&quot;: 1,
      &quot;EmployeeId&quot;: 3,
      &quot;EmployeeName&quot;: &quot;sample string 4&quot;,
      &quot;Start&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:54.5254342+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 7&quot;,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;,
      &quot;Id&quot;: 14,
      &quot;Location&quot;: &quot;sample string 15&quot;,
      &quot;MovesToNextDay&quot;: true,
      &quot;IsAllDay&quot;: true,
      &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 18&quot;,
      &quot;RecurrenceInfo&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;RecurrenceOccurrences&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;Type&quot;: 0,
      &quot;ShiftId&quot;: 1,
      &quot;ContractInfo&quot;: &quot;sample string 19&quot;,
      &quot;WeekPlanningId&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;13&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;EmployeeAppointmentsCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ActionAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ActionIds&gt;
    &lt;/d2p1:ActionAppointment&gt;
    &lt;d2p1:ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ActionIds&gt;
    &lt;/d2p1:ActionAppointment&gt;
  &lt;/ActionAppointments&gt;
  &lt;AgreementAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:AgreementId&gt;1&lt;/d2p1:AgreementId&gt;
    &lt;/d2p1:AgreementAppointment&gt;
    &lt;d2p1:AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:AgreementId&gt;1&lt;/d2p1:AgreementId&gt;
    &lt;/d2p1:AgreementAppointment&gt;
  &lt;/AgreementAppointments&gt;
  &lt;ArrangementProductActAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ArrangementProductActIds&gt;
    &lt;/d2p1:ArrangementProductActAppointment&gt;
    &lt;d2p1:ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ArrangementProductActIds&gt;
    &lt;/d2p1:ArrangementProductActAppointment&gt;
  &lt;/ArrangementProductActAppointments&gt;
  &lt;ContractAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;6&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 7&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 8&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:CareTrajectId&gt;1&lt;/d2p1:CareTrajectId&gt;
      &lt;d2p1:ContractId&gt;1&lt;/d2p1:ContractId&gt;
      &lt;d2p1:ContractLineId&gt;1&lt;/d2p1:ContractLineId&gt;
      &lt;d2p1:DOTLocationId&gt;1&lt;/d2p1:DOTLocationId&gt;
      &lt;d2p1:OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d2p1:OrganizationEntityId&gt;
      &lt;d2p1:ProductId&gt;2&lt;/d2p1:ProductId&gt;
      &lt;d2p1:ProductName&gt;sample string 3&lt;/d2p1:ProductName&gt;
      &lt;d2p1:ProjectId&gt;sample string 4&lt;/d2p1:ProjectId&gt;
      &lt;d2p1:ProjectName&gt;sample string 5&lt;/d2p1:ProjectName&gt;
      &lt;d2p1:WorkTypeId&gt;1&lt;/d2p1:WorkTypeId&gt;
    &lt;/d2p1:ContractAppointment&gt;
    &lt;d2p1:ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;6&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 7&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 8&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:CareTrajectId&gt;1&lt;/d2p1:CareTrajectId&gt;
      &lt;d2p1:ContractId&gt;1&lt;/d2p1:ContractId&gt;
      &lt;d2p1:ContractLineId&gt;1&lt;/d2p1:ContractLineId&gt;
      &lt;d2p1:DOTLocationId&gt;1&lt;/d2p1:DOTLocationId&gt;
      &lt;d2p1:OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d2p1:OrganizationEntityId&gt;
      &lt;d2p1:ProductId&gt;2&lt;/d2p1:ProductId&gt;
      &lt;d2p1:ProductName&gt;sample string 3&lt;/d2p1:ProductName&gt;
      &lt;d2p1:ProjectId&gt;sample string 4&lt;/d2p1:ProjectId&gt;
      &lt;d2p1:ProjectName&gt;sample string 5&lt;/d2p1:ProjectName&gt;
      &lt;d2p1:WorkTypeId&gt;1&lt;/d2p1:WorkTypeId&gt;
    &lt;/d2p1:ContractAppointment&gt;
  &lt;/ContractAppointments&gt;
  &lt;EmployeeAppointments&gt;
    &lt;EmployeeAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;/EmployeeAppointment&gt;
    &lt;EmployeeAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;/EmployeeAppointment&gt;
  &lt;/EmployeeAppointments&gt;
  &lt;EmployeeTimeRegistrationAppointments&gt;
    &lt;EmployeeTimeRegistrationAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;EmployeeId&gt;3&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/EmployeeTimeRegistrationAppointment&gt;
    &lt;EmployeeTimeRegistrationAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;EmployeeId&gt;3&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/EmployeeTimeRegistrationAppointment&gt;
  &lt;/EmployeeTimeRegistrationAppointments&gt;
  &lt;GeneralAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
    &lt;/d2p1:GeneralAppointment&gt;
    &lt;d2p1:GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
    &lt;/d2p1:GeneralAppointment&gt;
  &lt;/GeneralAppointments&gt;
  &lt;InterventionAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:InterventionId&gt;2499fe8f-8527-4976-8c6b-a40b8323c595&lt;/d2p1:InterventionId&gt;
    &lt;/d2p1:InterventionAppointment&gt;
    &lt;d2p1:InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:InterventionId&gt;2499fe8f-8527-4976-8c6b-a40b8323c595&lt;/d2p1:InterventionId&gt;
    &lt;/d2p1:InterventionAppointment&gt;
  &lt;/InterventionAppointments&gt;
  &lt;LegacyActionAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ActionId&gt;1&lt;/d2p1:ActionId&gt;
    &lt;/d2p1:LegacyActionAppointment&gt;
    &lt;d2p1:LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ActionId&gt;1&lt;/d2p1:ActionId&gt;
    &lt;/d2p1:LegacyActionAppointment&gt;
  &lt;/LegacyActionAppointments&gt;
&lt;/EmployeeAppointmentsCollection&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;EmployeeAppointmentsCollection xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Employee&quot;&gt;
  &lt;ActionAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ActionIds&gt;
    &lt;/d2p1:ActionAppointment&gt;
    &lt;d2p1:ActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ActionIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ActionIds&gt;
    &lt;/d2p1:ActionAppointment&gt;
  &lt;/ActionAppointments&gt;
  &lt;AgreementAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:AgreementId&gt;1&lt;/d2p1:AgreementId&gt;
    &lt;/d2p1:AgreementAppointment&gt;
    &lt;d2p1:AgreementAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:AgreementId&gt;1&lt;/d2p1:AgreementId&gt;
    &lt;/d2p1:AgreementAppointment&gt;
  &lt;/AgreementAppointments&gt;
  &lt;ArrangementProductActAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ArrangementProductActIds&gt;
    &lt;/d2p1:ArrangementProductActAppointment&gt;
    &lt;d2p1:ArrangementProductActAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ArrangementProductActIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/d2p1:ArrangementProductActIds&gt;
    &lt;/d2p1:ArrangementProductActAppointment&gt;
  &lt;/ArrangementProductActAppointments&gt;
  &lt;ContractAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;6&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 7&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 8&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:CareTrajectId&gt;1&lt;/d2p1:CareTrajectId&gt;
      &lt;d2p1:ContractId&gt;1&lt;/d2p1:ContractId&gt;
      &lt;d2p1:ContractLineId&gt;1&lt;/d2p1:ContractLineId&gt;
      &lt;d2p1:DOTLocationId&gt;1&lt;/d2p1:DOTLocationId&gt;
      &lt;d2p1:OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d2p1:OrganizationEntityId&gt;
      &lt;d2p1:ProductId&gt;2&lt;/d2p1:ProductId&gt;
      &lt;d2p1:ProductName&gt;sample string 3&lt;/d2p1:ProductName&gt;
      &lt;d2p1:ProjectId&gt;sample string 4&lt;/d2p1:ProjectId&gt;
      &lt;d2p1:ProjectName&gt;sample string 5&lt;/d2p1:ProjectName&gt;
      &lt;d2p1:WorkTypeId&gt;1&lt;/d2p1:WorkTypeId&gt;
    &lt;/d2p1:ContractAppointment&gt;
    &lt;d2p1:ContractAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 23&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;16&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 22&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;18&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;6&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 7&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 8&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:CareTrajectId&gt;1&lt;/d2p1:CareTrajectId&gt;
      &lt;d2p1:ContractId&gt;1&lt;/d2p1:ContractId&gt;
      &lt;d2p1:ContractLineId&gt;1&lt;/d2p1:ContractLineId&gt;
      &lt;d2p1:DOTLocationId&gt;1&lt;/d2p1:DOTLocationId&gt;
      &lt;d2p1:OrganizationEntityId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d2p1:OrganizationEntityId&gt;
      &lt;d2p1:ProductId&gt;2&lt;/d2p1:ProductId&gt;
      &lt;d2p1:ProductName&gt;sample string 3&lt;/d2p1:ProductName&gt;
      &lt;d2p1:ProjectId&gt;sample string 4&lt;/d2p1:ProjectId&gt;
      &lt;d2p1:ProjectName&gt;sample string 5&lt;/d2p1:ProjectName&gt;
      &lt;d2p1:WorkTypeId&gt;1&lt;/d2p1:WorkTypeId&gt;
    &lt;/d2p1:ContractAppointment&gt;
  &lt;/ContractAppointments&gt;
  &lt;EmployeeAppointments&gt;
    &lt;EmployeeAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;/EmployeeAppointment&gt;
    &lt;EmployeeAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 16&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;8&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 5&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 2&lt;/EmployeeName&gt;
    &lt;/EmployeeAppointment&gt;
  &lt;/EmployeeAppointments&gt;
  &lt;EmployeeTimeRegistrationAppointments&gt;
    &lt;EmployeeTimeRegistrationAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;EmployeeId&gt;3&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/EmployeeTimeRegistrationAppointment&gt;
    &lt;EmployeeTimeRegistrationAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;EmployeeId&gt;3&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 4&lt;/EmployeeName&gt;
      &lt;ContractOfServiceId&gt;1&lt;/ContractOfServiceId&gt;
      &lt;OrganizationEntityId&gt;1&lt;/OrganizationEntityId&gt;
      &lt;ProductId&gt;2&lt;/ProductId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
    &lt;/EmployeeTimeRegistrationAppointment&gt;
  &lt;/EmployeeTimeRegistrationAppointments&gt;
  &lt;GeneralAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
    &lt;/d2p1:GeneralAppointment&gt;
    &lt;d2p1:GeneralAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;1&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 2&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 3&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
    &lt;/d2p1:GeneralAppointment&gt;
  &lt;/GeneralAppointments&gt;
  &lt;InterventionAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:InterventionId&gt;2499fe8f-8527-4976-8c6b-a40b8323c595&lt;/d2p1:InterventionId&gt;
    &lt;/d2p1:InterventionAppointment&gt;
    &lt;d2p1:InterventionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:InterventionId&gt;2499fe8f-8527-4976-8c6b-a40b8323c595&lt;/d2p1:InterventionId&gt;
    &lt;/d2p1:InterventionAppointment&gt;
  &lt;/InterventionAppointments&gt;
  &lt;LegacyActionAppointments xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Client&quot;&gt;
    &lt;d2p1:LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ActionId&gt;1&lt;/d2p1:ActionId&gt;
    &lt;/d2p1:LegacyActionAppointment&gt;
    &lt;d2p1:LegacyActionAppointment&gt;
      &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 19&lt;/ContractInfo&gt;
      &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
      &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/FriendlyRecurrenceInfo&gt;
      &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;14&lt;/Id&gt;
      &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
      &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 15&lt;/Location&gt;
      &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
      &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/Reason&gt;
      &lt;RecurrenceInfo xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;d4p1:DayNumber&gt;1&lt;/d4p1:DayNumber&gt;
        &lt;d4p1:Interval&gt;Daily&lt;/d4p1:Interval&gt;
        &lt;d4p1:Month&gt;1&lt;/d4p1:Month&gt;
        &lt;d4p1:OccurrenceCount&gt;1&lt;/d4p1:OccurrenceCount&gt;
        &lt;d4p1:Periodicity&gt;1&lt;/d4p1:Periodicity&gt;
        &lt;d4p1:Range&gt;NoEndDate&lt;/d4p1:Range&gt;
        &lt;d4p1:RecurrenceEnd&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:54.5254342+02:00&lt;/d4p1:RecurrenceStart&gt;
        &lt;d4p1:WeekDays&gt;Sunday&lt;/d4p1:WeekDays&gt;
        &lt;d4p1:WeekOfMonth&gt;None&lt;/d4p1:WeekOfMonth&gt;
      &lt;/RecurrenceInfo&gt;
      &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
        &lt;OccurrenceAppointment&gt;
          &lt;CreatedById&gt;12&lt;/CreatedById&gt;
          &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
          &lt;End&gt;2026-05-26T23:13:54.5254342+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
          &lt;Title&gt;sample string 4&lt;/Title&gt;
          &lt;Type&gt;Occurrence&lt;/Type&gt;
        &lt;/OccurrenceAppointment&gt;
      &lt;/RecurrenceOccurrences&gt;
      &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 13&lt;/Remarks&gt;
      &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
      &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:54.5254342+02:00&lt;/Start&gt;
      &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Title&gt;
      &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
      &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
      &lt;d2p1:ClientId&gt;2&lt;/d2p1:ClientId&gt;
      &lt;d2p1:ClientName&gt;sample string 3&lt;/d2p1:ClientName&gt;
      &lt;d2p1:ContractOfServiceId&gt;1&lt;/d2p1:ContractOfServiceId&gt;
      &lt;d2p1:EmployeeId&gt;1&lt;/d2p1:EmployeeId&gt;
      &lt;d2p1:EmployeeName&gt;sample string 4&lt;/d2p1:EmployeeName&gt;
      &lt;d2p1:EmploymentId&gt;1&lt;/d2p1:EmploymentId&gt;
      &lt;d2p1:ActionId&gt;1&lt;/d2p1:ActionId&gt;
    &lt;/d2p1:LegacyActionAppointment&gt;
  &lt;/LegacyActionAppointments&gt;
&lt;/EmployeeAppointmentsCollection&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/{employeeId}/Disciplines">
                <doc title="PlanCare2Api/Employees/{employeeId}/Disciplines" /> 
                <method name="GET">
                    <request>
 
                            <param name="employeeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDiscipline xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
&lt;/ArrayOfDiscipline&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDiscipline xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
&lt;/ArrayOfDiscipline&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/{employeeId}/Employments?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Employees/{employeeId}/Employments?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="employeeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.3223049+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.3223049+02:00&quot;,
    &quot;IsDefaultEmployment&quot;: true,
    &quot;IsDefaultForLogin&quot;: true,
    &quot;OrganizationEntityId&quot;: 7,
    &quot;OrganizationEntityName&quot;: &quot;sample string 8&quot;,
    &quot;Discipline&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineId&quot;: 1,
    &quot;EmploymentReferenceNumber&quot;: &quot;sample string 10&quot;,
    &quot;HoursPerWeek&quot;: 1,
    &quot;DaysPerWeek&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.3223049+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.3223049+02:00&quot;,
    &quot;IsDefaultEmployment&quot;: true,
    &quot;IsDefaultForLogin&quot;: true,
    &quot;OrganizationEntityId&quot;: 7,
    &quot;OrganizationEntityName&quot;: &quot;sample string 8&quot;,
    &quot;Discipline&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineId&quot;: 1,
    &quot;EmploymentReferenceNumber&quot;: &quot;sample string 10&quot;,
    &quot;HoursPerWeek&quot;: 1,
    &quot;DaysPerWeek&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfEmployment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
&lt;/ArrayOfEmployment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfEmployment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
&lt;/ArrayOfEmployment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/Authorizations/Calendar">
                <doc title="PlanCare2Api/Employees/Authorizations/Calendar" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TargetEmployeeId&quot;: 1,
    &quot;TargetEmployeeName&quot;: &quot;sample string 2&quot;,
    &quot;TargetAccessUserId&quot;: 1,
    &quot;TargetRelationId&quot;: 3,
    &quot;PermissionType&quot;: 0
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TargetEmployeeId&quot;: 1,
    &quot;TargetEmployeeName&quot;: &quot;sample string 2&quot;,
    &quot;TargetAccessUserId&quot;: 1,
    &quot;TargetRelationId&quot;: 3,
    &quot;PermissionType&quot;: 0
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCalendarAuthorizedPermission xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;CalendarAuthorizedPermission&gt;
    &lt;PermissionType&gt;Deny&lt;/PermissionType&gt;
    &lt;TargetAccessUserId&gt;1&lt;/TargetAccessUserId&gt;
    &lt;TargetEmployeeId&gt;1&lt;/TargetEmployeeId&gt;
    &lt;TargetEmployeeName&gt;sample string 2&lt;/TargetEmployeeName&gt;
    &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
  &lt;/CalendarAuthorizedPermission&gt;
  &lt;CalendarAuthorizedPermission&gt;
    &lt;PermissionType&gt;Deny&lt;/PermissionType&gt;
    &lt;TargetAccessUserId&gt;1&lt;/TargetAccessUserId&gt;
    &lt;TargetEmployeeId&gt;1&lt;/TargetEmployeeId&gt;
    &lt;TargetEmployeeName&gt;sample string 2&lt;/TargetEmployeeName&gt;
    &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
  &lt;/CalendarAuthorizedPermission&gt;
&lt;/ArrayOfCalendarAuthorizedPermission&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCalendarAuthorizedPermission xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;CalendarAuthorizedPermission&gt;
    &lt;PermissionType&gt;Deny&lt;/PermissionType&gt;
    &lt;TargetAccessUserId&gt;1&lt;/TargetAccessUserId&gt;
    &lt;TargetEmployeeId&gt;1&lt;/TargetEmployeeId&gt;
    &lt;TargetEmployeeName&gt;sample string 2&lt;/TargetEmployeeName&gt;
    &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
  &lt;/CalendarAuthorizedPermission&gt;
  &lt;CalendarAuthorizedPermission&gt;
    &lt;PermissionType&gt;Deny&lt;/PermissionType&gt;
    &lt;TargetAccessUserId&gt;1&lt;/TargetAccessUserId&gt;
    &lt;TargetEmployeeId&gt;1&lt;/TargetEmployeeId&gt;
    &lt;TargetEmployeeName&gt;sample string 2&lt;/TargetEmployeeName&gt;
    &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
  &lt;/CalendarAuthorizedPermission&gt;
&lt;/ArrayOfCalendarAuthorizedPermission&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/Cases?employeeIds[0]={employeeIds[0]}&amp;employeeIds[1]={employeeIds[1]}">
                <doc title="PlanCare2Api/Employees/Cases?employeeIds[0]={employeeIds[0]}&amp;employeeIds[1]={employeeIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="employeeIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientName&quot;: &quot;sample string 1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientName&quot;: &quot;sample string 1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCase xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Case&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 1&lt;/ClientName&gt;
  &lt;/Case&gt;
  &lt;Case&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 1&lt;/ClientName&gt;
  &lt;/Case&gt;
&lt;/ArrayOfCase&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCase xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Case&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 1&lt;/ClientName&gt;
  &lt;/Case&gt;
  &lt;Case&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 1&lt;/ClientName&gt;
  &lt;/Case&gt;
&lt;/ArrayOfCase&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/ChangeOfCaseload">
                <doc title="PlanCare2Api/Employees/ChangeOfCaseload" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ArrayOfIdentity xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
  &lt;Identity&gt;
    &lt;Identifier&gt;sample string 1&lt;/Identifier&gt;
    &lt;Type&gt;ExternalId&lt;/Type&gt;
  &lt;/Identity&gt;
  &lt;Identity&gt;
    &lt;Identifier&gt;sample string 1&lt;/Identifier&gt;
    &lt;Type&gt;ExternalId&lt;/Type&gt;
  &lt;/Identity&gt;
&lt;/ArrayOfIdentity&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ArrayOfIdentity xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
  &lt;Identity&gt;
    &lt;Identifier&gt;sample string 1&lt;/Identifier&gt;
    &lt;Type&gt;ExternalId&lt;/Type&gt;
  &lt;/Identity&gt;
  &lt;Identity&gt;
    &lt;Identifier&gt;sample string 1&lt;/Identifier&gt;
    &lt;Type&gt;ExternalId&lt;/Type&gt;
  &lt;/Identity&gt;
&lt;/ArrayOfIdentity&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/Current">
                <doc title="PlanCare2Api/Employees/Current" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;EmployeeId&quot;: 2,
  &quot;BSN&quot;: &quot;sample string 3&quot;,
  &quot;FirstName&quot;: &quot;sample string 4&quot;,
  &quot;LastName&quot;: &quot;sample string 5&quot;,
  &quot;LookupName&quot;: &quot;sample string 6&quot;,
  &quot;Prefix&quot;: &quot;sample string 7&quot;,
  &quot;Gender&quot;: 8,
  &quot;GenderNumber&quot;: 8,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:54.2910557+02:00&quot;,
  &quot;AccessUserId&quot;: 10,
  &quot;DateOfRemoval&quot;: &quot;2026-05-26T23:13:54.2910557+02:00&quot;,
  &quot;RegistrationNumber&quot;: &quot;sample string 11&quot;,
  &quot;WindowsUsername&quot;: &quot;sample string 12&quot;,
  &quot;EmailAddresses&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AccessUsername&quot;: &quot;sample string 13&quot;,
  &quot;MobilePhoneNumbers&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Rank&quot;: 64,
      &quot;Value&quot;: &quot;sample string 1&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;AutoLoginWithDefaultLoginEmployment&quot;: true,
  &quot;IsAuthorizedForTimeRegistration&quot;: true,
  &quot;IsServiceAccount&quot;: true,
  &quot;AllowAccessEmployeePortal&quot;: true,
  &quot;PortalEmail&quot;: &quot;sample string 18&quot;,
  &quot;IsLocked&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;EmployeeId&quot;: 2,
  &quot;BSN&quot;: &quot;sample string 3&quot;,
  &quot;FirstName&quot;: &quot;sample string 4&quot;,
  &quot;LastName&quot;: &quot;sample string 5&quot;,
  &quot;LookupName&quot;: &quot;sample string 6&quot;,
  &quot;Prefix&quot;: &quot;sample string 7&quot;,
  &quot;Gender&quot;: 8,
  &quot;GenderNumber&quot;: 8,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:54.2910557+02:00&quot;,
  &quot;AccessUserId&quot;: 10,
  &quot;DateOfRemoval&quot;: &quot;2026-05-26T23:13:54.2910557+02:00&quot;,
  &quot;RegistrationNumber&quot;: &quot;sample string 11&quot;,
  &quot;WindowsUsername&quot;: &quot;sample string 12&quot;,
  &quot;EmailAddresses&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AccessUsername&quot;: &quot;sample string 13&quot;,
  &quot;MobilePhoneNumbers&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Rank&quot;: 64,
      &quot;Value&quot;: &quot;sample string 1&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;AutoLoginWithDefaultLoginEmployment&quot;: true,
  &quot;IsAuthorizedForTimeRegistration&quot;: true,
  &quot;IsServiceAccount&quot;: true,
  &quot;AllowAccessEmployeePortal&quot;: true,
  &quot;PortalEmail&quot;: &quot;sample string 18&quot;,
  &quot;IsLocked&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;Employee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;AccessUserId&gt;10&lt;/AccessUserId&gt;
  &lt;AccessUsername&gt;sample string 13&lt;/AccessUsername&gt;
  &lt;AllowAccessEmployeePortal&gt;true&lt;/AllowAccessEmployeePortal&gt;
  &lt;AutoLoginWithDefaultLoginEmployment&gt;true&lt;/AutoLoginWithDefaultLoginEmployment&gt;
  &lt;BSN&gt;sample string 3&lt;/BSN&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:54.2910557+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfRemoval&gt;2026-05-26T23:13:54.2910557+02:00&lt;/DateOfRemoval&gt;
  &lt;EmailAddresses xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/EmailAddresses&gt;
  &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
  &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
  &lt;GenderNumber&gt;8&lt;/GenderNumber&gt;
  &lt;IsAuthorizedForTimeRegistration&gt;true&lt;/IsAuthorizedForTimeRegistration&gt;
  &lt;IsLocked&gt;true&lt;/IsLocked&gt;
  &lt;IsServiceAccount&gt;true&lt;/IsServiceAccount&gt;
  &lt;LastName&gt;sample string 5&lt;/LastName&gt;
  &lt;LookupName&gt;sample string 6&lt;/LookupName&gt;
  &lt;MobilePhoneNumbers&gt;
    &lt;PhoneNumber&gt;
      &lt;Rank&gt;64&lt;/Rank&gt;
      &lt;Value&gt;sample string 1&lt;/Value&gt;
    &lt;/PhoneNumber&gt;
    &lt;PhoneNumber&gt;
      &lt;Rank&gt;64&lt;/Rank&gt;
      &lt;Value&gt;sample string 1&lt;/Value&gt;
    &lt;/PhoneNumber&gt;
  &lt;/MobilePhoneNumbers&gt;
  &lt;PortalEmail&gt;sample string 18&lt;/PortalEmail&gt;
  &lt;Prefix&gt;sample string 7&lt;/Prefix&gt;
  &lt;RegistrationNumber&gt;sample string 11&lt;/RegistrationNumber&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;WindowsUsername&gt;sample string 12&lt;/WindowsUsername&gt;
&lt;/Employee&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;Employee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;AccessUserId&gt;10&lt;/AccessUserId&gt;
  &lt;AccessUsername&gt;sample string 13&lt;/AccessUsername&gt;
  &lt;AllowAccessEmployeePortal&gt;true&lt;/AllowAccessEmployeePortal&gt;
  &lt;AutoLoginWithDefaultLoginEmployment&gt;true&lt;/AutoLoginWithDefaultLoginEmployment&gt;
  &lt;BSN&gt;sample string 3&lt;/BSN&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:54.2910557+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfRemoval&gt;2026-05-26T23:13:54.2910557+02:00&lt;/DateOfRemoval&gt;
  &lt;EmailAddresses xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/EmailAddresses&gt;
  &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
  &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
  &lt;GenderNumber&gt;8&lt;/GenderNumber&gt;
  &lt;IsAuthorizedForTimeRegistration&gt;true&lt;/IsAuthorizedForTimeRegistration&gt;
  &lt;IsLocked&gt;true&lt;/IsLocked&gt;
  &lt;IsServiceAccount&gt;true&lt;/IsServiceAccount&gt;
  &lt;LastName&gt;sample string 5&lt;/LastName&gt;
  &lt;LookupName&gt;sample string 6&lt;/LookupName&gt;
  &lt;MobilePhoneNumbers&gt;
    &lt;PhoneNumber&gt;
      &lt;Rank&gt;64&lt;/Rank&gt;
      &lt;Value&gt;sample string 1&lt;/Value&gt;
    &lt;/PhoneNumber&gt;
    &lt;PhoneNumber&gt;
      &lt;Rank&gt;64&lt;/Rank&gt;
      &lt;Value&gt;sample string 1&lt;/Value&gt;
    &lt;/PhoneNumber&gt;
  &lt;/MobilePhoneNumbers&gt;
  &lt;PortalEmail&gt;sample string 18&lt;/PortalEmail&gt;
  &lt;Prefix&gt;sample string 7&lt;/Prefix&gt;
  &lt;RegistrationNumber&gt;sample string 11&lt;/RegistrationNumber&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;WindowsUsername&gt;sample string 12&lt;/WindowsUsername&gt;
&lt;/Employee&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/Current/Cases">
                <doc title="PlanCare2Api/Employees/Current/Cases" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientName&quot;: &quot;sample string 1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;ClientName&quot;: &quot;sample string 1&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCase xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Case&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 1&lt;/ClientName&gt;
  &lt;/Case&gt;
  &lt;Case&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 1&lt;/ClientName&gt;
  &lt;/Case&gt;
&lt;/ArrayOfCase&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCase xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Case&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 1&lt;/ClientName&gt;
  &lt;/Case&gt;
  &lt;Case&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 1&lt;/ClientName&gt;
  &lt;/Case&gt;
&lt;/ArrayOfCase&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/Current/Employments?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Employees/Current/Employments?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
    &quot;IsDefaultEmployment&quot;: true,
    &quot;IsDefaultForLogin&quot;: true,
    &quot;OrganizationEntityId&quot;: 7,
    &quot;OrganizationEntityName&quot;: &quot;sample string 8&quot;,
    &quot;Discipline&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineId&quot;: 1,
    &quot;EmploymentReferenceNumber&quot;: &quot;sample string 10&quot;,
    &quot;HoursPerWeek&quot;: 1,
    &quot;DaysPerWeek&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
    &quot;IsDefaultEmployment&quot;: true,
    &quot;IsDefaultForLogin&quot;: true,
    &quot;OrganizationEntityId&quot;: 7,
    &quot;OrganizationEntityName&quot;: &quot;sample string 8&quot;,
    &quot;Discipline&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineId&quot;: 1,
    &quot;EmploymentReferenceNumber&quot;: &quot;sample string 10&quot;,
    &quot;HoursPerWeek&quot;: 1,
    &quot;DaysPerWeek&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfEmployment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3535562+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3535562+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3535562+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3535562+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
&lt;/ArrayOfEmployment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfEmployment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3535562+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3535562+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3535562+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3535562+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
&lt;/ArrayOfEmployment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/Disciplines">
                <doc title="PlanCare2Api/Employees/Disciplines" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Employee&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;DisciplineIds&quot;: [
      1,
      2
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Employee&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;DisciplineIds&quot;: [
      1,
      2
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfEmployeeDisciplines xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;EmployeeDisciplines&gt;
    &lt;DisciplineIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/DisciplineIds&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
  &lt;/EmployeeDisciplines&gt;
  &lt;EmployeeDisciplines&gt;
    &lt;DisciplineIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/DisciplineIds&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
  &lt;/EmployeeDisciplines&gt;
&lt;/ArrayOfEmployeeDisciplines&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfEmployeeDisciplines xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;EmployeeDisciplines&gt;
    &lt;DisciplineIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/DisciplineIds&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
  &lt;/EmployeeDisciplines&gt;
  &lt;EmployeeDisciplines&gt;
    &lt;DisciplineIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/DisciplineIds&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
  &lt;/EmployeeDisciplines&gt;
&lt;/ArrayOfEmployeeDisciplines&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees/Employments?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Employees/Employments?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.3223049+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.3223049+02:00&quot;,
    &quot;IsDefaultEmployment&quot;: true,
    &quot;IsDefaultForLogin&quot;: true,
    &quot;OrganizationEntityId&quot;: 7,
    &quot;OrganizationEntityName&quot;: &quot;sample string 8&quot;,
    &quot;Discipline&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineId&quot;: 1,
    &quot;EmploymentReferenceNumber&quot;: &quot;sample string 10&quot;,
    &quot;HoursPerWeek&quot;: 1,
    &quot;DaysPerWeek&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.3223049+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.3223049+02:00&quot;,
    &quot;IsDefaultEmployment&quot;: true,
    &quot;IsDefaultForLogin&quot;: true,
    &quot;OrganizationEntityId&quot;: 7,
    &quot;OrganizationEntityName&quot;: &quot;sample string 8&quot;,
    &quot;Discipline&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineId&quot;: 1,
    &quot;EmploymentReferenceNumber&quot;: &quot;sample string 10&quot;,
    &quot;HoursPerWeek&quot;: 1,
    &quot;DaysPerWeek&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfEmployment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
&lt;/ArrayOfEmployment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfEmployment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
  &lt;Employment&gt;
    &lt;DaysPerWeek&gt;1&lt;/DaysPerWeek&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Discipline&gt;sample string 9&lt;/Discipline&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;EmploymentReferenceNumber&gt;sample string 10&lt;/EmploymentReferenceNumber&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/EndDate&gt;
    &lt;HoursPerWeek&gt;1&lt;/HoursPerWeek&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefaultEmployment&gt;true&lt;/IsDefaultEmployment&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityId&gt;7&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 8&lt;/OrganizationEntityName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.3223049+02:00&lt;/StartDate&gt;
  &lt;/Employment&gt;
&lt;/ArrayOfEmployment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees?referenceDate={referenceDate}&amp;isLocked={isLocked}&amp;allowAccessEmployeePortal={allowAccessEmployeePortal}">
                <doc title="PlanCare2Api/Employees?referenceDate={referenceDate}&amp;isLocked={isLocked}&amp;allowAccessEmployeePortal={allowAccessEmployeePortal}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="isLocked"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                             <param name="allowAccessEmployeePortal"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;BSN&quot;: &quot;sample string 3&quot;,
    &quot;FirstName&quot;: &quot;sample string 4&quot;,
    &quot;LastName&quot;: &quot;sample string 5&quot;,
    &quot;LookupName&quot;: &quot;sample string 6&quot;,
    &quot;Prefix&quot;: &quot;sample string 7&quot;,
    &quot;Gender&quot;: 8,
    &quot;GenderNumber&quot;: 8,
    &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:54.3066804+02:00&quot;,
    &quot;AccessUserId&quot;: 10,
    &quot;DateOfRemoval&quot;: &quot;2026-05-26T23:13:54.3066804+02:00&quot;,
    &quot;RegistrationNumber&quot;: &quot;sample string 11&quot;,
    &quot;WindowsUsername&quot;: &quot;sample string 12&quot;,
    &quot;EmailAddresses&quot;: [
      &quot;sample string 1&quot;,
      &quot;sample string 2&quot;
    ],
    &quot;AccessUsername&quot;: &quot;sample string 13&quot;,
    &quot;MobilePhoneNumbers&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Rank&quot;: 64,
        &quot;Value&quot;: &quot;sample string 1&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;AutoLoginWithDefaultLoginEmployment&quot;: true,
    &quot;IsAuthorizedForTimeRegistration&quot;: true,
    &quot;IsServiceAccount&quot;: true,
    &quot;AllowAccessEmployeePortal&quot;: true,
    &quot;PortalEmail&quot;: &quot;sample string 18&quot;,
    &quot;IsLocked&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;EmployeeId&quot;: 2,
    &quot;BSN&quot;: &quot;sample string 3&quot;,
    &quot;FirstName&quot;: &quot;sample string 4&quot;,
    &quot;LastName&quot;: &quot;sample string 5&quot;,
    &quot;LookupName&quot;: &quot;sample string 6&quot;,
    &quot;Prefix&quot;: &quot;sample string 7&quot;,
    &quot;Gender&quot;: 8,
    &quot;GenderNumber&quot;: 8,
    &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:54.3066804+02:00&quot;,
    &quot;AccessUserId&quot;: 10,
    &quot;DateOfRemoval&quot;: &quot;2026-05-26T23:13:54.3066804+02:00&quot;,
    &quot;RegistrationNumber&quot;: &quot;sample string 11&quot;,
    &quot;WindowsUsername&quot;: &quot;sample string 12&quot;,
    &quot;EmailAddresses&quot;: [
      &quot;sample string 1&quot;,
      &quot;sample string 2&quot;
    ],
    &quot;AccessUsername&quot;: &quot;sample string 13&quot;,
    &quot;MobilePhoneNumbers&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Rank&quot;: 64,
        &quot;Value&quot;: &quot;sample string 1&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;AutoLoginWithDefaultLoginEmployment&quot;: true,
    &quot;IsAuthorizedForTimeRegistration&quot;: true,
    &quot;IsServiceAccount&quot;: true,
    &quot;AllowAccessEmployeePortal&quot;: true,
    &quot;PortalEmail&quot;: &quot;sample string 18&quot;,
    &quot;IsLocked&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfEmployee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;Employee&gt;
    &lt;AccessUserId&gt;10&lt;/AccessUserId&gt;
    &lt;AccessUsername&gt;sample string 13&lt;/AccessUsername&gt;
    &lt;AllowAccessEmployeePortal&gt;true&lt;/AllowAccessEmployeePortal&gt;
    &lt;AutoLoginWithDefaultLoginEmployment&gt;true&lt;/AutoLoginWithDefaultLoginEmployment&gt;
    &lt;BSN&gt;sample string 3&lt;/BSN&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfRemoval&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfRemoval&gt;
    &lt;EmailAddresses xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/EmailAddresses&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
    &lt;GenderNumber&gt;8&lt;/GenderNumber&gt;
    &lt;IsAuthorizedForTimeRegistration&gt;true&lt;/IsAuthorizedForTimeRegistration&gt;
    &lt;IsLocked&gt;true&lt;/IsLocked&gt;
    &lt;IsServiceAccount&gt;true&lt;/IsServiceAccount&gt;
    &lt;LastName&gt;sample string 5&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 6&lt;/LookupName&gt;
    &lt;MobilePhoneNumbers&gt;
      &lt;PhoneNumber&gt;
        &lt;Rank&gt;64&lt;/Rank&gt;
        &lt;Value&gt;sample string 1&lt;/Value&gt;
      &lt;/PhoneNumber&gt;
      &lt;PhoneNumber&gt;
        &lt;Rank&gt;64&lt;/Rank&gt;
        &lt;Value&gt;sample string 1&lt;/Value&gt;
      &lt;/PhoneNumber&gt;
    &lt;/MobilePhoneNumbers&gt;
    &lt;PortalEmail&gt;sample string 18&lt;/PortalEmail&gt;
    &lt;Prefix&gt;sample string 7&lt;/Prefix&gt;
    &lt;RegistrationNumber&gt;sample string 11&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;WindowsUsername&gt;sample string 12&lt;/WindowsUsername&gt;
  &lt;/Employee&gt;
  &lt;Employee&gt;
    &lt;AccessUserId&gt;10&lt;/AccessUserId&gt;
    &lt;AccessUsername&gt;sample string 13&lt;/AccessUsername&gt;
    &lt;AllowAccessEmployeePortal&gt;true&lt;/AllowAccessEmployeePortal&gt;
    &lt;AutoLoginWithDefaultLoginEmployment&gt;true&lt;/AutoLoginWithDefaultLoginEmployment&gt;
    &lt;BSN&gt;sample string 3&lt;/BSN&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfRemoval&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfRemoval&gt;
    &lt;EmailAddresses xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/EmailAddresses&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
    &lt;GenderNumber&gt;8&lt;/GenderNumber&gt;
    &lt;IsAuthorizedForTimeRegistration&gt;true&lt;/IsAuthorizedForTimeRegistration&gt;
    &lt;IsLocked&gt;true&lt;/IsLocked&gt;
    &lt;IsServiceAccount&gt;true&lt;/IsServiceAccount&gt;
    &lt;LastName&gt;sample string 5&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 6&lt;/LookupName&gt;
    &lt;MobilePhoneNumbers&gt;
      &lt;PhoneNumber&gt;
        &lt;Rank&gt;64&lt;/Rank&gt;
        &lt;Value&gt;sample string 1&lt;/Value&gt;
      &lt;/PhoneNumber&gt;
      &lt;PhoneNumber&gt;
        &lt;Rank&gt;64&lt;/Rank&gt;
        &lt;Value&gt;sample string 1&lt;/Value&gt;
      &lt;/PhoneNumber&gt;
    &lt;/MobilePhoneNumbers&gt;
    &lt;PortalEmail&gt;sample string 18&lt;/PortalEmail&gt;
    &lt;Prefix&gt;sample string 7&lt;/Prefix&gt;
    &lt;RegistrationNumber&gt;sample string 11&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;WindowsUsername&gt;sample string 12&lt;/WindowsUsername&gt;
  &lt;/Employee&gt;
&lt;/ArrayOfEmployee&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfEmployee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;Employee&gt;
    &lt;AccessUserId&gt;10&lt;/AccessUserId&gt;
    &lt;AccessUsername&gt;sample string 13&lt;/AccessUsername&gt;
    &lt;AllowAccessEmployeePortal&gt;true&lt;/AllowAccessEmployeePortal&gt;
    &lt;AutoLoginWithDefaultLoginEmployment&gt;true&lt;/AutoLoginWithDefaultLoginEmployment&gt;
    &lt;BSN&gt;sample string 3&lt;/BSN&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfRemoval&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfRemoval&gt;
    &lt;EmailAddresses xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/EmailAddresses&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
    &lt;GenderNumber&gt;8&lt;/GenderNumber&gt;
    &lt;IsAuthorizedForTimeRegistration&gt;true&lt;/IsAuthorizedForTimeRegistration&gt;
    &lt;IsLocked&gt;true&lt;/IsLocked&gt;
    &lt;IsServiceAccount&gt;true&lt;/IsServiceAccount&gt;
    &lt;LastName&gt;sample string 5&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 6&lt;/LookupName&gt;
    &lt;MobilePhoneNumbers&gt;
      &lt;PhoneNumber&gt;
        &lt;Rank&gt;64&lt;/Rank&gt;
        &lt;Value&gt;sample string 1&lt;/Value&gt;
      &lt;/PhoneNumber&gt;
      &lt;PhoneNumber&gt;
        &lt;Rank&gt;64&lt;/Rank&gt;
        &lt;Value&gt;sample string 1&lt;/Value&gt;
      &lt;/PhoneNumber&gt;
    &lt;/MobilePhoneNumbers&gt;
    &lt;PortalEmail&gt;sample string 18&lt;/PortalEmail&gt;
    &lt;Prefix&gt;sample string 7&lt;/Prefix&gt;
    &lt;RegistrationNumber&gt;sample string 11&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;WindowsUsername&gt;sample string 12&lt;/WindowsUsername&gt;
  &lt;/Employee&gt;
  &lt;Employee&gt;
    &lt;AccessUserId&gt;10&lt;/AccessUserId&gt;
    &lt;AccessUsername&gt;sample string 13&lt;/AccessUsername&gt;
    &lt;AllowAccessEmployeePortal&gt;true&lt;/AllowAccessEmployeePortal&gt;
    &lt;AutoLoginWithDefaultLoginEmployment&gt;true&lt;/AutoLoginWithDefaultLoginEmployment&gt;
    &lt;BSN&gt;sample string 3&lt;/BSN&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfRemoval&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfRemoval&gt;
    &lt;EmailAddresses xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/EmailAddresses&gt;
    &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
    &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
    &lt;GenderNumber&gt;8&lt;/GenderNumber&gt;
    &lt;IsAuthorizedForTimeRegistration&gt;true&lt;/IsAuthorizedForTimeRegistration&gt;
    &lt;IsLocked&gt;true&lt;/IsLocked&gt;
    &lt;IsServiceAccount&gt;true&lt;/IsServiceAccount&gt;
    &lt;LastName&gt;sample string 5&lt;/LastName&gt;
    &lt;LookupName&gt;sample string 6&lt;/LookupName&gt;
    &lt;MobilePhoneNumbers&gt;
      &lt;PhoneNumber&gt;
        &lt;Rank&gt;64&lt;/Rank&gt;
        &lt;Value&gt;sample string 1&lt;/Value&gt;
      &lt;/PhoneNumber&gt;
      &lt;PhoneNumber&gt;
        &lt;Rank&gt;64&lt;/Rank&gt;
        &lt;Value&gt;sample string 1&lt;/Value&gt;
      &lt;/PhoneNumber&gt;
    &lt;/MobilePhoneNumbers&gt;
    &lt;PortalEmail&gt;sample string 18&lt;/PortalEmail&gt;
    &lt;Prefix&gt;sample string 7&lt;/Prefix&gt;
    &lt;RegistrationNumber&gt;sample string 11&lt;/RegistrationNumber&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
    &lt;WindowsUsername&gt;sample string 12&lt;/WindowsUsername&gt;
  &lt;/Employee&gt;
&lt;/ArrayOfEmployee&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Employees?relationId={relationId}">
                <doc title="PlanCare2Api/Employees?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;EmployeeId&quot;: 2,
  &quot;BSN&quot;: &quot;sample string 3&quot;,
  &quot;FirstName&quot;: &quot;sample string 4&quot;,
  &quot;LastName&quot;: &quot;sample string 5&quot;,
  &quot;LookupName&quot;: &quot;sample string 6&quot;,
  &quot;Prefix&quot;: &quot;sample string 7&quot;,
  &quot;Gender&quot;: 8,
  &quot;GenderNumber&quot;: 8,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:54.3066804+02:00&quot;,
  &quot;AccessUserId&quot;: 10,
  &quot;DateOfRemoval&quot;: &quot;2026-05-26T23:13:54.3066804+02:00&quot;,
  &quot;RegistrationNumber&quot;: &quot;sample string 11&quot;,
  &quot;WindowsUsername&quot;: &quot;sample string 12&quot;,
  &quot;EmailAddresses&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AccessUsername&quot;: &quot;sample string 13&quot;,
  &quot;MobilePhoneNumbers&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Rank&quot;: 64,
      &quot;Value&quot;: &quot;sample string 1&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;AutoLoginWithDefaultLoginEmployment&quot;: true,
  &quot;IsAuthorizedForTimeRegistration&quot;: true,
  &quot;IsServiceAccount&quot;: true,
  &quot;AllowAccessEmployeePortal&quot;: true,
  &quot;PortalEmail&quot;: &quot;sample string 18&quot;,
  &quot;IsLocked&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;EmployeeId&quot;: 2,
  &quot;BSN&quot;: &quot;sample string 3&quot;,
  &quot;FirstName&quot;: &quot;sample string 4&quot;,
  &quot;LastName&quot;: &quot;sample string 5&quot;,
  &quot;LookupName&quot;: &quot;sample string 6&quot;,
  &quot;Prefix&quot;: &quot;sample string 7&quot;,
  &quot;Gender&quot;: 8,
  &quot;GenderNumber&quot;: 8,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:54.3066804+02:00&quot;,
  &quot;AccessUserId&quot;: 10,
  &quot;DateOfRemoval&quot;: &quot;2026-05-26T23:13:54.3066804+02:00&quot;,
  &quot;RegistrationNumber&quot;: &quot;sample string 11&quot;,
  &quot;WindowsUsername&quot;: &quot;sample string 12&quot;,
  &quot;EmailAddresses&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;AccessUsername&quot;: &quot;sample string 13&quot;,
  &quot;MobilePhoneNumbers&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Rank&quot;: 64,
      &quot;Value&quot;: &quot;sample string 1&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;AutoLoginWithDefaultLoginEmployment&quot;: true,
  &quot;IsAuthorizedForTimeRegistration&quot;: true,
  &quot;IsServiceAccount&quot;: true,
  &quot;AllowAccessEmployeePortal&quot;: true,
  &quot;PortalEmail&quot;: &quot;sample string 18&quot;,
  &quot;IsLocked&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;Employee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;AccessUserId&gt;10&lt;/AccessUserId&gt;
  &lt;AccessUsername&gt;sample string 13&lt;/AccessUsername&gt;
  &lt;AllowAccessEmployeePortal&gt;true&lt;/AllowAccessEmployeePortal&gt;
  &lt;AutoLoginWithDefaultLoginEmployment&gt;true&lt;/AutoLoginWithDefaultLoginEmployment&gt;
  &lt;BSN&gt;sample string 3&lt;/BSN&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfRemoval&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfRemoval&gt;
  &lt;EmailAddresses xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/EmailAddresses&gt;
  &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
  &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
  &lt;GenderNumber&gt;8&lt;/GenderNumber&gt;
  &lt;IsAuthorizedForTimeRegistration&gt;true&lt;/IsAuthorizedForTimeRegistration&gt;
  &lt;IsLocked&gt;true&lt;/IsLocked&gt;
  &lt;IsServiceAccount&gt;true&lt;/IsServiceAccount&gt;
  &lt;LastName&gt;sample string 5&lt;/LastName&gt;
  &lt;LookupName&gt;sample string 6&lt;/LookupName&gt;
  &lt;MobilePhoneNumbers&gt;
    &lt;PhoneNumber&gt;
      &lt;Rank&gt;64&lt;/Rank&gt;
      &lt;Value&gt;sample string 1&lt;/Value&gt;
    &lt;/PhoneNumber&gt;
    &lt;PhoneNumber&gt;
      &lt;Rank&gt;64&lt;/Rank&gt;
      &lt;Value&gt;sample string 1&lt;/Value&gt;
    &lt;/PhoneNumber&gt;
  &lt;/MobilePhoneNumbers&gt;
  &lt;PortalEmail&gt;sample string 18&lt;/PortalEmail&gt;
  &lt;Prefix&gt;sample string 7&lt;/Prefix&gt;
  &lt;RegistrationNumber&gt;sample string 11&lt;/RegistrationNumber&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;WindowsUsername&gt;sample string 12&lt;/WindowsUsername&gt;
&lt;/Employee&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;Employee xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Employee&quot;&gt;
  &lt;AccessUserId&gt;10&lt;/AccessUserId&gt;
  &lt;AccessUsername&gt;sample string 13&lt;/AccessUsername&gt;
  &lt;AllowAccessEmployeePortal&gt;true&lt;/AllowAccessEmployeePortal&gt;
  &lt;AutoLoginWithDefaultLoginEmployment&gt;true&lt;/AutoLoginWithDefaultLoginEmployment&gt;
  &lt;BSN&gt;sample string 3&lt;/BSN&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfRemoval&gt;2026-05-26T23:13:54.3066804+02:00&lt;/DateOfRemoval&gt;
  &lt;EmailAddresses xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/EmailAddresses&gt;
  &lt;EmployeeId&gt;2&lt;/EmployeeId&gt;
  &lt;FirstName&gt;sample string 4&lt;/FirstName&gt;
  &lt;GenderNumber&gt;8&lt;/GenderNumber&gt;
  &lt;IsAuthorizedForTimeRegistration&gt;true&lt;/IsAuthorizedForTimeRegistration&gt;
  &lt;IsLocked&gt;true&lt;/IsLocked&gt;
  &lt;IsServiceAccount&gt;true&lt;/IsServiceAccount&gt;
  &lt;LastName&gt;sample string 5&lt;/LastName&gt;
  &lt;LookupName&gt;sample string 6&lt;/LookupName&gt;
  &lt;MobilePhoneNumbers&gt;
    &lt;PhoneNumber&gt;
      &lt;Rank&gt;64&lt;/Rank&gt;
      &lt;Value&gt;sample string 1&lt;/Value&gt;
    &lt;/PhoneNumber&gt;
    &lt;PhoneNumber&gt;
      &lt;Rank&gt;64&lt;/Rank&gt;
      &lt;Value&gt;sample string 1&lt;/Value&gt;
    &lt;/PhoneNumber&gt;
  &lt;/MobilePhoneNumbers&gt;
  &lt;PortalEmail&gt;sample string 18&lt;/PortalEmail&gt;
  &lt;Prefix&gt;sample string 7&lt;/Prefix&gt;
  &lt;RegistrationNumber&gt;sample string 11&lt;/RegistrationNumber&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;WindowsUsername&gt;sample string 12&lt;/WindowsUsername&gt;
&lt;/Employee&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/EvsClientInformation?clientId={clientId}">
                <doc title="PlanCare2Api/EvsClientInformation?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ClientId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;SocialSecurityNumber&quot;: &quot;sample string 1&quot;,
  &quot;SocialSecurityNumberSpecified&quot;: true,
  &quot;Name&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Prefix&quot;: &quot;sample string 1&quot;,
    &quot;FirstNames&quot;: &quot;sample string 2&quot;,
    &quot;Initials&quot;: &quot;sample string 3&quot;,
    &quot;BirthName&quot;: &quot;sample string 4&quot;,
    &quot;BirthNamePrefix&quot;: &quot;sample string 5&quot;,
    &quot;PartnerName&quot;: &quot;sample string 6&quot;,
    &quot;PartnerNamePrefix&quot;: &quot;sample string 7&quot;,
    &quot;FullName&quot;: &quot;sample string 8&quot;,
    &quot;FullNameComposition&quot;: 9,
    &quot;FullNameCompositionSpecified&quot;: true,
    &quot;Suffix&quot;: &quot;sample string 11&quot;,
    &quot;NickName&quot;: &quot;sample string 12&quot;
  },
  &quot;Address&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;StreetName&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: &quot;sample string 2&quot;,
    &quot;HouseNumberSpecified&quot;: true,
    &quot;HouseNumberSuffix&quot;: &quot;sample string 4&quot;,
    &quot;AdditionalLocator&quot;: &quot;sample string 5&quot;,
    &quot;PostalCode&quot;: &quot;sample string 6&quot;,
    &quot;City&quot;: &quot;sample string 7&quot;,
    &quot;CountryCode&quot;: &quot;sample string 8&quot;
  },
  &quot;TelephoneNumbers&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;MobileNumbers&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;EmailAddresses&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Gender&quot;: &quot;sample string 3&quot;,
  &quot;GenderSpecified&quot;: true,
  &quot;MaritalStatus&quot;: 5,
  &quot;MaritalStatusSpecified&quot;: true,
  &quot;Nationality&quot;: &quot;sample string 7&quot;,
  &quot;LegalStatus&quot;: &quot;sample string 8&quot;,
  &quot;Language&quot;: &quot;sample string 9&quot;,
  &quot;Religion&quot;: &quot;sample string 10&quot;,
  &quot;LocationDetails&quot;: {
    &quot;$id&quot;: &quot;5&quot;,
    &quot;RoomNumber&quot;: &quot;sample string 1&quot;,
    &quot;OrganizationalUnitId&quot;: &quot;sample string 2&quot;,
    &quot;OrganizationalUnitName&quot;: &quot;sample string 3&quot;,
    &quot;WardId&quot;: &quot;sample string 4&quot;,
    &quot;WardName&quot;: &quot;sample string 5&quot;
  },
  &quot;LivingUnit&quot;: &quot;sample string 11&quot;,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;DateOfBirthSpecified&quot;: true,
  &quot;CityOfBirth&quot;: &quot;sample string 14&quot;,
  &quot;CountryOfBirth&quot;: &quot;sample string 15&quot;,
  &quot;IsDeceased&quot;: true,
  &quot;IsDeceasedSpecified&quot;: true,
  &quot;DeceasedDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;DeceasedDateSpecified&quot;: true,
  &quot;ZorgZwaartePakket&quot;: &quot;sample string 20&quot;,
  &quot;AdmissionDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;AdmissionDateSpecified&quot;: true,
  &quot;DischargeDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;DischargeDateSpecified&quot;: true,
  &quot;TemporaryAbsenceDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;TemporaryAbsenceDateSpecified&quot;: true,
  &quot;ReturnFromTemporaryAbsenceDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;ReturnFromTemporaryAbsenceDateSpecified&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ClientId&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;SocialSecurityNumber&quot;: &quot;sample string 1&quot;,
  &quot;SocialSecurityNumberSpecified&quot;: true,
  &quot;Name&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Prefix&quot;: &quot;sample string 1&quot;,
    &quot;FirstNames&quot;: &quot;sample string 2&quot;,
    &quot;Initials&quot;: &quot;sample string 3&quot;,
    &quot;BirthName&quot;: &quot;sample string 4&quot;,
    &quot;BirthNamePrefix&quot;: &quot;sample string 5&quot;,
    &quot;PartnerName&quot;: &quot;sample string 6&quot;,
    &quot;PartnerNamePrefix&quot;: &quot;sample string 7&quot;,
    &quot;FullName&quot;: &quot;sample string 8&quot;,
    &quot;FullNameComposition&quot;: 9,
    &quot;FullNameCompositionSpecified&quot;: true,
    &quot;Suffix&quot;: &quot;sample string 11&quot;,
    &quot;NickName&quot;: &quot;sample string 12&quot;
  },
  &quot;Address&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;StreetName&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: &quot;sample string 2&quot;,
    &quot;HouseNumberSpecified&quot;: true,
    &quot;HouseNumberSuffix&quot;: &quot;sample string 4&quot;,
    &quot;AdditionalLocator&quot;: &quot;sample string 5&quot;,
    &quot;PostalCode&quot;: &quot;sample string 6&quot;,
    &quot;City&quot;: &quot;sample string 7&quot;,
    &quot;CountryCode&quot;: &quot;sample string 8&quot;
  },
  &quot;TelephoneNumbers&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;MobileNumbers&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;EmailAddresses&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Gender&quot;: &quot;sample string 3&quot;,
  &quot;GenderSpecified&quot;: true,
  &quot;MaritalStatus&quot;: 5,
  &quot;MaritalStatusSpecified&quot;: true,
  &quot;Nationality&quot;: &quot;sample string 7&quot;,
  &quot;LegalStatus&quot;: &quot;sample string 8&quot;,
  &quot;Language&quot;: &quot;sample string 9&quot;,
  &quot;Religion&quot;: &quot;sample string 10&quot;,
  &quot;LocationDetails&quot;: {
    &quot;$id&quot;: &quot;5&quot;,
    &quot;RoomNumber&quot;: &quot;sample string 1&quot;,
    &quot;OrganizationalUnitId&quot;: &quot;sample string 2&quot;,
    &quot;OrganizationalUnitName&quot;: &quot;sample string 3&quot;,
    &quot;WardId&quot;: &quot;sample string 4&quot;,
    &quot;WardName&quot;: &quot;sample string 5&quot;
  },
  &quot;LivingUnit&quot;: &quot;sample string 11&quot;,
  &quot;DateOfBirth&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;DateOfBirthSpecified&quot;: true,
  &quot;CityOfBirth&quot;: &quot;sample string 14&quot;,
  &quot;CountryOfBirth&quot;: &quot;sample string 15&quot;,
  &quot;IsDeceased&quot;: true,
  &quot;IsDeceasedSpecified&quot;: true,
  &quot;DeceasedDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;DeceasedDateSpecified&quot;: true,
  &quot;ZorgZwaartePakket&quot;: &quot;sample string 20&quot;,
  &quot;AdmissionDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;AdmissionDateSpecified&quot;: true,
  &quot;DischargeDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;DischargeDateSpecified&quot;: true,
  &quot;TemporaryAbsenceDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;TemporaryAbsenceDateSpecified&quot;: true,
  &quot;ReturnFromTemporaryAbsenceDate&quot;: &quot;2026-05-26T23:13:54.1973026+02:00&quot;,
  &quot;ReturnFromTemporaryAbsenceDateSpecified&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;EvsClientInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client.EvsClientInformation&quot;&gt;
  &lt;Address&gt;
    &lt;AdditionalLocator&gt;sample string 5&lt;/AdditionalLocator&gt;
    &lt;City&gt;sample string 7&lt;/City&gt;
    &lt;CountryCode&gt;sample string 8&lt;/CountryCode&gt;
    &lt;HouseNumber&gt;sample string 2&lt;/HouseNumber&gt;
    &lt;HouseNumberSpecified&gt;true&lt;/HouseNumberSpecified&gt;
    &lt;HouseNumberSuffix&gt;sample string 4&lt;/HouseNumberSuffix&gt;
    &lt;PostalCode&gt;sample string 6&lt;/PostalCode&gt;
    &lt;StreetName&gt;sample string 1&lt;/StreetName&gt;
  &lt;/Address&gt;
  &lt;AdmissionDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/AdmissionDate&gt;
  &lt;AdmissionDateSpecified&gt;true&lt;/AdmissionDateSpecified&gt;
  &lt;CityOfBirth&gt;sample string 14&lt;/CityOfBirth&gt;
  &lt;ClientId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ClientId&gt;
  &lt;CountryOfBirth&gt;sample string 15&lt;/CountryOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:54.1973026+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthSpecified&gt;true&lt;/DateOfBirthSpecified&gt;
  &lt;DeceasedDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/DeceasedDate&gt;
  &lt;DeceasedDateSpecified&gt;true&lt;/DeceasedDateSpecified&gt;
  &lt;DischargeDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/DischargeDate&gt;
  &lt;DischargeDateSpecified&gt;true&lt;/DischargeDateSpecified&gt;
  &lt;EmailAddresses xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/EmailAddresses&gt;
  &lt;Gender&gt;sample string 3&lt;/Gender&gt;
  &lt;GenderSpecified&gt;true&lt;/GenderSpecified&gt;
  &lt;IsDeceased&gt;true&lt;/IsDeceased&gt;
  &lt;IsDeceasedSpecified&gt;true&lt;/IsDeceasedSpecified&gt;
  &lt;Language&gt;sample string 9&lt;/Language&gt;
  &lt;LegalStatus&gt;sample string 8&lt;/LegalStatus&gt;
  &lt;LivingUnit&gt;sample string 11&lt;/LivingUnit&gt;
  &lt;LocationDetails&gt;
    &lt;OrganizationalUnitId&gt;sample string 2&lt;/OrganizationalUnitId&gt;
    &lt;OrganizationalUnitName&gt;sample string 3&lt;/OrganizationalUnitName&gt;
    &lt;RoomNumber&gt;sample string 1&lt;/RoomNumber&gt;
    &lt;WardId&gt;sample string 4&lt;/WardId&gt;
    &lt;WardName&gt;sample string 5&lt;/WardName&gt;
  &lt;/LocationDetails&gt;
  &lt;MaritalStatus&gt;5&lt;/MaritalStatus&gt;
  &lt;MaritalStatusSpecified&gt;true&lt;/MaritalStatusSpecified&gt;
  &lt;MobileNumbers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/MobileNumbers&gt;
  &lt;Name&gt;
    &lt;BirthName&gt;sample string 4&lt;/BirthName&gt;
    &lt;BirthNamePrefix&gt;sample string 5&lt;/BirthNamePrefix&gt;
    &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
    &lt;FullName&gt;sample string 8&lt;/FullName&gt;
    &lt;FullNameComposition&gt;9&lt;/FullNameComposition&gt;
    &lt;FullNameCompositionSpecified&gt;true&lt;/FullNameCompositionSpecified&gt;
    &lt;Initials&gt;sample string 3&lt;/Initials&gt;
    &lt;NickName&gt;sample string 12&lt;/NickName&gt;
    &lt;PartnerName&gt;sample string 6&lt;/PartnerName&gt;
    &lt;PartnerNamePrefix&gt;sample string 7&lt;/PartnerNamePrefix&gt;
    &lt;Prefix&gt;sample string 1&lt;/Prefix&gt;
    &lt;Suffix&gt;sample string 11&lt;/Suffix&gt;
  &lt;/Name&gt;
  &lt;Nationality&gt;sample string 7&lt;/Nationality&gt;
  &lt;Religion&gt;sample string 10&lt;/Religion&gt;
  &lt;ReturnFromTemporaryAbsenceDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/ReturnFromTemporaryAbsenceDate&gt;
  &lt;ReturnFromTemporaryAbsenceDateSpecified&gt;true&lt;/ReturnFromTemporaryAbsenceDateSpecified&gt;
  &lt;SocialSecurityNumber&gt;sample string 1&lt;/SocialSecurityNumber&gt;
  &lt;SocialSecurityNumberSpecified&gt;true&lt;/SocialSecurityNumberSpecified&gt;
  &lt;TelephoneNumbers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/TelephoneNumbers&gt;
  &lt;TemporaryAbsenceDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/TemporaryAbsenceDate&gt;
  &lt;TemporaryAbsenceDateSpecified&gt;true&lt;/TemporaryAbsenceDateSpecified&gt;
  &lt;ZorgZwaartePakket&gt;sample string 20&lt;/ZorgZwaartePakket&gt;
&lt;/EvsClientInformation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;EvsClientInformation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Client.EvsClientInformation&quot;&gt;
  &lt;Address&gt;
    &lt;AdditionalLocator&gt;sample string 5&lt;/AdditionalLocator&gt;
    &lt;City&gt;sample string 7&lt;/City&gt;
    &lt;CountryCode&gt;sample string 8&lt;/CountryCode&gt;
    &lt;HouseNumber&gt;sample string 2&lt;/HouseNumber&gt;
    &lt;HouseNumberSpecified&gt;true&lt;/HouseNumberSpecified&gt;
    &lt;HouseNumberSuffix&gt;sample string 4&lt;/HouseNumberSuffix&gt;
    &lt;PostalCode&gt;sample string 6&lt;/PostalCode&gt;
    &lt;StreetName&gt;sample string 1&lt;/StreetName&gt;
  &lt;/Address&gt;
  &lt;AdmissionDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/AdmissionDate&gt;
  &lt;AdmissionDateSpecified&gt;true&lt;/AdmissionDateSpecified&gt;
  &lt;CityOfBirth&gt;sample string 14&lt;/CityOfBirth&gt;
  &lt;ClientId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ClientId&gt;
  &lt;CountryOfBirth&gt;sample string 15&lt;/CountryOfBirth&gt;
  &lt;DateOfBirth&gt;2026-05-26T23:13:54.1973026+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthSpecified&gt;true&lt;/DateOfBirthSpecified&gt;
  &lt;DeceasedDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/DeceasedDate&gt;
  &lt;DeceasedDateSpecified&gt;true&lt;/DeceasedDateSpecified&gt;
  &lt;DischargeDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/DischargeDate&gt;
  &lt;DischargeDateSpecified&gt;true&lt;/DischargeDateSpecified&gt;
  &lt;EmailAddresses xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/EmailAddresses&gt;
  &lt;Gender&gt;sample string 3&lt;/Gender&gt;
  &lt;GenderSpecified&gt;true&lt;/GenderSpecified&gt;
  &lt;IsDeceased&gt;true&lt;/IsDeceased&gt;
  &lt;IsDeceasedSpecified&gt;true&lt;/IsDeceasedSpecified&gt;
  &lt;Language&gt;sample string 9&lt;/Language&gt;
  &lt;LegalStatus&gt;sample string 8&lt;/LegalStatus&gt;
  &lt;LivingUnit&gt;sample string 11&lt;/LivingUnit&gt;
  &lt;LocationDetails&gt;
    &lt;OrganizationalUnitId&gt;sample string 2&lt;/OrganizationalUnitId&gt;
    &lt;OrganizationalUnitName&gt;sample string 3&lt;/OrganizationalUnitName&gt;
    &lt;RoomNumber&gt;sample string 1&lt;/RoomNumber&gt;
    &lt;WardId&gt;sample string 4&lt;/WardId&gt;
    &lt;WardName&gt;sample string 5&lt;/WardName&gt;
  &lt;/LocationDetails&gt;
  &lt;MaritalStatus&gt;5&lt;/MaritalStatus&gt;
  &lt;MaritalStatusSpecified&gt;true&lt;/MaritalStatusSpecified&gt;
  &lt;MobileNumbers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/MobileNumbers&gt;
  &lt;Name&gt;
    &lt;BirthName&gt;sample string 4&lt;/BirthName&gt;
    &lt;BirthNamePrefix&gt;sample string 5&lt;/BirthNamePrefix&gt;
    &lt;FirstNames&gt;sample string 2&lt;/FirstNames&gt;
    &lt;FullName&gt;sample string 8&lt;/FullName&gt;
    &lt;FullNameComposition&gt;9&lt;/FullNameComposition&gt;
    &lt;FullNameCompositionSpecified&gt;true&lt;/FullNameCompositionSpecified&gt;
    &lt;Initials&gt;sample string 3&lt;/Initials&gt;
    &lt;NickName&gt;sample string 12&lt;/NickName&gt;
    &lt;PartnerName&gt;sample string 6&lt;/PartnerName&gt;
    &lt;PartnerNamePrefix&gt;sample string 7&lt;/PartnerNamePrefix&gt;
    &lt;Prefix&gt;sample string 1&lt;/Prefix&gt;
    &lt;Suffix&gt;sample string 11&lt;/Suffix&gt;
  &lt;/Name&gt;
  &lt;Nationality&gt;sample string 7&lt;/Nationality&gt;
  &lt;Religion&gt;sample string 10&lt;/Religion&gt;
  &lt;ReturnFromTemporaryAbsenceDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/ReturnFromTemporaryAbsenceDate&gt;
  &lt;ReturnFromTemporaryAbsenceDateSpecified&gt;true&lt;/ReturnFromTemporaryAbsenceDateSpecified&gt;
  &lt;SocialSecurityNumber&gt;sample string 1&lt;/SocialSecurityNumber&gt;
  &lt;SocialSecurityNumberSpecified&gt;true&lt;/SocialSecurityNumberSpecified&gt;
  &lt;TelephoneNumbers xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/TelephoneNumbers&gt;
  &lt;TemporaryAbsenceDate&gt;2026-05-26T23:13:54.1973026+02:00&lt;/TemporaryAbsenceDate&gt;
  &lt;TemporaryAbsenceDateSpecified&gt;true&lt;/TemporaryAbsenceDateSpecified&gt;
  &lt;ZorgZwaartePakket&gt;sample string 20&lt;/ZorgZwaartePakket&gt;
&lt;/EvsClientInformation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/EvsMedication/FarMedRxClientMedication?clientId={clientId}&amp;type={type}">
                <doc title="PlanCare2Api/EvsMedication/FarMedRxClientMedication?clientId={clientId}&amp;type={type}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="type"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>&quot;sample string&quot;</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>&quot;sample string&quot;</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;string xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;sample string&lt;/string&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;string xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;sample string&lt;/string&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/EvsMedication/FarMedRxPrescription?clientId={clientId}&amp;type={type}">
                <doc title="PlanCare2Api/EvsMedication/FarMedRxPrescription?clientId={clientId}&amp;type={type}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="type"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Patient&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Initials&quot;: &quot;sample string 1&quot;,
    &quot;Preposition&quot;: &quot;sample string 2&quot;,
    &quot;LastName&quot;: &quot;sample string 3&quot;,
    &quot;Gender&quot;: &quot;sample string 4&quot;,
    &quot;DateOfBirth&quot;: &quot;sample string 5&quot;,
    &quot;InternalPatientId&quot;: &quot;sample string 6&quot;
  },
  &quot;Contraindications&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Allergies&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Medication&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;StartDate&quot;: &quot;sample string 1&quot;,
      &quot;EndDate&quot;: &quot;sample string 2&quot;,
      &quot;Id&quot;: 3,
      &quot;GenericName&quot;: &quot;sample string 4&quot;,
      &quot;Dosage&quot;: {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Description&quot;: &quot;sample string 1&quot;,
        &quot;MostRecentOrder&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;StartDate&quot;: &quot;sample string 2&quot;,
          &quot;EndDate&quot;: &quot;sample string 3&quot;
        },
        &quot;RepetitionTimes&quot;: 2.1,
        &quot;RepetitionUnit&quot;: &quot;sample string 3&quot;,
        &quot;Count&quot;: 4.1,
        &quot;UnitSingular&quot;: &quot;sample string 5&quot;,
        &quot;UnitPlural&quot;: &quot;sample string 6&quot;,
        &quot;AdditionalText&quot;: &quot;sample string 7&quot;,
        &quot;FreeText&quot;: &quot;sample string 8&quot;,
        &quot;NurseTimes&quot;: &quot;sample string 9&quot;,
        &quot;NurseCount&quot;: &quot;sample string 10&quot;,
        &quot;InfuseKind&quot;: &quot;sample string 11&quot;,
        &quot;DropCount&quot;: &quot;sample string 12&quot;,
        &quot;DropUnit&quot;: &quot;sample string 13&quot;,
        &quot;SchemeName&quot;: &quot;sample string 14&quot;,
        &quot;SchemeId&quot;: &quot;sample string 15&quot;,
        &quot;SchemeSequenceNumber&quot;: &quot;sample string 16&quot;,
        &quot;Rhythm&quot;: &quot;sample string 17&quot;,
        &quot;RouteOfAdministration&quot;: &quot;sample string 18&quot;
      },
      &quot;Prescriber&quot;: &quot;sample string 5&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Error&quot;: &quot;sample string 1&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Patient&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Initials&quot;: &quot;sample string 1&quot;,
    &quot;Preposition&quot;: &quot;sample string 2&quot;,
    &quot;LastName&quot;: &quot;sample string 3&quot;,
    &quot;Gender&quot;: &quot;sample string 4&quot;,
    &quot;DateOfBirth&quot;: &quot;sample string 5&quot;,
    &quot;InternalPatientId&quot;: &quot;sample string 6&quot;
  },
  &quot;Contraindications&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Allergies&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Medication&quot;: [
    {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;StartDate&quot;: &quot;sample string 1&quot;,
      &quot;EndDate&quot;: &quot;sample string 2&quot;,
      &quot;Id&quot;: 3,
      &quot;GenericName&quot;: &quot;sample string 4&quot;,
      &quot;Dosage&quot;: {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Description&quot;: &quot;sample string 1&quot;,
        &quot;MostRecentOrder&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Id&quot;: 1,
          &quot;StartDate&quot;: &quot;sample string 2&quot;,
          &quot;EndDate&quot;: &quot;sample string 3&quot;
        },
        &quot;RepetitionTimes&quot;: 2.1,
        &quot;RepetitionUnit&quot;: &quot;sample string 3&quot;,
        &quot;Count&quot;: 4.1,
        &quot;UnitSingular&quot;: &quot;sample string 5&quot;,
        &quot;UnitPlural&quot;: &quot;sample string 6&quot;,
        &quot;AdditionalText&quot;: &quot;sample string 7&quot;,
        &quot;FreeText&quot;: &quot;sample string 8&quot;,
        &quot;NurseTimes&quot;: &quot;sample string 9&quot;,
        &quot;NurseCount&quot;: &quot;sample string 10&quot;,
        &quot;InfuseKind&quot;: &quot;sample string 11&quot;,
        &quot;DropCount&quot;: &quot;sample string 12&quot;,
        &quot;DropUnit&quot;: &quot;sample string 13&quot;,
        &quot;SchemeName&quot;: &quot;sample string 14&quot;,
        &quot;SchemeId&quot;: &quot;sample string 15&quot;,
        &quot;SchemeSequenceNumber&quot;: &quot;sample string 16&quot;,
        &quot;Rhythm&quot;: &quot;sample string 17&quot;,
        &quot;RouteOfAdministration&quot;: &quot;sample string 18&quot;
      },
      &quot;Prescriber&quot;: &quot;sample string 5&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ],
  &quot;Error&quot;: &quot;sample string 1&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;Prescription xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.EVSMedication&quot;&gt;
  &lt;Allergies xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/Allergies&gt;
  &lt;Contraindications xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/Contraindications&gt;
  &lt;Error&gt;sample string 1&lt;/Error&gt;
  &lt;Medication&gt;
    &lt;Medication&gt;
      &lt;Dosage&gt;
        &lt;AdditionalText&gt;sample string 7&lt;/AdditionalText&gt;
        &lt;Count&gt;4.1&lt;/Count&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;DropCount&gt;sample string 12&lt;/DropCount&gt;
        &lt;DropUnit&gt;sample string 13&lt;/DropUnit&gt;
        &lt;FreeText&gt;sample string 8&lt;/FreeText&gt;
        &lt;InfuseKind&gt;sample string 11&lt;/InfuseKind&gt;
        &lt;MostRecentOrder&gt;
          &lt;EndDate&gt;sample string 3&lt;/EndDate&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;StartDate&gt;sample string 2&lt;/StartDate&gt;
        &lt;/MostRecentOrder&gt;
        &lt;NurseCount&gt;sample string 10&lt;/NurseCount&gt;
        &lt;NurseTimes&gt;sample string 9&lt;/NurseTimes&gt;
        &lt;RepetitionTimes&gt;2.1&lt;/RepetitionTimes&gt;
        &lt;RepetitionUnit&gt;sample string 3&lt;/RepetitionUnit&gt;
        &lt;Rhythm&gt;sample string 17&lt;/Rhythm&gt;
        &lt;RouteOfAdministration&gt;sample string 18&lt;/RouteOfAdministration&gt;
        &lt;SchemeId&gt;sample string 15&lt;/SchemeId&gt;
        &lt;SchemeName&gt;sample string 14&lt;/SchemeName&gt;
        &lt;SchemeSequenceNumber&gt;sample string 16&lt;/SchemeSequenceNumber&gt;
        &lt;UnitPlural&gt;sample string 6&lt;/UnitPlural&gt;
        &lt;UnitSingular&gt;sample string 5&lt;/UnitSingular&gt;
      &lt;/Dosage&gt;
      &lt;EndDate&gt;sample string 2&lt;/EndDate&gt;
      &lt;GenericName&gt;sample string 4&lt;/GenericName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;Prescriber&gt;sample string 5&lt;/Prescriber&gt;
      &lt;StartDate&gt;sample string 1&lt;/StartDate&gt;
    &lt;/Medication&gt;
    &lt;Medication&gt;
      &lt;Dosage&gt;
        &lt;AdditionalText&gt;sample string 7&lt;/AdditionalText&gt;
        &lt;Count&gt;4.1&lt;/Count&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;DropCount&gt;sample string 12&lt;/DropCount&gt;
        &lt;DropUnit&gt;sample string 13&lt;/DropUnit&gt;
        &lt;FreeText&gt;sample string 8&lt;/FreeText&gt;
        &lt;InfuseKind&gt;sample string 11&lt;/InfuseKind&gt;
        &lt;MostRecentOrder&gt;
          &lt;EndDate&gt;sample string 3&lt;/EndDate&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;StartDate&gt;sample string 2&lt;/StartDate&gt;
        &lt;/MostRecentOrder&gt;
        &lt;NurseCount&gt;sample string 10&lt;/NurseCount&gt;
        &lt;NurseTimes&gt;sample string 9&lt;/NurseTimes&gt;
        &lt;RepetitionTimes&gt;2.1&lt;/RepetitionTimes&gt;
        &lt;RepetitionUnit&gt;sample string 3&lt;/RepetitionUnit&gt;
        &lt;Rhythm&gt;sample string 17&lt;/Rhythm&gt;
        &lt;RouteOfAdministration&gt;sample string 18&lt;/RouteOfAdministration&gt;
        &lt;SchemeId&gt;sample string 15&lt;/SchemeId&gt;
        &lt;SchemeName&gt;sample string 14&lt;/SchemeName&gt;
        &lt;SchemeSequenceNumber&gt;sample string 16&lt;/SchemeSequenceNumber&gt;
        &lt;UnitPlural&gt;sample string 6&lt;/UnitPlural&gt;
        &lt;UnitSingular&gt;sample string 5&lt;/UnitSingular&gt;
      &lt;/Dosage&gt;
      &lt;EndDate&gt;sample string 2&lt;/EndDate&gt;
      &lt;GenericName&gt;sample string 4&lt;/GenericName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;Prescriber&gt;sample string 5&lt;/Prescriber&gt;
      &lt;StartDate&gt;sample string 1&lt;/StartDate&gt;
    &lt;/Medication&gt;
  &lt;/Medication&gt;
  &lt;Patient&gt;
    &lt;DateOfBirth&gt;sample string 5&lt;/DateOfBirth&gt;
    &lt;Gender&gt;sample string 4&lt;/Gender&gt;
    &lt;Initials&gt;sample string 1&lt;/Initials&gt;
    &lt;InternalPatientId&gt;sample string 6&lt;/InternalPatientId&gt;
    &lt;LastName&gt;sample string 3&lt;/LastName&gt;
    &lt;Preposition&gt;sample string 2&lt;/Preposition&gt;
  &lt;/Patient&gt;
&lt;/Prescription&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;Prescription xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.EVSMedication&quot;&gt;
  &lt;Allergies xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/Allergies&gt;
  &lt;Contraindications xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/Contraindications&gt;
  &lt;Error&gt;sample string 1&lt;/Error&gt;
  &lt;Medication&gt;
    &lt;Medication&gt;
      &lt;Dosage&gt;
        &lt;AdditionalText&gt;sample string 7&lt;/AdditionalText&gt;
        &lt;Count&gt;4.1&lt;/Count&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;DropCount&gt;sample string 12&lt;/DropCount&gt;
        &lt;DropUnit&gt;sample string 13&lt;/DropUnit&gt;
        &lt;FreeText&gt;sample string 8&lt;/FreeText&gt;
        &lt;InfuseKind&gt;sample string 11&lt;/InfuseKind&gt;
        &lt;MostRecentOrder&gt;
          &lt;EndDate&gt;sample string 3&lt;/EndDate&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;StartDate&gt;sample string 2&lt;/StartDate&gt;
        &lt;/MostRecentOrder&gt;
        &lt;NurseCount&gt;sample string 10&lt;/NurseCount&gt;
        &lt;NurseTimes&gt;sample string 9&lt;/NurseTimes&gt;
        &lt;RepetitionTimes&gt;2.1&lt;/RepetitionTimes&gt;
        &lt;RepetitionUnit&gt;sample string 3&lt;/RepetitionUnit&gt;
        &lt;Rhythm&gt;sample string 17&lt;/Rhythm&gt;
        &lt;RouteOfAdministration&gt;sample string 18&lt;/RouteOfAdministration&gt;
        &lt;SchemeId&gt;sample string 15&lt;/SchemeId&gt;
        &lt;SchemeName&gt;sample string 14&lt;/SchemeName&gt;
        &lt;SchemeSequenceNumber&gt;sample string 16&lt;/SchemeSequenceNumber&gt;
        &lt;UnitPlural&gt;sample string 6&lt;/UnitPlural&gt;
        &lt;UnitSingular&gt;sample string 5&lt;/UnitSingular&gt;
      &lt;/Dosage&gt;
      &lt;EndDate&gt;sample string 2&lt;/EndDate&gt;
      &lt;GenericName&gt;sample string 4&lt;/GenericName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;Prescriber&gt;sample string 5&lt;/Prescriber&gt;
      &lt;StartDate&gt;sample string 1&lt;/StartDate&gt;
    &lt;/Medication&gt;
    &lt;Medication&gt;
      &lt;Dosage&gt;
        &lt;AdditionalText&gt;sample string 7&lt;/AdditionalText&gt;
        &lt;Count&gt;4.1&lt;/Count&gt;
        &lt;Description&gt;sample string 1&lt;/Description&gt;
        &lt;DropCount&gt;sample string 12&lt;/DropCount&gt;
        &lt;DropUnit&gt;sample string 13&lt;/DropUnit&gt;
        &lt;FreeText&gt;sample string 8&lt;/FreeText&gt;
        &lt;InfuseKind&gt;sample string 11&lt;/InfuseKind&gt;
        &lt;MostRecentOrder&gt;
          &lt;EndDate&gt;sample string 3&lt;/EndDate&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;StartDate&gt;sample string 2&lt;/StartDate&gt;
        &lt;/MostRecentOrder&gt;
        &lt;NurseCount&gt;sample string 10&lt;/NurseCount&gt;
        &lt;NurseTimes&gt;sample string 9&lt;/NurseTimes&gt;
        &lt;RepetitionTimes&gt;2.1&lt;/RepetitionTimes&gt;
        &lt;RepetitionUnit&gt;sample string 3&lt;/RepetitionUnit&gt;
        &lt;Rhythm&gt;sample string 17&lt;/Rhythm&gt;
        &lt;RouteOfAdministration&gt;sample string 18&lt;/RouteOfAdministration&gt;
        &lt;SchemeId&gt;sample string 15&lt;/SchemeId&gt;
        &lt;SchemeName&gt;sample string 14&lt;/SchemeName&gt;
        &lt;SchemeSequenceNumber&gt;sample string 16&lt;/SchemeSequenceNumber&gt;
        &lt;UnitPlural&gt;sample string 6&lt;/UnitPlural&gt;
        &lt;UnitSingular&gt;sample string 5&lt;/UnitSingular&gt;
      &lt;/Dosage&gt;
      &lt;EndDate&gt;sample string 2&lt;/EndDate&gt;
      &lt;GenericName&gt;sample string 4&lt;/GenericName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;Prescriber&gt;sample string 5&lt;/Prescriber&gt;
      &lt;StartDate&gt;sample string 1&lt;/StartDate&gt;
    &lt;/Medication&gt;
  &lt;/Medication&gt;
  &lt;Patient&gt;
    &lt;DateOfBirth&gt;sample string 5&lt;/DateOfBirth&gt;
    &lt;Gender&gt;sample string 4&lt;/Gender&gt;
    &lt;Initials&gt;sample string 1&lt;/Initials&gt;
    &lt;InternalPatientId&gt;sample string 6&lt;/InternalPatientId&gt;
    &lt;LastName&gt;sample string 3&lt;/LastName&gt;
    &lt;Preposition&gt;sample string 2&lt;/Preposition&gt;
  &lt;/Patient&gt;
&lt;/Prescription&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ExternalConnectionData/{connectionId}">
                <doc title="PlanCare2Api/ExternalConnectionData/{connectionId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="connectionId"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;dhs.OrganizationIdentifier&quot;: &quot;sample string 1&quot;,
  &quot;dhs.EnvironmentId&quot;: &quot;sample string 2&quot;,
  &quot;dhs.PlancareVersion&quot;: &quot;sample string 3&quot;,
  &quot;ebMS-AgreementRef&quot;: &quot;sample string 4&quot;,
  &quot;ebMS-ServiceId&quot;: &quot;sample string 5&quot;,
  &quot;ebMS-Action&quot;: &quot;sample string 6&quot;,
  &quot;Data&quot;: [
    {
      &quot;Key&quot;: &quot;sample string 1&quot;,
      &quot;Value&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;Key&quot;: &quot;sample string 1&quot;,
      &quot;Value&quot;: &quot;sample string 2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;dhs.OrganizationIdentifier&quot;: &quot;sample string 1&quot;,
  &quot;dhs.EnvironmentId&quot;: &quot;sample string 2&quot;,
  &quot;dhs.PlancareVersion&quot;: &quot;sample string 3&quot;,
  &quot;ebMS-AgreementRef&quot;: &quot;sample string 4&quot;,
  &quot;ebMS-ServiceId&quot;: &quot;sample string 5&quot;,
  &quot;ebMS-Action&quot;: &quot;sample string 6&quot;,
  &quot;Data&quot;: [
    {
      &quot;Key&quot;: &quot;sample string 1&quot;,
      &quot;Value&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;Key&quot;: &quot;sample string 1&quot;,
      &quot;Value&quot;: &quot;sample string 2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ExternalConnectionInfo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ExternalConnectionData&quot;&gt;
  &lt;Data xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/System.Collections.Generic&quot;&gt;
    &lt;d2p1:KeyValuePairOfstringstring&gt;
      &lt;d2p1:key&gt;sample string 1&lt;/d2p1:key&gt;
      &lt;d2p1:value&gt;sample string 2&lt;/d2p1:value&gt;
    &lt;/d2p1:KeyValuePairOfstringstring&gt;
    &lt;d2p1:KeyValuePairOfstringstring&gt;
      &lt;d2p1:key&gt;sample string 1&lt;/d2p1:key&gt;
      &lt;d2p1:value&gt;sample string 2&lt;/d2p1:value&gt;
    &lt;/d2p1:KeyValuePairOfstringstring&gt;
  &lt;/Data&gt;
  &lt;EbMsAction&gt;sample string 6&lt;/EbMsAction&gt;
  &lt;EbMsAgreementRef&gt;sample string 4&lt;/EbMsAgreementRef&gt;
  &lt;EbMsServiceId&gt;sample string 5&lt;/EbMsServiceId&gt;
  &lt;EnvironmentId&gt;sample string 2&lt;/EnvironmentId&gt;
  &lt;OrganizationIdentifier&gt;sample string 1&lt;/OrganizationIdentifier&gt;
  &lt;PlancareVersion&gt;sample string 3&lt;/PlancareVersion&gt;
&lt;/ExternalConnectionInfo&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ExternalConnectionInfo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ExternalConnectionData&quot;&gt;
  &lt;Data xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/System.Collections.Generic&quot;&gt;
    &lt;d2p1:KeyValuePairOfstringstring&gt;
      &lt;d2p1:key&gt;sample string 1&lt;/d2p1:key&gt;
      &lt;d2p1:value&gt;sample string 2&lt;/d2p1:value&gt;
    &lt;/d2p1:KeyValuePairOfstringstring&gt;
    &lt;d2p1:KeyValuePairOfstringstring&gt;
      &lt;d2p1:key&gt;sample string 1&lt;/d2p1:key&gt;
      &lt;d2p1:value&gt;sample string 2&lt;/d2p1:value&gt;
    &lt;/d2p1:KeyValuePairOfstringstring&gt;
  &lt;/Data&gt;
  &lt;EbMsAction&gt;sample string 6&lt;/EbMsAction&gt;
  &lt;EbMsAgreementRef&gt;sample string 4&lt;/EbMsAgreementRef&gt;
  &lt;EbMsServiceId&gt;sample string 5&lt;/EbMsServiceId&gt;
  &lt;EnvironmentId&gt;sample string 2&lt;/EnvironmentId&gt;
  &lt;OrganizationIdentifier&gt;sample string 1&lt;/OrganizationIdentifier&gt;
  &lt;PlancareVersion&gt;sample string 3&lt;/PlancareVersion&gt;
&lt;/ExternalConnectionInfo&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ExternalConnectionData/{connectionId}/Client?clientId={clientId}&amp;organizationEntityId={organizationEntityId}">
                <doc title="PlanCare2Api/ExternalConnectionData/{connectionId}/Client?clientId={clientId}&amp;organizationEntityId={organizationEntityId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="connectionId"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="organizationEntityId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;dhs.OrganizationIdentifier&quot;: &quot;sample string 1&quot;,
  &quot;dhs.EnvironmentId&quot;: &quot;sample string 2&quot;,
  &quot;dhs.PlancareVersion&quot;: &quot;sample string 3&quot;,
  &quot;ebMS-AgreementRef&quot;: &quot;sample string 4&quot;,
  &quot;ebMS-ServiceId&quot;: &quot;sample string 5&quot;,
  &quot;ebMS-Action&quot;: &quot;sample string 6&quot;,
  &quot;Data&quot;: [
    {
      &quot;Key&quot;: &quot;sample string 1&quot;,
      &quot;Value&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;Key&quot;: &quot;sample string 1&quot;,
      &quot;Value&quot;: &quot;sample string 2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;dhs.OrganizationIdentifier&quot;: &quot;sample string 1&quot;,
  &quot;dhs.EnvironmentId&quot;: &quot;sample string 2&quot;,
  &quot;dhs.PlancareVersion&quot;: &quot;sample string 3&quot;,
  &quot;ebMS-AgreementRef&quot;: &quot;sample string 4&quot;,
  &quot;ebMS-ServiceId&quot;: &quot;sample string 5&quot;,
  &quot;ebMS-Action&quot;: &quot;sample string 6&quot;,
  &quot;Data&quot;: [
    {
      &quot;Key&quot;: &quot;sample string 1&quot;,
      &quot;Value&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;Key&quot;: &quot;sample string 1&quot;,
      &quot;Value&quot;: &quot;sample string 2&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ExternalConnectionInfo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ExternalConnectionData&quot;&gt;
  &lt;Data xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/System.Collections.Generic&quot;&gt;
    &lt;d2p1:KeyValuePairOfstringstring&gt;
      &lt;d2p1:key&gt;sample string 1&lt;/d2p1:key&gt;
      &lt;d2p1:value&gt;sample string 2&lt;/d2p1:value&gt;
    &lt;/d2p1:KeyValuePairOfstringstring&gt;
    &lt;d2p1:KeyValuePairOfstringstring&gt;
      &lt;d2p1:key&gt;sample string 1&lt;/d2p1:key&gt;
      &lt;d2p1:value&gt;sample string 2&lt;/d2p1:value&gt;
    &lt;/d2p1:KeyValuePairOfstringstring&gt;
  &lt;/Data&gt;
  &lt;EbMsAction&gt;sample string 6&lt;/EbMsAction&gt;
  &lt;EbMsAgreementRef&gt;sample string 4&lt;/EbMsAgreementRef&gt;
  &lt;EbMsServiceId&gt;sample string 5&lt;/EbMsServiceId&gt;
  &lt;EnvironmentId&gt;sample string 2&lt;/EnvironmentId&gt;
  &lt;OrganizationIdentifier&gt;sample string 1&lt;/OrganizationIdentifier&gt;
  &lt;PlancareVersion&gt;sample string 3&lt;/PlancareVersion&gt;
&lt;/ExternalConnectionInfo&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ExternalConnectionInfo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.ExternalConnectionData&quot;&gt;
  &lt;Data xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/System.Collections.Generic&quot;&gt;
    &lt;d2p1:KeyValuePairOfstringstring&gt;
      &lt;d2p1:key&gt;sample string 1&lt;/d2p1:key&gt;
      &lt;d2p1:value&gt;sample string 2&lt;/d2p1:value&gt;
    &lt;/d2p1:KeyValuePairOfstringstring&gt;
    &lt;d2p1:KeyValuePairOfstringstring&gt;
      &lt;d2p1:key&gt;sample string 1&lt;/d2p1:key&gt;
      &lt;d2p1:value&gt;sample string 2&lt;/d2p1:value&gt;
    &lt;/d2p1:KeyValuePairOfstringstring&gt;
  &lt;/Data&gt;
  &lt;EbMsAction&gt;sample string 6&lt;/EbMsAction&gt;
  &lt;EbMsAgreementRef&gt;sample string 4&lt;/EbMsAgreementRef&gt;
  &lt;EbMsServiceId&gt;sample string 5&lt;/EbMsServiceId&gt;
  &lt;EnvironmentId&gt;sample string 2&lt;/EnvironmentId&gt;
  &lt;OrganizationIdentifier&gt;sample string 1&lt;/OrganizationIdentifier&gt;
  &lt;PlancareVersion&gt;sample string 3&lt;/PlancareVersion&gt;
&lt;/ExternalConnectionInfo&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Goals?careplanIds[0]={careplanIds[0]}&amp;careplanIds[1]={careplanIds[1]}">
                <doc title="PlanCare2Api/Goals?careplanIds[0]={careplanIds[0]}&amp;careplanIds[1]={careplanIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="careplanIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
    &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
    &quot;ClientId&quot;: 5,
    &quot;ClientplanId&quot;: 6,
    &quot;Status&quot;: 0,
    &quot;StatusDate&quot;: &quot;2026-05-26T22:10:19.6572104+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
    &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
    &quot;ClientId&quot;: 5,
    &quot;ClientplanId&quot;: 6,
    &quot;Status&quot;: 0,
    &quot;StatusDate&quot;: &quot;2026-05-26T22:10:19.6572104+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfGoal xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Goal&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:10:19.6572104+02:00&lt;/StatusDate&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/Goal&gt;
  &lt;Goal&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:10:19.6572104+02:00&lt;/StatusDate&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/Goal&gt;
&lt;/ArrayOfGoal&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfGoal xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Goal&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:10:19.6572104+02:00&lt;/StatusDate&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/Goal&gt;
  &lt;Goal&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:10:19.6572104+02:00&lt;/StatusDate&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/Goal&gt;
&lt;/ArrayOfGoal&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Goals?clientId={clientId}">
                <doc title="PlanCare2Api/Goals?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
    &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
    &quot;ClientId&quot;: 5,
    &quot;ClientplanId&quot;: 6,
    &quot;Status&quot;: 0,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:57.4942422+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
    &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
    &quot;ClientId&quot;: 5,
    &quot;ClientplanId&quot;: 6,
    &quot;Status&quot;: 0,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:57.4942422+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfGoal xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Goal&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:57.4942422+02:00&lt;/StatusDate&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/Goal&gt;
  &lt;Goal&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:57.4942422+02:00&lt;/StatusDate&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/Goal&gt;
&lt;/ArrayOfGoal&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfGoal xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Goal&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:57.4942422+02:00&lt;/StatusDate&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/Goal&gt;
  &lt;Goal&gt;
    &lt;ClientId&gt;5&lt;/ClientId&gt;
    &lt;ClientplanId&gt;6&lt;/ClientplanId&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:57.4942422+02:00&lt;/StatusDate&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/Goal&gt;
&lt;/ArrayOfGoal&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Intakes/IntakePeriods/Active?clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Intakes/IntakePeriods/Active?clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;ContractId&quot;: 3,
    &quot;ContractDescription&quot;: &quot;sample string 4&quot;,
    &quot;ContractType&quot;: &quot;sample string 5&quot;,
    &quot;ContractStartDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;ContractId&quot;: 3,
    &quot;ContractDescription&quot;: &quot;sample string 4&quot;,
    &quot;ContractType&quot;: &quot;sample string 5&quot;,
    &quot;ContractStartDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfIntakePeriod xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;IntakePeriod&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ContractDescription&gt;sample string 4&lt;/ContractDescription&gt;
    &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StartDate&gt;
  &lt;/IntakePeriod&gt;
  &lt;IntakePeriod&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ContractDescription&gt;sample string 4&lt;/ContractDescription&gt;
    &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StartDate&gt;
  &lt;/IntakePeriod&gt;
&lt;/ArrayOfIntakePeriod&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfIntakePeriod xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;IntakePeriod&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ContractDescription&gt;sample string 4&lt;/ContractDescription&gt;
    &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StartDate&gt;
  &lt;/IntakePeriod&gt;
  &lt;IntakePeriod&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ContractDescription&gt;sample string 4&lt;/ContractDescription&gt;
    &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StartDate&gt;
  &lt;/IntakePeriod&gt;
&lt;/ArrayOfIntakePeriod&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Intakes/IntakePeriods/Active?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Intakes/IntakePeriods/Active?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T22:06:14.4113069+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:14.4113069+02:00&quot;,
    &quot;ContractId&quot;: 3,
    &quot;ContractDescription&quot;: &quot;sample string 4&quot;,
    &quot;ContractType&quot;: &quot;sample string 5&quot;,
    &quot;ContractStartDate&quot;: &quot;2026-05-26T22:06:14.4113069+02:00&quot;,
    &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:14.4113069+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T22:06:14.4113069+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:14.4113069+02:00&quot;,
    &quot;ContractId&quot;: 3,
    &quot;ContractDescription&quot;: &quot;sample string 4&quot;,
    &quot;ContractType&quot;: &quot;sample string 5&quot;,
    &quot;ContractStartDate&quot;: &quot;2026-05-26T22:06:14.4113069+02:00&quot;,
    &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:14.4113069+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfIntakePeriod xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;IntakePeriod&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ContractDescription&gt;sample string 4&lt;/ContractDescription&gt;
    &lt;ContractEndDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/StartDate&gt;
  &lt;/IntakePeriod&gt;
  &lt;IntakePeriod&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ContractDescription&gt;sample string 4&lt;/ContractDescription&gt;
    &lt;ContractEndDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/StartDate&gt;
  &lt;/IntakePeriod&gt;
&lt;/ArrayOfIntakePeriod&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfIntakePeriod xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;IntakePeriod&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ContractDescription&gt;sample string 4&lt;/ContractDescription&gt;
    &lt;ContractEndDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/StartDate&gt;
  &lt;/IntakePeriod&gt;
  &lt;IntakePeriod&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ContractDescription&gt;sample string 4&lt;/ContractDescription&gt;
    &lt;ContractEndDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:14.4113069+02:00&lt;/StartDate&gt;
  &lt;/IntakePeriod&gt;
&lt;/ArrayOfIntakePeriod&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Intakes/IntakePeriods/ActiveV2?clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Intakes/IntakePeriods/ActiveV2?clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 3&quot;,
    &quot;Contracts&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;ContractId&quot;: 1,
        &quot;ContractDescription&quot;: &quot;sample string 2&quot;,
        &quot;ContractType&quot;: &quot;sample string 3&quot;,
        &quot;ContractStartDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
        &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 3&quot;,
    &quot;Contracts&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;ContractId&quot;: 1,
        &quot;ContractDescription&quot;: &quot;sample string 2&quot;,
        &quot;ContractType&quot;: &quot;sample string 3&quot;,
        &quot;ContractStartDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;,
        &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:58.9630195+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfIntakePeriodV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;IntakePeriodV2&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
    &lt;/Contracts&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 3&lt;/Status&gt;
  &lt;/IntakePeriodV2&gt;
  &lt;IntakePeriodV2&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
    &lt;/Contracts&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 3&lt;/Status&gt;
  &lt;/IntakePeriodV2&gt;
&lt;/ArrayOfIntakePeriodV2&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfIntakePeriodV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;IntakePeriodV2&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
    &lt;/Contracts&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 3&lt;/Status&gt;
  &lt;/IntakePeriodV2&gt;
  &lt;IntakePeriodV2&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
    &lt;/Contracts&gt;
    &lt;EndDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:58.9630195+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 3&lt;/Status&gt;
  &lt;/IntakePeriodV2&gt;
&lt;/ArrayOfIntakePeriodV2&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Intakes/IntakePeriods/ActiveV2?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Intakes/IntakePeriods/ActiveV2?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T22:06:09.4435007+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:09.4435007+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 3&quot;,
    &quot;Contracts&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;ContractId&quot;: 1,
        &quot;ContractDescription&quot;: &quot;sample string 2&quot;,
        &quot;ContractType&quot;: &quot;sample string 3&quot;,
        &quot;ContractStartDate&quot;: &quot;2026-05-26T22:06:09.4435007+02:00&quot;,
        &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:09.4435007+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T22:06:09.4435007+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:09.4435007+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 3&quot;,
    &quot;Contracts&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;ContractId&quot;: 1,
        &quot;ContractDescription&quot;: &quot;sample string 2&quot;,
        &quot;ContractType&quot;: &quot;sample string 3&quot;,
        &quot;ContractStartDate&quot;: &quot;2026-05-26T22:06:09.4435007+02:00&quot;,
        &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:09.4435007+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfIntakePeriodV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;IntakePeriodV2&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
    &lt;/Contracts&gt;
    &lt;EndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 3&lt;/Status&gt;
  &lt;/IntakePeriodV2&gt;
  &lt;IntakePeriodV2&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
    &lt;/Contracts&gt;
    &lt;EndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 3&lt;/Status&gt;
  &lt;/IntakePeriodV2&gt;
&lt;/ArrayOfIntakePeriodV2&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfIntakePeriodV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;IntakePeriodV2&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
    &lt;/Contracts&gt;
    &lt;EndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 3&lt;/Status&gt;
  &lt;/IntakePeriodV2&gt;
  &lt;IntakePeriodV2&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;Contracts&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
      &lt;IntakeContract&gt;
        &lt;ContractDescription&gt;sample string 2&lt;/ContractDescription&gt;
        &lt;ContractEndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/ContractStartDate&gt;
        &lt;ContractType&gt;sample string 3&lt;/ContractType&gt;
      &lt;/IntakeContract&gt;
    &lt;/Contracts&gt;
    &lt;EndDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:09.4435007+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 3&lt;/Status&gt;
  &lt;/IntakePeriodV2&gt;
&lt;/ArrayOfIntakePeriodV2&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Interventions?clientId={clientId}">
                <doc title="PlanCare2Api/Interventions?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;0b9229f2-c6ec-4536-be51-b0dc603044f1&quot;,
    &quot;ActionType&quot;: &quot;sample string 2&quot;,
    &quot;ActionArea&quot;: &quot;sample string 3&quot;,
    &quot;Area&quot;: &quot;sample string 4&quot;,
    &quot;AreaId&quot;: &quot;1eeea8b1-d7a0-4082-a07a-da817f97bb72&quot;,
    &quot;Domain&quot;: &quot;sample string 6&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;0b9229f2-c6ec-4536-be51-b0dc603044f1&quot;,
    &quot;ActionType&quot;: &quot;sample string 2&quot;,
    &quot;ActionArea&quot;: &quot;sample string 3&quot;,
    &quot;Area&quot;: &quot;sample string 4&quot;,
    &quot;AreaId&quot;: &quot;1eeea8b1-d7a0-4082-a07a-da817f97bb72&quot;,
    &quot;Domain&quot;: &quot;sample string 6&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfOmahaIntervention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;OmahaIntervention&gt;
    &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
    &lt;ActionType&gt;sample string 2&lt;/ActionType&gt;
    &lt;Area&gt;sample string 4&lt;/Area&gt;
    &lt;AreaId&gt;1eeea8b1-d7a0-4082-a07a-da817f97bb72&lt;/AreaId&gt;
    &lt;Domain&gt;sample string 6&lt;/Domain&gt;
    &lt;Id&gt;0b9229f2-c6ec-4536-be51-b0dc603044f1&lt;/Id&gt;
  &lt;/OmahaIntervention&gt;
  &lt;OmahaIntervention&gt;
    &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
    &lt;ActionType&gt;sample string 2&lt;/ActionType&gt;
    &lt;Area&gt;sample string 4&lt;/Area&gt;
    &lt;AreaId&gt;1eeea8b1-d7a0-4082-a07a-da817f97bb72&lt;/AreaId&gt;
    &lt;Domain&gt;sample string 6&lt;/Domain&gt;
    &lt;Id&gt;0b9229f2-c6ec-4536-be51-b0dc603044f1&lt;/Id&gt;
  &lt;/OmahaIntervention&gt;
&lt;/ArrayOfOmahaIntervention&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfOmahaIntervention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;OmahaIntervention&gt;
    &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
    &lt;ActionType&gt;sample string 2&lt;/ActionType&gt;
    &lt;Area&gt;sample string 4&lt;/Area&gt;
    &lt;AreaId&gt;1eeea8b1-d7a0-4082-a07a-da817f97bb72&lt;/AreaId&gt;
    &lt;Domain&gt;sample string 6&lt;/Domain&gt;
    &lt;Id&gt;0b9229f2-c6ec-4536-be51-b0dc603044f1&lt;/Id&gt;
  &lt;/OmahaIntervention&gt;
  &lt;OmahaIntervention&gt;
    &lt;ActionArea&gt;sample string 3&lt;/ActionArea&gt;
    &lt;ActionType&gt;sample string 2&lt;/ActionType&gt;
    &lt;Area&gt;sample string 4&lt;/Area&gt;
    &lt;AreaId&gt;1eeea8b1-d7a0-4082-a07a-da817f97bb72&lt;/AreaId&gt;
    &lt;Domain&gt;sample string 6&lt;/Domain&gt;
    &lt;Id&gt;0b9229f2-c6ec-4536-be51-b0dc603044f1&lt;/Id&gt;
  &lt;/OmahaIntervention&gt;
&lt;/ArrayOfOmahaIntervention&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Login/Employments">
                <doc title="PlanCare2Api/Login/Employments" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;IsDefault&quot;: true,
    &quot;IsDefaultForLogin&quot;: true,
    &quot;OrganizationEntityName&quot;: &quot;sample string 4&quot;,
    &quot;DisciplineName&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;IsDefault&quot;: true,
    &quot;IsDefaultForLogin&quot;: true,
    &quot;OrganizationEntityName&quot;: &quot;sample string 4&quot;,
    &quot;DisciplineName&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfLoginEmployment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;LoginEmployment&gt;
    &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefault&gt;true&lt;/IsDefault&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/LoginEmployment&gt;
  &lt;LoginEmployment&gt;
    &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefault&gt;true&lt;/IsDefault&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/LoginEmployment&gt;
&lt;/ArrayOfLoginEmployment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfLoginEmployment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;LoginEmployment&gt;
    &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefault&gt;true&lt;/IsDefault&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/LoginEmployment&gt;
  &lt;LoginEmployment&gt;
    &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefault&gt;true&lt;/IsDefault&gt;
    &lt;IsDefaultForLogin&gt;true&lt;/IsDefaultForLogin&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/LoginEmployment&gt;
&lt;/ArrayOfLoginEmployment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Measures?clientId={clientId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Measures?clientId={clientId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;7de61169-638c-48cd-87dd-c1ba553c4337&quot;,
    &quot;IsStructural&quot;: true,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientplanId&quot;: 5,
    &quot;StartDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;PlannedEndDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 6&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;CategoryId&quot;: &quot;5ecca094-a31c-4dc5-a12e-606f2a2c0cda&quot;,
    &quot;Category&quot;: &quot;sample string 8&quot;,
    &quot;Unit&quot;: &quot;sample string 9&quot;,
    &quot;UnitDescription&quot;: &quot;sample string 10&quot;,
    &quot;Amount&quot;: 1,
    &quot;Approved&quot;: true,
    &quot;MentallyCompetent&quot;: true,
    &quot;Approach&quot;: &quot;sample string 13&quot;,
    &quot;AdditionalDemands&quot;: &quot;sample string 14&quot;,
    &quot;Duration&quot;: &quot;sample string 15&quot;,
    &quot;Prevention&quot;: &quot;sample string 16&quot;,
    &quot;Remarks&quot;: &quot;sample string 17&quot;,
    &quot;ReduceInvoluntaryCare&quot;: &quot;sample string 18&quot;,
    &quot;ProtocolId&quot;: 1,
    &quot;ProtocolName&quot;: &quot;sample string 19&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
        &quot;IsActual&quot;: true,
        &quot;DisciplineGroupId&quot;: 6,
        &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
        &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Employees&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;EmployeeId&quot;: 1,
        &quot;LookupName&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Goals&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;AggregateId&quot;: &quot;55a56969-e38f-461c-9827-bb24c7cf154d&quot;,
        &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
        &quot;CareDemandId&quot;: 4,
        &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
        &quot;TemplateGoalId&quot;: 1,
        &quot;PreviousGoalId&quot;: 1,
        &quot;QuestionnaireGoalId&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;Name&quot;: &quot;sample string 6&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
        &quot;StatusDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
        &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
        &quot;DisciplineIds&quot;: [
          1,
          2
        ],
        &quot;DisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;LatestScore&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Color&quot;: 1,
          &quot;Description&quot;: &quot;sample string 2&quot;,
          &quot;Value&quot;: 3,
          &quot;Rank&quot;: 4,
          &quot;Name&quot;: &quot;sample string 5&quot;
        },
        &quot;MainGoalId&quot;: &quot;13b224ea-dfa6-4e4a-8171-7c8aab020e00&quot;,
        &quot;MainGoal&quot;: &quot;sample string 11&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;FilledQuestionnaires&quot;: [
      {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;Id&quot;: 1,
        &quot;RelationId&quot;: 2,
        &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
        &quot;ClientId&quot;: 4,
        &quot;Status&quot;: 1,
        &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
        &quot;QuestionnaireGuid&quot;: &quot;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&quot;,
        &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
        &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
        &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
        &quot;CreatedOn&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
        &quot;LastChangedOn&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;Locked&quot;: true,
        &quot;LockedByLoggedOnAccessUser&quot;: true,
        &quot;LockedBy&quot;: &quot;sample string 14&quot;,
        &quot;LockedOn&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;6&quot;
      }
    ],
    &quot;CareResponsibleApprovalDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;CareResponsibleApprovalEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;CareResponsibleApprovalEmployeeDiscipline&quot;: &quot;sample string 20&quot;,
    &quot;CareResponsibleApprovalRegistrationDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;CareResponsibleApprovalRegistrationEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;CareResponsibleApprovalRegistrationEmployeeDiscipline&quot;: &quot;sample string 21&quot;,
    &quot;BehavioralRisk&quot;: &quot;sample string 22&quot;,
    &quot;BehavioralRiskApprovalDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;BehavioralRiskApprovalEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;BehavioralRiskApprovalEmployeeDiscipline&quot;: &quot;sample string 23&quot;,
    &quot;BehavioralRiskApprovalRegistrationDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;BehavioralRiskApprovalRegistrationEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;BehavioralRiskApprovalRegistrationEmployeeDiscipline&quot;: &quot;sample string 24&quot;,
    &quot;MedicalRisk&quot;: &quot;sample string 25&quot;,
    &quot;MedicalRiskApprovalDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;MedicalRiskApprovalEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;MedicalRiskApprovalEmployeeDiscipline&quot;: &quot;sample string 26&quot;,
    &quot;MedicalRiskApprovalRegistrationDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;MedicalRiskApprovalRegistrationEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;MedicalRiskApprovalRegistrationEmployeeDiscipline&quot;: &quot;sample string 27&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;7de61169-638c-48cd-87dd-c1ba553c4337&quot;,
    &quot;IsStructural&quot;: true,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;ClientplanId&quot;: 5,
    &quot;StartDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;PlannedEndDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 6&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;CategoryId&quot;: &quot;5ecca094-a31c-4dc5-a12e-606f2a2c0cda&quot;,
    &quot;Category&quot;: &quot;sample string 8&quot;,
    &quot;Unit&quot;: &quot;sample string 9&quot;,
    &quot;UnitDescription&quot;: &quot;sample string 10&quot;,
    &quot;Amount&quot;: 1,
    &quot;Approved&quot;: true,
    &quot;MentallyCompetent&quot;: true,
    &quot;Approach&quot;: &quot;sample string 13&quot;,
    &quot;AdditionalDemands&quot;: &quot;sample string 14&quot;,
    &quot;Duration&quot;: &quot;sample string 15&quot;,
    &quot;Prevention&quot;: &quot;sample string 16&quot;,
    &quot;Remarks&quot;: &quot;sample string 17&quot;,
    &quot;ReduceInvoluntaryCare&quot;: &quot;sample string 18&quot;,
    &quot;ProtocolId&quot;: 1,
    &quot;ProtocolName&quot;: &quot;sample string 19&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
        &quot;IsActual&quot;: true,
        &quot;DisciplineGroupId&quot;: 6,
        &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
        &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Employees&quot;: [
      {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;EmployeeId&quot;: 1,
        &quot;LookupName&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ],
    &quot;Goals&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;AggregateId&quot;: &quot;55a56969-e38f-461c-9827-bb24c7cf154d&quot;,
        &quot;CareDemandName&quot;: &quot;sample string 3&quot;,
        &quot;CareDemandId&quot;: 4,
        &quot;CareDemandExplanation&quot;: &quot;sample string 5&quot;,
        &quot;TemplateGoalId&quot;: 1,
        &quot;PreviousGoalId&quot;: 1,
        &quot;QuestionnaireGoalId&quot;: 1,
        &quot;StartDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;Name&quot;: &quot;sample string 6&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusDescription&quot;: &quot;sample string 7&quot;,
        &quot;StatusDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;InitialSituation&quot;: &quot;sample string 9&quot;,
        &quot;TargetSituation&quot;: &quot;sample string 10&quot;,
        &quot;DisciplineIds&quot;: [
          1,
          2
        ],
        &quot;DisciplineGroupIds&quot;: [
          1,
          2
        ],
        &quot;LatestScore&quot;: {
          &quot;$id&quot;: &quot;5&quot;,
          &quot;Color&quot;: 1,
          &quot;Description&quot;: &quot;sample string 2&quot;,
          &quot;Value&quot;: 3,
          &quot;Rank&quot;: 4,
          &quot;Name&quot;: &quot;sample string 5&quot;
        },
        &quot;MainGoalId&quot;: &quot;13b224ea-dfa6-4e4a-8171-7c8aab020e00&quot;,
        &quot;MainGoal&quot;: &quot;sample string 11&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;FilledQuestionnaires&quot;: [
      {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;Id&quot;: 1,
        &quot;RelationId&quot;: 2,
        &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
        &quot;ClientId&quot;: 4,
        &quot;Status&quot;: 1,
        &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
        &quot;QuestionnaireGuid&quot;: &quot;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&quot;,
        &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
        &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
        &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
        &quot;CreatedOn&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
        &quot;LastChangedOn&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
        &quot;Locked&quot;: true,
        &quot;LockedByLoggedOnAccessUser&quot;: true,
        &quot;LockedBy&quot;: &quot;sample string 14&quot;,
        &quot;LockedOn&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;6&quot;
      }
    ],
    &quot;CareResponsibleApprovalDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;CareResponsibleApprovalEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;CareResponsibleApprovalEmployeeDiscipline&quot;: &quot;sample string 20&quot;,
    &quot;CareResponsibleApprovalRegistrationDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;CareResponsibleApprovalRegistrationEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;CareResponsibleApprovalRegistrationEmployeeDiscipline&quot;: &quot;sample string 21&quot;,
    &quot;BehavioralRisk&quot;: &quot;sample string 22&quot;,
    &quot;BehavioralRiskApprovalDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;BehavioralRiskApprovalEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;BehavioralRiskApprovalEmployeeDiscipline&quot;: &quot;sample string 23&quot;,
    &quot;BehavioralRiskApprovalRegistrationDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;BehavioralRiskApprovalRegistrationEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;BehavioralRiskApprovalRegistrationEmployeeDiscipline&quot;: &quot;sample string 24&quot;,
    &quot;MedicalRisk&quot;: &quot;sample string 25&quot;,
    &quot;MedicalRiskApprovalDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;MedicalRiskApprovalEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;MedicalRiskApprovalEmployeeDiscipline&quot;: &quot;sample string 26&quot;,
    &quot;MedicalRiskApprovalRegistrationDate&quot;: &quot;2026-05-26T22:06:57.8704153+02:00&quot;,
    &quot;MedicalRiskApprovalRegistrationEmployee&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;MedicalRiskApprovalRegistrationEmployeeDiscipline&quot;: &quot;sample string 27&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMeasure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Measure&gt;
    &lt;AdditionalDemands&gt;sample string 14&lt;/AdditionalDemands&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;Approach&gt;sample string 13&lt;/Approach&gt;
    &lt;Approved&gt;true&lt;/Approved&gt;
    &lt;BehavioralRisk&gt;sample string 22&lt;/BehavioralRisk&gt;
    &lt;BehavioralRiskApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/BehavioralRiskApprovalDate&gt;
    &lt;BehavioralRiskApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/BehavioralRiskApprovalEmployee&gt;
    &lt;BehavioralRiskApprovalEmployeeDiscipline&gt;sample string 23&lt;/BehavioralRiskApprovalEmployeeDiscipline&gt;
    &lt;BehavioralRiskApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/BehavioralRiskApprovalRegistrationDate&gt;
    &lt;BehavioralRiskApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/BehavioralRiskApprovalRegistrationEmployee&gt;
    &lt;BehavioralRiskApprovalRegistrationEmployeeDiscipline&gt;sample string 24&lt;/BehavioralRiskApprovalRegistrationEmployeeDiscipline&gt;
    &lt;CareResponsibleApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/CareResponsibleApprovalDate&gt;
    &lt;CareResponsibleApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/CareResponsibleApprovalEmployee&gt;
    &lt;CareResponsibleApprovalEmployeeDiscipline&gt;sample string 20&lt;/CareResponsibleApprovalEmployeeDiscipline&gt;
    &lt;CareResponsibleApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/CareResponsibleApprovalRegistrationDate&gt;
    &lt;CareResponsibleApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/CareResponsibleApprovalRegistrationEmployee&gt;
    &lt;CareResponsibleApprovalRegistrationEmployeeDiscipline&gt;sample string 21&lt;/CareResponsibleApprovalRegistrationEmployeeDiscipline&gt;
    &lt;Category&gt;sample string 8&lt;/Category&gt;
    &lt;CategoryId&gt;5ecca094-a31c-4dc5-a12e-606f2a2c0cda&lt;/CategoryId&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientplanId&gt;5&lt;/ClientplanId&gt;
    &lt;Disciplines&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Duration&gt;sample string 15&lt;/Duration&gt;
    &lt;Employees&gt;
      &lt;MeasureEmployee&gt;
        &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/MeasureEmployee&gt;
      &lt;MeasureEmployee&gt;
        &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/MeasureEmployee&gt;
    &lt;/Employees&gt;
    &lt;EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/EndDate&gt;
    &lt;FilledQuestionnaires xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
      &lt;d3p1:FilledQuestionnaire&gt;
        &lt;d3p1:ClientId&gt;4&lt;/d3p1:ClientId&gt;
        &lt;d3p1:CreatedBy&gt;sample string 9&lt;/d3p1:CreatedBy&gt;
        &lt;d3p1:CreatedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:CreatedOn&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:LastChangedBy&gt;sample string 11&lt;/d3p1:LastChangedBy&gt;
        &lt;d3p1:LastChangedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LastChangedOn&gt;
        &lt;d3p1:Locked&gt;true&lt;/d3p1:Locked&gt;
        &lt;d3p1:LockedBy&gt;sample string 14&lt;/d3p1:LockedBy&gt;
        &lt;d3p1:LockedByLoggedOnAccessUser&gt;true&lt;/d3p1:LockedByLoggedOnAccessUser&gt;
        &lt;d3p1:LockedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&lt;/d3p1:QuestionnaireGuid&gt;
        &lt;d3p1:QuestionnaireName&gt;sample string 7&lt;/d3p1:QuestionnaireName&gt;
        &lt;d3p1:QuestionnaireVersion&gt;sample string 8&lt;/d3p1:QuestionnaireVersion&gt;
        &lt;d3p1:RelationId&gt;2&lt;/d3p1:RelationId&gt;
        &lt;d3p1:RelationLookUpName&gt;sample string 3&lt;/d3p1:RelationLookUpName&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDescription&gt;sample string 5&lt;/d3p1:StatusDescription&gt;
      &lt;/d3p1:FilledQuestionnaire&gt;
      &lt;d3p1:FilledQuestionnaire&gt;
        &lt;d3p1:ClientId&gt;4&lt;/d3p1:ClientId&gt;
        &lt;d3p1:CreatedBy&gt;sample string 9&lt;/d3p1:CreatedBy&gt;
        &lt;d3p1:CreatedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:CreatedOn&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:LastChangedBy&gt;sample string 11&lt;/d3p1:LastChangedBy&gt;
        &lt;d3p1:LastChangedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LastChangedOn&gt;
        &lt;d3p1:Locked&gt;true&lt;/d3p1:Locked&gt;
        &lt;d3p1:LockedBy&gt;sample string 14&lt;/d3p1:LockedBy&gt;
        &lt;d3p1:LockedByLoggedOnAccessUser&gt;true&lt;/d3p1:LockedByLoggedOnAccessUser&gt;
        &lt;d3p1:LockedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&lt;/d3p1:QuestionnaireGuid&gt;
        &lt;d3p1:QuestionnaireName&gt;sample string 7&lt;/d3p1:QuestionnaireName&gt;
        &lt;d3p1:QuestionnaireVersion&gt;sample string 8&lt;/d3p1:QuestionnaireVersion&gt;
        &lt;d3p1:RelationId&gt;2&lt;/d3p1:RelationId&gt;
        &lt;d3p1:RelationLookUpName&gt;sample string 3&lt;/d3p1:RelationLookUpName&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDescription&gt;sample string 5&lt;/d3p1:StatusDescription&gt;
      &lt;/d3p1:FilledQuestionnaire&gt;
    &lt;/FilledQuestionnaires&gt;
    &lt;Goals xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:GoalV2&gt;
        &lt;d3p1:AggregateId&gt;55a56969-e38f-461c-9827-bb24c7cf154d&lt;/d3p1:AggregateId&gt;
        &lt;d3p1:CareDemandExplanation&gt;sample string 5&lt;/d3p1:CareDemandExplanation&gt;
        &lt;d3p1:CareDemandId&gt;4&lt;/d3p1:CareDemandId&gt;
        &lt;d3p1:CareDemandName&gt;sample string 3&lt;/d3p1:CareDemandName&gt;
        &lt;d3p1:DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineGroupIds&gt;
        &lt;d3p1:DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineIds&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:InitialSituation&gt;sample string 9&lt;/d3p1:InitialSituation&gt;
        &lt;d3p1:LatestScore&gt;
          &lt;d3p1:Color&gt;1&lt;/d3p1:Color&gt;
          &lt;d3p1:Description&gt;sample string 2&lt;/d3p1:Description&gt;
          &lt;d3p1:Name&gt;sample string 5&lt;/d3p1:Name&gt;
          &lt;d3p1:Rank&gt;4&lt;/d3p1:Rank&gt;
          &lt;d3p1:Value&gt;3&lt;/d3p1:Value&gt;
        &lt;/d3p1:LatestScore&gt;
        &lt;d3p1:MainGoal&gt;sample string 11&lt;/d3p1:MainGoal&gt;
        &lt;d3p1:MainGoalId&gt;13b224ea-dfa6-4e4a-8171-7c8aab020e00&lt;/d3p1:MainGoalId&gt;
        &lt;d3p1:Name&gt;sample string 6&lt;/d3p1:Name&gt;
        &lt;d3p1:PreviousGoalId&gt;1&lt;/d3p1:PreviousGoalId&gt;
        &lt;d3p1:QuestionnaireGoalId&gt;1&lt;/d3p1:QuestionnaireGoalId&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StatusDate&gt;
        &lt;d3p1:StatusDescription&gt;sample string 7&lt;/d3p1:StatusDescription&gt;
        &lt;d3p1:TargetSituation&gt;sample string 10&lt;/d3p1:TargetSituation&gt;
        &lt;d3p1:TemplateGoalId&gt;1&lt;/d3p1:TemplateGoalId&gt;
      &lt;/d3p1:GoalV2&gt;
      &lt;d3p1:GoalV2&gt;
        &lt;d3p1:AggregateId&gt;55a56969-e38f-461c-9827-bb24c7cf154d&lt;/d3p1:AggregateId&gt;
        &lt;d3p1:CareDemandExplanation&gt;sample string 5&lt;/d3p1:CareDemandExplanation&gt;
        &lt;d3p1:CareDemandId&gt;4&lt;/d3p1:CareDemandId&gt;
        &lt;d3p1:CareDemandName&gt;sample string 3&lt;/d3p1:CareDemandName&gt;
        &lt;d3p1:DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineGroupIds&gt;
        &lt;d3p1:DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineIds&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:InitialSituation&gt;sample string 9&lt;/d3p1:InitialSituation&gt;
        &lt;d3p1:LatestScore&gt;
          &lt;d3p1:Color&gt;1&lt;/d3p1:Color&gt;
          &lt;d3p1:Description&gt;sample string 2&lt;/d3p1:Description&gt;
          &lt;d3p1:Name&gt;sample string 5&lt;/d3p1:Name&gt;
          &lt;d3p1:Rank&gt;4&lt;/d3p1:Rank&gt;
          &lt;d3p1:Value&gt;3&lt;/d3p1:Value&gt;
        &lt;/d3p1:LatestScore&gt;
        &lt;d3p1:MainGoal&gt;sample string 11&lt;/d3p1:MainGoal&gt;
        &lt;d3p1:MainGoalId&gt;13b224ea-dfa6-4e4a-8171-7c8aab020e00&lt;/d3p1:MainGoalId&gt;
        &lt;d3p1:Name&gt;sample string 6&lt;/d3p1:Name&gt;
        &lt;d3p1:PreviousGoalId&gt;1&lt;/d3p1:PreviousGoalId&gt;
        &lt;d3p1:QuestionnaireGoalId&gt;1&lt;/d3p1:QuestionnaireGoalId&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StatusDate&gt;
        &lt;d3p1:StatusDescription&gt;sample string 7&lt;/d3p1:StatusDescription&gt;
        &lt;d3p1:TargetSituation&gt;sample string 10&lt;/d3p1:TargetSituation&gt;
        &lt;d3p1:TemplateGoalId&gt;1&lt;/d3p1:TemplateGoalId&gt;
      &lt;/d3p1:GoalV2&gt;
    &lt;/Goals&gt;
    &lt;Id&gt;7de61169-638c-48cd-87dd-c1ba553c4337&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;MedicalRisk&gt;sample string 25&lt;/MedicalRisk&gt;
    &lt;MedicalRiskApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/MedicalRiskApprovalDate&gt;
    &lt;MedicalRiskApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/MedicalRiskApprovalEmployee&gt;
    &lt;MedicalRiskApprovalEmployeeDiscipline&gt;sample string 26&lt;/MedicalRiskApprovalEmployeeDiscipline&gt;
    &lt;MedicalRiskApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/MedicalRiskApprovalRegistrationDate&gt;
    &lt;MedicalRiskApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/MedicalRiskApprovalRegistrationEmployee&gt;
    &lt;MedicalRiskApprovalRegistrationEmployeeDiscipline&gt;sample string 27&lt;/MedicalRiskApprovalRegistrationEmployeeDiscipline&gt;
    &lt;MentallyCompetent&gt;true&lt;/MentallyCompetent&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;PlannedEndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/PlannedEndDate&gt;
    &lt;Prevention&gt;sample string 16&lt;/Prevention&gt;
    &lt;ProtocolId&gt;1&lt;/ProtocolId&gt;
    &lt;ProtocolName&gt;sample string 19&lt;/ProtocolName&gt;
    &lt;ReduceInvoluntaryCare&gt;sample string 18&lt;/ReduceInvoluntaryCare&gt;
    &lt;Remarks&gt;sample string 17&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 6&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/StatusDate&gt;
    &lt;Unit&gt;sample string 9&lt;/Unit&gt;
    &lt;UnitDescription&gt;sample string 10&lt;/UnitDescription&gt;
  &lt;/Measure&gt;
  &lt;Measure&gt;
    &lt;AdditionalDemands&gt;sample string 14&lt;/AdditionalDemands&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;Approach&gt;sample string 13&lt;/Approach&gt;
    &lt;Approved&gt;true&lt;/Approved&gt;
    &lt;BehavioralRisk&gt;sample string 22&lt;/BehavioralRisk&gt;
    &lt;BehavioralRiskApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/BehavioralRiskApprovalDate&gt;
    &lt;BehavioralRiskApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/BehavioralRiskApprovalEmployee&gt;
    &lt;BehavioralRiskApprovalEmployeeDiscipline&gt;sample string 23&lt;/BehavioralRiskApprovalEmployeeDiscipline&gt;
    &lt;BehavioralRiskApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/BehavioralRiskApprovalRegistrationDate&gt;
    &lt;BehavioralRiskApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/BehavioralRiskApprovalRegistrationEmployee&gt;
    &lt;BehavioralRiskApprovalRegistrationEmployeeDiscipline&gt;sample string 24&lt;/BehavioralRiskApprovalRegistrationEmployeeDiscipline&gt;
    &lt;CareResponsibleApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/CareResponsibleApprovalDate&gt;
    &lt;CareResponsibleApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/CareResponsibleApprovalEmployee&gt;
    &lt;CareResponsibleApprovalEmployeeDiscipline&gt;sample string 20&lt;/CareResponsibleApprovalEmployeeDiscipline&gt;
    &lt;CareResponsibleApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/CareResponsibleApprovalRegistrationDate&gt;
    &lt;CareResponsibleApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/CareResponsibleApprovalRegistrationEmployee&gt;
    &lt;CareResponsibleApprovalRegistrationEmployeeDiscipline&gt;sample string 21&lt;/CareResponsibleApprovalRegistrationEmployeeDiscipline&gt;
    &lt;Category&gt;sample string 8&lt;/Category&gt;
    &lt;CategoryId&gt;5ecca094-a31c-4dc5-a12e-606f2a2c0cda&lt;/CategoryId&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientplanId&gt;5&lt;/ClientplanId&gt;
    &lt;Disciplines&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Duration&gt;sample string 15&lt;/Duration&gt;
    &lt;Employees&gt;
      &lt;MeasureEmployee&gt;
        &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/MeasureEmployee&gt;
      &lt;MeasureEmployee&gt;
        &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/MeasureEmployee&gt;
    &lt;/Employees&gt;
    &lt;EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/EndDate&gt;
    &lt;FilledQuestionnaires xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
      &lt;d3p1:FilledQuestionnaire&gt;
        &lt;d3p1:ClientId&gt;4&lt;/d3p1:ClientId&gt;
        &lt;d3p1:CreatedBy&gt;sample string 9&lt;/d3p1:CreatedBy&gt;
        &lt;d3p1:CreatedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:CreatedOn&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:LastChangedBy&gt;sample string 11&lt;/d3p1:LastChangedBy&gt;
        &lt;d3p1:LastChangedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LastChangedOn&gt;
        &lt;d3p1:Locked&gt;true&lt;/d3p1:Locked&gt;
        &lt;d3p1:LockedBy&gt;sample string 14&lt;/d3p1:LockedBy&gt;
        &lt;d3p1:LockedByLoggedOnAccessUser&gt;true&lt;/d3p1:LockedByLoggedOnAccessUser&gt;
        &lt;d3p1:LockedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&lt;/d3p1:QuestionnaireGuid&gt;
        &lt;d3p1:QuestionnaireName&gt;sample string 7&lt;/d3p1:QuestionnaireName&gt;
        &lt;d3p1:QuestionnaireVersion&gt;sample string 8&lt;/d3p1:QuestionnaireVersion&gt;
        &lt;d3p1:RelationId&gt;2&lt;/d3p1:RelationId&gt;
        &lt;d3p1:RelationLookUpName&gt;sample string 3&lt;/d3p1:RelationLookUpName&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDescription&gt;sample string 5&lt;/d3p1:StatusDescription&gt;
      &lt;/d3p1:FilledQuestionnaire&gt;
      &lt;d3p1:FilledQuestionnaire&gt;
        &lt;d3p1:ClientId&gt;4&lt;/d3p1:ClientId&gt;
        &lt;d3p1:CreatedBy&gt;sample string 9&lt;/d3p1:CreatedBy&gt;
        &lt;d3p1:CreatedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:CreatedOn&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:LastChangedBy&gt;sample string 11&lt;/d3p1:LastChangedBy&gt;
        &lt;d3p1:LastChangedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LastChangedOn&gt;
        &lt;d3p1:Locked&gt;true&lt;/d3p1:Locked&gt;
        &lt;d3p1:LockedBy&gt;sample string 14&lt;/d3p1:LockedBy&gt;
        &lt;d3p1:LockedByLoggedOnAccessUser&gt;true&lt;/d3p1:LockedByLoggedOnAccessUser&gt;
        &lt;d3p1:LockedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&lt;/d3p1:QuestionnaireGuid&gt;
        &lt;d3p1:QuestionnaireName&gt;sample string 7&lt;/d3p1:QuestionnaireName&gt;
        &lt;d3p1:QuestionnaireVersion&gt;sample string 8&lt;/d3p1:QuestionnaireVersion&gt;
        &lt;d3p1:RelationId&gt;2&lt;/d3p1:RelationId&gt;
        &lt;d3p1:RelationLookUpName&gt;sample string 3&lt;/d3p1:RelationLookUpName&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDescription&gt;sample string 5&lt;/d3p1:StatusDescription&gt;
      &lt;/d3p1:FilledQuestionnaire&gt;
    &lt;/FilledQuestionnaires&gt;
    &lt;Goals xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:GoalV2&gt;
        &lt;d3p1:AggregateId&gt;55a56969-e38f-461c-9827-bb24c7cf154d&lt;/d3p1:AggregateId&gt;
        &lt;d3p1:CareDemandExplanation&gt;sample string 5&lt;/d3p1:CareDemandExplanation&gt;
        &lt;d3p1:CareDemandId&gt;4&lt;/d3p1:CareDemandId&gt;
        &lt;d3p1:CareDemandName&gt;sample string 3&lt;/d3p1:CareDemandName&gt;
        &lt;d3p1:DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineGroupIds&gt;
        &lt;d3p1:DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineIds&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:InitialSituation&gt;sample string 9&lt;/d3p1:InitialSituation&gt;
        &lt;d3p1:LatestScore&gt;
          &lt;d3p1:Color&gt;1&lt;/d3p1:Color&gt;
          &lt;d3p1:Description&gt;sample string 2&lt;/d3p1:Description&gt;
          &lt;d3p1:Name&gt;sample string 5&lt;/d3p1:Name&gt;
          &lt;d3p1:Rank&gt;4&lt;/d3p1:Rank&gt;
          &lt;d3p1:Value&gt;3&lt;/d3p1:Value&gt;
        &lt;/d3p1:LatestScore&gt;
        &lt;d3p1:MainGoal&gt;sample string 11&lt;/d3p1:MainGoal&gt;
        &lt;d3p1:MainGoalId&gt;13b224ea-dfa6-4e4a-8171-7c8aab020e00&lt;/d3p1:MainGoalId&gt;
        &lt;d3p1:Name&gt;sample string 6&lt;/d3p1:Name&gt;
        &lt;d3p1:PreviousGoalId&gt;1&lt;/d3p1:PreviousGoalId&gt;
        &lt;d3p1:QuestionnaireGoalId&gt;1&lt;/d3p1:QuestionnaireGoalId&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StatusDate&gt;
        &lt;d3p1:StatusDescription&gt;sample string 7&lt;/d3p1:StatusDescription&gt;
        &lt;d3p1:TargetSituation&gt;sample string 10&lt;/d3p1:TargetSituation&gt;
        &lt;d3p1:TemplateGoalId&gt;1&lt;/d3p1:TemplateGoalId&gt;
      &lt;/d3p1:GoalV2&gt;
      &lt;d3p1:GoalV2&gt;
        &lt;d3p1:AggregateId&gt;55a56969-e38f-461c-9827-bb24c7cf154d&lt;/d3p1:AggregateId&gt;
        &lt;d3p1:CareDemandExplanation&gt;sample string 5&lt;/d3p1:CareDemandExplanation&gt;
        &lt;d3p1:CareDemandId&gt;4&lt;/d3p1:CareDemandId&gt;
        &lt;d3p1:CareDemandName&gt;sample string 3&lt;/d3p1:CareDemandName&gt;
        &lt;d3p1:DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineGroupIds&gt;
        &lt;d3p1:DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineIds&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:InitialSituation&gt;sample string 9&lt;/d3p1:InitialSituation&gt;
        &lt;d3p1:LatestScore&gt;
          &lt;d3p1:Color&gt;1&lt;/d3p1:Color&gt;
          &lt;d3p1:Description&gt;sample string 2&lt;/d3p1:Description&gt;
          &lt;d3p1:Name&gt;sample string 5&lt;/d3p1:Name&gt;
          &lt;d3p1:Rank&gt;4&lt;/d3p1:Rank&gt;
          &lt;d3p1:Value&gt;3&lt;/d3p1:Value&gt;
        &lt;/d3p1:LatestScore&gt;
        &lt;d3p1:MainGoal&gt;sample string 11&lt;/d3p1:MainGoal&gt;
        &lt;d3p1:MainGoalId&gt;13b224ea-dfa6-4e4a-8171-7c8aab020e00&lt;/d3p1:MainGoalId&gt;
        &lt;d3p1:Name&gt;sample string 6&lt;/d3p1:Name&gt;
        &lt;d3p1:PreviousGoalId&gt;1&lt;/d3p1:PreviousGoalId&gt;
        &lt;d3p1:QuestionnaireGoalId&gt;1&lt;/d3p1:QuestionnaireGoalId&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StatusDate&gt;
        &lt;d3p1:StatusDescription&gt;sample string 7&lt;/d3p1:StatusDescription&gt;
        &lt;d3p1:TargetSituation&gt;sample string 10&lt;/d3p1:TargetSituation&gt;
        &lt;d3p1:TemplateGoalId&gt;1&lt;/d3p1:TemplateGoalId&gt;
      &lt;/d3p1:GoalV2&gt;
    &lt;/Goals&gt;
    &lt;Id&gt;7de61169-638c-48cd-87dd-c1ba553c4337&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;MedicalRisk&gt;sample string 25&lt;/MedicalRisk&gt;
    &lt;MedicalRiskApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/MedicalRiskApprovalDate&gt;
    &lt;MedicalRiskApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/MedicalRiskApprovalEmployee&gt;
    &lt;MedicalRiskApprovalEmployeeDiscipline&gt;sample string 26&lt;/MedicalRiskApprovalEmployeeDiscipline&gt;
    &lt;MedicalRiskApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/MedicalRiskApprovalRegistrationDate&gt;
    &lt;MedicalRiskApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/MedicalRiskApprovalRegistrationEmployee&gt;
    &lt;MedicalRiskApprovalRegistrationEmployeeDiscipline&gt;sample string 27&lt;/MedicalRiskApprovalRegistrationEmployeeDiscipline&gt;
    &lt;MentallyCompetent&gt;true&lt;/MentallyCompetent&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;PlannedEndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/PlannedEndDate&gt;
    &lt;Prevention&gt;sample string 16&lt;/Prevention&gt;
    &lt;ProtocolId&gt;1&lt;/ProtocolId&gt;
    &lt;ProtocolName&gt;sample string 19&lt;/ProtocolName&gt;
    &lt;ReduceInvoluntaryCare&gt;sample string 18&lt;/ReduceInvoluntaryCare&gt;
    &lt;Remarks&gt;sample string 17&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 6&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/StatusDate&gt;
    &lt;Unit&gt;sample string 9&lt;/Unit&gt;
    &lt;UnitDescription&gt;sample string 10&lt;/UnitDescription&gt;
  &lt;/Measure&gt;
&lt;/ArrayOfMeasure&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMeasure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Measure&gt;
    &lt;AdditionalDemands&gt;sample string 14&lt;/AdditionalDemands&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;Approach&gt;sample string 13&lt;/Approach&gt;
    &lt;Approved&gt;true&lt;/Approved&gt;
    &lt;BehavioralRisk&gt;sample string 22&lt;/BehavioralRisk&gt;
    &lt;BehavioralRiskApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/BehavioralRiskApprovalDate&gt;
    &lt;BehavioralRiskApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/BehavioralRiskApprovalEmployee&gt;
    &lt;BehavioralRiskApprovalEmployeeDiscipline&gt;sample string 23&lt;/BehavioralRiskApprovalEmployeeDiscipline&gt;
    &lt;BehavioralRiskApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/BehavioralRiskApprovalRegistrationDate&gt;
    &lt;BehavioralRiskApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/BehavioralRiskApprovalRegistrationEmployee&gt;
    &lt;BehavioralRiskApprovalRegistrationEmployeeDiscipline&gt;sample string 24&lt;/BehavioralRiskApprovalRegistrationEmployeeDiscipline&gt;
    &lt;CareResponsibleApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/CareResponsibleApprovalDate&gt;
    &lt;CareResponsibleApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/CareResponsibleApprovalEmployee&gt;
    &lt;CareResponsibleApprovalEmployeeDiscipline&gt;sample string 20&lt;/CareResponsibleApprovalEmployeeDiscipline&gt;
    &lt;CareResponsibleApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/CareResponsibleApprovalRegistrationDate&gt;
    &lt;CareResponsibleApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/CareResponsibleApprovalRegistrationEmployee&gt;
    &lt;CareResponsibleApprovalRegistrationEmployeeDiscipline&gt;sample string 21&lt;/CareResponsibleApprovalRegistrationEmployeeDiscipline&gt;
    &lt;Category&gt;sample string 8&lt;/Category&gt;
    &lt;CategoryId&gt;5ecca094-a31c-4dc5-a12e-606f2a2c0cda&lt;/CategoryId&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientplanId&gt;5&lt;/ClientplanId&gt;
    &lt;Disciplines&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Duration&gt;sample string 15&lt;/Duration&gt;
    &lt;Employees&gt;
      &lt;MeasureEmployee&gt;
        &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/MeasureEmployee&gt;
      &lt;MeasureEmployee&gt;
        &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/MeasureEmployee&gt;
    &lt;/Employees&gt;
    &lt;EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/EndDate&gt;
    &lt;FilledQuestionnaires xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
      &lt;d3p1:FilledQuestionnaire&gt;
        &lt;d3p1:ClientId&gt;4&lt;/d3p1:ClientId&gt;
        &lt;d3p1:CreatedBy&gt;sample string 9&lt;/d3p1:CreatedBy&gt;
        &lt;d3p1:CreatedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:CreatedOn&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:LastChangedBy&gt;sample string 11&lt;/d3p1:LastChangedBy&gt;
        &lt;d3p1:LastChangedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LastChangedOn&gt;
        &lt;d3p1:Locked&gt;true&lt;/d3p1:Locked&gt;
        &lt;d3p1:LockedBy&gt;sample string 14&lt;/d3p1:LockedBy&gt;
        &lt;d3p1:LockedByLoggedOnAccessUser&gt;true&lt;/d3p1:LockedByLoggedOnAccessUser&gt;
        &lt;d3p1:LockedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&lt;/d3p1:QuestionnaireGuid&gt;
        &lt;d3p1:QuestionnaireName&gt;sample string 7&lt;/d3p1:QuestionnaireName&gt;
        &lt;d3p1:QuestionnaireVersion&gt;sample string 8&lt;/d3p1:QuestionnaireVersion&gt;
        &lt;d3p1:RelationId&gt;2&lt;/d3p1:RelationId&gt;
        &lt;d3p1:RelationLookUpName&gt;sample string 3&lt;/d3p1:RelationLookUpName&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDescription&gt;sample string 5&lt;/d3p1:StatusDescription&gt;
      &lt;/d3p1:FilledQuestionnaire&gt;
      &lt;d3p1:FilledQuestionnaire&gt;
        &lt;d3p1:ClientId&gt;4&lt;/d3p1:ClientId&gt;
        &lt;d3p1:CreatedBy&gt;sample string 9&lt;/d3p1:CreatedBy&gt;
        &lt;d3p1:CreatedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:CreatedOn&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:LastChangedBy&gt;sample string 11&lt;/d3p1:LastChangedBy&gt;
        &lt;d3p1:LastChangedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LastChangedOn&gt;
        &lt;d3p1:Locked&gt;true&lt;/d3p1:Locked&gt;
        &lt;d3p1:LockedBy&gt;sample string 14&lt;/d3p1:LockedBy&gt;
        &lt;d3p1:LockedByLoggedOnAccessUser&gt;true&lt;/d3p1:LockedByLoggedOnAccessUser&gt;
        &lt;d3p1:LockedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&lt;/d3p1:QuestionnaireGuid&gt;
        &lt;d3p1:QuestionnaireName&gt;sample string 7&lt;/d3p1:QuestionnaireName&gt;
        &lt;d3p1:QuestionnaireVersion&gt;sample string 8&lt;/d3p1:QuestionnaireVersion&gt;
        &lt;d3p1:RelationId&gt;2&lt;/d3p1:RelationId&gt;
        &lt;d3p1:RelationLookUpName&gt;sample string 3&lt;/d3p1:RelationLookUpName&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDescription&gt;sample string 5&lt;/d3p1:StatusDescription&gt;
      &lt;/d3p1:FilledQuestionnaire&gt;
    &lt;/FilledQuestionnaires&gt;
    &lt;Goals xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:GoalV2&gt;
        &lt;d3p1:AggregateId&gt;55a56969-e38f-461c-9827-bb24c7cf154d&lt;/d3p1:AggregateId&gt;
        &lt;d3p1:CareDemandExplanation&gt;sample string 5&lt;/d3p1:CareDemandExplanation&gt;
        &lt;d3p1:CareDemandId&gt;4&lt;/d3p1:CareDemandId&gt;
        &lt;d3p1:CareDemandName&gt;sample string 3&lt;/d3p1:CareDemandName&gt;
        &lt;d3p1:DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineGroupIds&gt;
        &lt;d3p1:DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineIds&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:InitialSituation&gt;sample string 9&lt;/d3p1:InitialSituation&gt;
        &lt;d3p1:LatestScore&gt;
          &lt;d3p1:Color&gt;1&lt;/d3p1:Color&gt;
          &lt;d3p1:Description&gt;sample string 2&lt;/d3p1:Description&gt;
          &lt;d3p1:Name&gt;sample string 5&lt;/d3p1:Name&gt;
          &lt;d3p1:Rank&gt;4&lt;/d3p1:Rank&gt;
          &lt;d3p1:Value&gt;3&lt;/d3p1:Value&gt;
        &lt;/d3p1:LatestScore&gt;
        &lt;d3p1:MainGoal&gt;sample string 11&lt;/d3p1:MainGoal&gt;
        &lt;d3p1:MainGoalId&gt;13b224ea-dfa6-4e4a-8171-7c8aab020e00&lt;/d3p1:MainGoalId&gt;
        &lt;d3p1:Name&gt;sample string 6&lt;/d3p1:Name&gt;
        &lt;d3p1:PreviousGoalId&gt;1&lt;/d3p1:PreviousGoalId&gt;
        &lt;d3p1:QuestionnaireGoalId&gt;1&lt;/d3p1:QuestionnaireGoalId&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StatusDate&gt;
        &lt;d3p1:StatusDescription&gt;sample string 7&lt;/d3p1:StatusDescription&gt;
        &lt;d3p1:TargetSituation&gt;sample string 10&lt;/d3p1:TargetSituation&gt;
        &lt;d3p1:TemplateGoalId&gt;1&lt;/d3p1:TemplateGoalId&gt;
      &lt;/d3p1:GoalV2&gt;
      &lt;d3p1:GoalV2&gt;
        &lt;d3p1:AggregateId&gt;55a56969-e38f-461c-9827-bb24c7cf154d&lt;/d3p1:AggregateId&gt;
        &lt;d3p1:CareDemandExplanation&gt;sample string 5&lt;/d3p1:CareDemandExplanation&gt;
        &lt;d3p1:CareDemandId&gt;4&lt;/d3p1:CareDemandId&gt;
        &lt;d3p1:CareDemandName&gt;sample string 3&lt;/d3p1:CareDemandName&gt;
        &lt;d3p1:DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineGroupIds&gt;
        &lt;d3p1:DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineIds&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:InitialSituation&gt;sample string 9&lt;/d3p1:InitialSituation&gt;
        &lt;d3p1:LatestScore&gt;
          &lt;d3p1:Color&gt;1&lt;/d3p1:Color&gt;
          &lt;d3p1:Description&gt;sample string 2&lt;/d3p1:Description&gt;
          &lt;d3p1:Name&gt;sample string 5&lt;/d3p1:Name&gt;
          &lt;d3p1:Rank&gt;4&lt;/d3p1:Rank&gt;
          &lt;d3p1:Value&gt;3&lt;/d3p1:Value&gt;
        &lt;/d3p1:LatestScore&gt;
        &lt;d3p1:MainGoal&gt;sample string 11&lt;/d3p1:MainGoal&gt;
        &lt;d3p1:MainGoalId&gt;13b224ea-dfa6-4e4a-8171-7c8aab020e00&lt;/d3p1:MainGoalId&gt;
        &lt;d3p1:Name&gt;sample string 6&lt;/d3p1:Name&gt;
        &lt;d3p1:PreviousGoalId&gt;1&lt;/d3p1:PreviousGoalId&gt;
        &lt;d3p1:QuestionnaireGoalId&gt;1&lt;/d3p1:QuestionnaireGoalId&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StatusDate&gt;
        &lt;d3p1:StatusDescription&gt;sample string 7&lt;/d3p1:StatusDescription&gt;
        &lt;d3p1:TargetSituation&gt;sample string 10&lt;/d3p1:TargetSituation&gt;
        &lt;d3p1:TemplateGoalId&gt;1&lt;/d3p1:TemplateGoalId&gt;
      &lt;/d3p1:GoalV2&gt;
    &lt;/Goals&gt;
    &lt;Id&gt;7de61169-638c-48cd-87dd-c1ba553c4337&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;MedicalRisk&gt;sample string 25&lt;/MedicalRisk&gt;
    &lt;MedicalRiskApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/MedicalRiskApprovalDate&gt;
    &lt;MedicalRiskApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/MedicalRiskApprovalEmployee&gt;
    &lt;MedicalRiskApprovalEmployeeDiscipline&gt;sample string 26&lt;/MedicalRiskApprovalEmployeeDiscipline&gt;
    &lt;MedicalRiskApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/MedicalRiskApprovalRegistrationDate&gt;
    &lt;MedicalRiskApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/MedicalRiskApprovalRegistrationEmployee&gt;
    &lt;MedicalRiskApprovalRegistrationEmployeeDiscipline&gt;sample string 27&lt;/MedicalRiskApprovalRegistrationEmployeeDiscipline&gt;
    &lt;MentallyCompetent&gt;true&lt;/MentallyCompetent&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;PlannedEndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/PlannedEndDate&gt;
    &lt;Prevention&gt;sample string 16&lt;/Prevention&gt;
    &lt;ProtocolId&gt;1&lt;/ProtocolId&gt;
    &lt;ProtocolName&gt;sample string 19&lt;/ProtocolName&gt;
    &lt;ReduceInvoluntaryCare&gt;sample string 18&lt;/ReduceInvoluntaryCare&gt;
    &lt;Remarks&gt;sample string 17&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 6&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/StatusDate&gt;
    &lt;Unit&gt;sample string 9&lt;/Unit&gt;
    &lt;UnitDescription&gt;sample string 10&lt;/UnitDescription&gt;
  &lt;/Measure&gt;
  &lt;Measure&gt;
    &lt;AdditionalDemands&gt;sample string 14&lt;/AdditionalDemands&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;Approach&gt;sample string 13&lt;/Approach&gt;
    &lt;Approved&gt;true&lt;/Approved&gt;
    &lt;BehavioralRisk&gt;sample string 22&lt;/BehavioralRisk&gt;
    &lt;BehavioralRiskApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/BehavioralRiskApprovalDate&gt;
    &lt;BehavioralRiskApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/BehavioralRiskApprovalEmployee&gt;
    &lt;BehavioralRiskApprovalEmployeeDiscipline&gt;sample string 23&lt;/BehavioralRiskApprovalEmployeeDiscipline&gt;
    &lt;BehavioralRiskApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/BehavioralRiskApprovalRegistrationDate&gt;
    &lt;BehavioralRiskApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/BehavioralRiskApprovalRegistrationEmployee&gt;
    &lt;BehavioralRiskApprovalRegistrationEmployeeDiscipline&gt;sample string 24&lt;/BehavioralRiskApprovalRegistrationEmployeeDiscipline&gt;
    &lt;CareResponsibleApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/CareResponsibleApprovalDate&gt;
    &lt;CareResponsibleApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/CareResponsibleApprovalEmployee&gt;
    &lt;CareResponsibleApprovalEmployeeDiscipline&gt;sample string 20&lt;/CareResponsibleApprovalEmployeeDiscipline&gt;
    &lt;CareResponsibleApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/CareResponsibleApprovalRegistrationDate&gt;
    &lt;CareResponsibleApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/CareResponsibleApprovalRegistrationEmployee&gt;
    &lt;CareResponsibleApprovalRegistrationEmployeeDiscipline&gt;sample string 21&lt;/CareResponsibleApprovalRegistrationEmployeeDiscipline&gt;
    &lt;Category&gt;sample string 8&lt;/Category&gt;
    &lt;CategoryId&gt;5ecca094-a31c-4dc5-a12e-606f2a2c0cda&lt;/CategoryId&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;ClientplanId&gt;5&lt;/ClientplanId&gt;
    &lt;Disciplines&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Duration&gt;sample string 15&lt;/Duration&gt;
    &lt;Employees&gt;
      &lt;MeasureEmployee&gt;
        &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/MeasureEmployee&gt;
      &lt;MeasureEmployee&gt;
        &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
        &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
      &lt;/MeasureEmployee&gt;
    &lt;/Employees&gt;
    &lt;EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/EndDate&gt;
    &lt;FilledQuestionnaires xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
      &lt;d3p1:FilledQuestionnaire&gt;
        &lt;d3p1:ClientId&gt;4&lt;/d3p1:ClientId&gt;
        &lt;d3p1:CreatedBy&gt;sample string 9&lt;/d3p1:CreatedBy&gt;
        &lt;d3p1:CreatedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:CreatedOn&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:LastChangedBy&gt;sample string 11&lt;/d3p1:LastChangedBy&gt;
        &lt;d3p1:LastChangedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LastChangedOn&gt;
        &lt;d3p1:Locked&gt;true&lt;/d3p1:Locked&gt;
        &lt;d3p1:LockedBy&gt;sample string 14&lt;/d3p1:LockedBy&gt;
        &lt;d3p1:LockedByLoggedOnAccessUser&gt;true&lt;/d3p1:LockedByLoggedOnAccessUser&gt;
        &lt;d3p1:LockedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&lt;/d3p1:QuestionnaireGuid&gt;
        &lt;d3p1:QuestionnaireName&gt;sample string 7&lt;/d3p1:QuestionnaireName&gt;
        &lt;d3p1:QuestionnaireVersion&gt;sample string 8&lt;/d3p1:QuestionnaireVersion&gt;
        &lt;d3p1:RelationId&gt;2&lt;/d3p1:RelationId&gt;
        &lt;d3p1:RelationLookUpName&gt;sample string 3&lt;/d3p1:RelationLookUpName&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDescription&gt;sample string 5&lt;/d3p1:StatusDescription&gt;
      &lt;/d3p1:FilledQuestionnaire&gt;
      &lt;d3p1:FilledQuestionnaire&gt;
        &lt;d3p1:ClientId&gt;4&lt;/d3p1:ClientId&gt;
        &lt;d3p1:CreatedBy&gt;sample string 9&lt;/d3p1:CreatedBy&gt;
        &lt;d3p1:CreatedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:CreatedOn&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:LastChangedBy&gt;sample string 11&lt;/d3p1:LastChangedBy&gt;
        &lt;d3p1:LastChangedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LastChangedOn&gt;
        &lt;d3p1:Locked&gt;true&lt;/d3p1:Locked&gt;
        &lt;d3p1:LockedBy&gt;sample string 14&lt;/d3p1:LockedBy&gt;
        &lt;d3p1:LockedByLoggedOnAccessUser&gt;true&lt;/d3p1:LockedByLoggedOnAccessUser&gt;
        &lt;d3p1:LockedOn&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;bb9cd953-36e7-476f-a5ff-a09cfc13c75a&lt;/d3p1:QuestionnaireGuid&gt;
        &lt;d3p1:QuestionnaireName&gt;sample string 7&lt;/d3p1:QuestionnaireName&gt;
        &lt;d3p1:QuestionnaireVersion&gt;sample string 8&lt;/d3p1:QuestionnaireVersion&gt;
        &lt;d3p1:RelationId&gt;2&lt;/d3p1:RelationId&gt;
        &lt;d3p1:RelationLookUpName&gt;sample string 3&lt;/d3p1:RelationLookUpName&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDescription&gt;sample string 5&lt;/d3p1:StatusDescription&gt;
      &lt;/d3p1:FilledQuestionnaire&gt;
    &lt;/FilledQuestionnaires&gt;
    &lt;Goals xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:GoalV2&gt;
        &lt;d3p1:AggregateId&gt;55a56969-e38f-461c-9827-bb24c7cf154d&lt;/d3p1:AggregateId&gt;
        &lt;d3p1:CareDemandExplanation&gt;sample string 5&lt;/d3p1:CareDemandExplanation&gt;
        &lt;d3p1:CareDemandId&gt;4&lt;/d3p1:CareDemandId&gt;
        &lt;d3p1:CareDemandName&gt;sample string 3&lt;/d3p1:CareDemandName&gt;
        &lt;d3p1:DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineGroupIds&gt;
        &lt;d3p1:DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineIds&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:InitialSituation&gt;sample string 9&lt;/d3p1:InitialSituation&gt;
        &lt;d3p1:LatestScore&gt;
          &lt;d3p1:Color&gt;1&lt;/d3p1:Color&gt;
          &lt;d3p1:Description&gt;sample string 2&lt;/d3p1:Description&gt;
          &lt;d3p1:Name&gt;sample string 5&lt;/d3p1:Name&gt;
          &lt;d3p1:Rank&gt;4&lt;/d3p1:Rank&gt;
          &lt;d3p1:Value&gt;3&lt;/d3p1:Value&gt;
        &lt;/d3p1:LatestScore&gt;
        &lt;d3p1:MainGoal&gt;sample string 11&lt;/d3p1:MainGoal&gt;
        &lt;d3p1:MainGoalId&gt;13b224ea-dfa6-4e4a-8171-7c8aab020e00&lt;/d3p1:MainGoalId&gt;
        &lt;d3p1:Name&gt;sample string 6&lt;/d3p1:Name&gt;
        &lt;d3p1:PreviousGoalId&gt;1&lt;/d3p1:PreviousGoalId&gt;
        &lt;d3p1:QuestionnaireGoalId&gt;1&lt;/d3p1:QuestionnaireGoalId&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StatusDate&gt;
        &lt;d3p1:StatusDescription&gt;sample string 7&lt;/d3p1:StatusDescription&gt;
        &lt;d3p1:TargetSituation&gt;sample string 10&lt;/d3p1:TargetSituation&gt;
        &lt;d3p1:TemplateGoalId&gt;1&lt;/d3p1:TemplateGoalId&gt;
      &lt;/d3p1:GoalV2&gt;
      &lt;d3p1:GoalV2&gt;
        &lt;d3p1:AggregateId&gt;55a56969-e38f-461c-9827-bb24c7cf154d&lt;/d3p1:AggregateId&gt;
        &lt;d3p1:CareDemandExplanation&gt;sample string 5&lt;/d3p1:CareDemandExplanation&gt;
        &lt;d3p1:CareDemandId&gt;4&lt;/d3p1:CareDemandId&gt;
        &lt;d3p1:CareDemandName&gt;sample string 3&lt;/d3p1:CareDemandName&gt;
        &lt;d3p1:DisciplineGroupIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineGroupIds&gt;
        &lt;d3p1:DisciplineIds xmlns:d5p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
          &lt;d5p1:long&gt;1&lt;/d5p1:long&gt;
          &lt;d5p1:long&gt;2&lt;/d5p1:long&gt;
        &lt;/d3p1:DisciplineIds&gt;
        &lt;d3p1:EndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:InitialSituation&gt;sample string 9&lt;/d3p1:InitialSituation&gt;
        &lt;d3p1:LatestScore&gt;
          &lt;d3p1:Color&gt;1&lt;/d3p1:Color&gt;
          &lt;d3p1:Description&gt;sample string 2&lt;/d3p1:Description&gt;
          &lt;d3p1:Name&gt;sample string 5&lt;/d3p1:Name&gt;
          &lt;d3p1:Rank&gt;4&lt;/d3p1:Rank&gt;
          &lt;d3p1:Value&gt;3&lt;/d3p1:Value&gt;
        &lt;/d3p1:LatestScore&gt;
        &lt;d3p1:MainGoal&gt;sample string 11&lt;/d3p1:MainGoal&gt;
        &lt;d3p1:MainGoalId&gt;13b224ea-dfa6-4e4a-8171-7c8aab020e00&lt;/d3p1:MainGoalId&gt;
        &lt;d3p1:Name&gt;sample string 6&lt;/d3p1:Name&gt;
        &lt;d3p1:PreviousGoalId&gt;1&lt;/d3p1:PreviousGoalId&gt;
        &lt;d3p1:QuestionnaireGoalId&gt;1&lt;/d3p1:QuestionnaireGoalId&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/d3p1:StatusDate&gt;
        &lt;d3p1:StatusDescription&gt;sample string 7&lt;/d3p1:StatusDescription&gt;
        &lt;d3p1:TargetSituation&gt;sample string 10&lt;/d3p1:TargetSituation&gt;
        &lt;d3p1:TemplateGoalId&gt;1&lt;/d3p1:TemplateGoalId&gt;
      &lt;/d3p1:GoalV2&gt;
    &lt;/Goals&gt;
    &lt;Id&gt;7de61169-638c-48cd-87dd-c1ba553c4337&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;MedicalRisk&gt;sample string 25&lt;/MedicalRisk&gt;
    &lt;MedicalRiskApprovalDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/MedicalRiskApprovalDate&gt;
    &lt;MedicalRiskApprovalEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/MedicalRiskApprovalEmployee&gt;
    &lt;MedicalRiskApprovalEmployeeDiscipline&gt;sample string 26&lt;/MedicalRiskApprovalEmployeeDiscipline&gt;
    &lt;MedicalRiskApprovalRegistrationDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/MedicalRiskApprovalRegistrationDate&gt;
    &lt;MedicalRiskApprovalRegistrationEmployee&gt;
      &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
      &lt;LookupName&gt;sample string 2&lt;/LookupName&gt;
    &lt;/MedicalRiskApprovalRegistrationEmployee&gt;
    &lt;MedicalRiskApprovalRegistrationEmployeeDiscipline&gt;sample string 27&lt;/MedicalRiskApprovalRegistrationEmployeeDiscipline&gt;
    &lt;MentallyCompetent&gt;true&lt;/MentallyCompetent&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;PlannedEndDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/PlannedEndDate&gt;
    &lt;Prevention&gt;sample string 16&lt;/Prevention&gt;
    &lt;ProtocolId&gt;1&lt;/ProtocolId&gt;
    &lt;ProtocolName&gt;sample string 19&lt;/ProtocolName&gt;
    &lt;ReduceInvoluntaryCare&gt;sample string 18&lt;/ReduceInvoluntaryCare&gt;
    &lt;Remarks&gt;sample string 17&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 6&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:06:57.8704153+02:00&lt;/StatusDate&gt;
    &lt;Unit&gt;sample string 9&lt;/Unit&gt;
    &lt;UnitDescription&gt;sample string 10&lt;/UnitDescription&gt;
  &lt;/Measure&gt;
&lt;/ArrayOfMeasure&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalAllergyIntolerance">
                <doc title="PlanCare2Api/MedicalAllergyIntolerance" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAllergyCategoryId&quot;: &quot;5be11e0b-5455-46c6-92b4-a8f5d81f7a96&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;9301a3dc-7e4e-4210-94be-a315915bb85e&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;243e68a7-f767-4e43-8d22-d982d1970c80&quot;,
  &quot;Reactions&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAllergyCategoryId&quot;: &quot;5be11e0b-5455-46c6-92b4-a8f5d81f7a96&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;9301a3dc-7e4e-4210-94be-a315915bb85e&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;243e68a7-f767-4e43-8d22-d982d1970c80&quot;,
  &quot;Reactions&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalAllergyIntolerance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
  &lt;MedicalCodeAllergyCategoryId&gt;5be11e0b-5455-46c6-92b4-a8f5d81f7a96&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;9301a3dc-7e4e-4210-94be-a315915bb85e&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;243e68a7-f767-4e43-8d22-d982d1970c80&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/StartDateTime&gt;
&lt;/MedicalAllergyIntolerance&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalAllergyIntolerance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
  &lt;MedicalCodeAllergyCategoryId&gt;5be11e0b-5455-46c6-92b4-a8f5d81f7a96&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;9301a3dc-7e4e-4210-94be-a315915bb85e&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;243e68a7-f767-4e43-8d22-d982d1970c80&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/StartDateTime&gt;
&lt;/MedicalAllergyIntolerance&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalAllergyIntolerance/{id}">
                <doc title="PlanCare2Api/MedicalAllergyIntolerance/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAllergyCategoryId&quot;: &quot;45ecca61-83b6-424b-adce-c4ebdca1eea3&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;9b3d7d78-887c-4b3b-92b3-8662539e8e43&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T22:08:07.8330477+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;d97d7135-0cd5-4b33-8495-1e1e5bdd32f8&quot;,
  &quot;Reactions&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:07.8330477+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAllergyCategoryId&quot;: &quot;45ecca61-83b6-424b-adce-c4ebdca1eea3&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;9b3d7d78-887c-4b3b-92b3-8662539e8e43&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T22:08:07.8330477+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;d97d7135-0cd5-4b33-8495-1e1e5bdd32f8&quot;,
  &quot;Reactions&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:07.8330477+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalAllergyIntolerance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:07.8330477+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
  &lt;MedicalCodeAllergyCategoryId&gt;45ecca61-83b6-424b-adce-c4ebdca1eea3&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;9b3d7d78-887c-4b3b-92b3-8662539e8e43&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;d97d7135-0cd5-4b33-8495-1e1e5bdd32f8&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T22:08:07.8330477+02:00&lt;/StartDateTime&gt;
&lt;/MedicalAllergyIntolerance&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalAllergyIntolerance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:07.8330477+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
  &lt;MedicalCodeAllergyCategoryId&gt;45ecca61-83b6-424b-adce-c4ebdca1eea3&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;9b3d7d78-887c-4b3b-92b3-8662539e8e43&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;d97d7135-0cd5-4b33-8495-1e1e5bdd32f8&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T22:08:07.8330477+02:00&lt;/StartDateTime&gt;
&lt;/MedicalAllergyIntolerance&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalAllergyIntolerance/{id}">
                <doc title="PlanCare2Api/MedicalAllergyIntolerance/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalAllergyIntolerance/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalAllergyIntolerance/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAllergyCategoryDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeAllergyStatusDescription&quot;: &quot;sample string 3&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismDescription&quot;: &quot;sample string 4&quot;,
  &quot;Reactions&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
  &quot;TextValue&quot;: &quot;sample string 11&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAllergyCategoryDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeAllergyStatusDescription&quot;: &quot;sample string 3&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismDescription&quot;: &quot;sample string 4&quot;,
  &quot;Reactions&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
  &quot;TextValue&quot;: &quot;sample string 11&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalAllergyIntoleranceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6035588+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
  &lt;MedicalCodeAllergyCategoryDescription&gt;sample string 2&lt;/MedicalCodeAllergyCategoryDescription&gt;
  &lt;MedicalCodeAllergyStatusDescription&gt;sample string 3&lt;/MedicalCodeAllergyStatusDescription&gt;
  &lt;MedicalCodeDegreeOfCriticismDescription&gt;sample string 4&lt;/MedicalCodeDegreeOfCriticismDescription&gt;
  &lt;Reactions&gt;sample string 5&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/StartDateTime&gt;
&lt;/MedicalAllergyIntoleranceSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalAllergyIntoleranceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6035588+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
  &lt;MedicalCodeAllergyCategoryDescription&gt;sample string 2&lt;/MedicalCodeAllergyCategoryDescription&gt;
  &lt;MedicalCodeAllergyStatusDescription&gt;sample string 3&lt;/MedicalCodeAllergyStatusDescription&gt;
  &lt;MedicalCodeDegreeOfCriticismDescription&gt;sample string 4&lt;/MedicalCodeDegreeOfCriticismDescription&gt;
  &lt;Reactions&gt;sample string 5&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/StartDateTime&gt;
&lt;/MedicalAllergyIntoleranceSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalAllergyIntolerance/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalAllergyIntolerance/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalAllergyIntolerance/Update">
                <doc title="PlanCare2Api/MedicalAllergyIntolerance/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAllergyCategoryId&quot;: &quot;f54e4bc4-9a88-4b50-b9ae-316bd50bf982&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;739b54b5-c328-46da-a894-28f7027668e9&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;a5a92922-3339-41c5-b603-f6ec78caaf57&quot;,
  &quot;Reactions&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAllergyCategoryId&quot;: &quot;f54e4bc4-9a88-4b50-b9ae-316bd50bf982&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;739b54b5-c328-46da-a894-28f7027668e9&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;a5a92922-3339-41c5-b603-f6ec78caaf57&quot;,
  &quot;Reactions&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalAllergyIntolerance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
  &lt;MedicalCodeAllergyCategoryId&gt;f54e4bc4-9a88-4b50-b9ae-316bd50bf982&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;739b54b5-c328-46da-a894-28f7027668e9&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;a5a92922-3339-41c5-b603-f6ec78caaf57&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/StartDateTime&gt;
&lt;/MedicalAllergyIntolerance&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalAllergyIntolerance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
  &lt;MedicalCodeAllergyCategoryId&gt;f54e4bc4-9a88-4b50-b9ae-316bd50bf982&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;739b54b5-c328-46da-a894-28f7027668e9&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;a5a92922-3339-41c5-b603-f6ec78caaf57&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/StartDateTime&gt;
&lt;/MedicalAllergyIntolerance&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalAllergyIntolerance?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalAllergyIntolerance?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeAllergyCategoryDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeAllergyStatusDescription&quot;: &quot;sample string 3&quot;,
    &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:54.5879328+02:00&quot;,
    &quot;MedicalCodeDegreeOfCriticismDescription&quot;: &quot;sample string 4&quot;,
    &quot;Reactions&quot;: &quot;sample string 5&quot;,
    &quot;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.5879328+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.5879328+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
    &quot;TextValue&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CausingSubstance&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeAllergyCategoryDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeAllergyStatusDescription&quot;: &quot;sample string 3&quot;,
    &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:54.5879328+02:00&quot;,
    &quot;MedicalCodeDegreeOfCriticismDescription&quot;: &quot;sample string 4&quot;,
    &quot;Reactions&quot;: &quot;sample string 5&quot;,
    &quot;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.5879328+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.5879328+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
    &quot;TextValue&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalAllergyIntoleranceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalAllergyIntoleranceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.5879328+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.5879328+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
    &lt;MedicalCodeAllergyCategoryDescription&gt;sample string 2&lt;/MedicalCodeAllergyCategoryDescription&gt;
    &lt;MedicalCodeAllergyStatusDescription&gt;sample string 3&lt;/MedicalCodeAllergyStatusDescription&gt;
    &lt;MedicalCodeDegreeOfCriticismDescription&gt;sample string 4&lt;/MedicalCodeDegreeOfCriticismDescription&gt;
    &lt;Reactions&gt;sample string 5&lt;/Reactions&gt;
    &lt;StartDateTime&gt;2026-05-26T23:13:54.5879328+02:00&lt;/StartDateTime&gt;
  &lt;/MedicalAllergyIntoleranceSummary&gt;
  &lt;MedicalAllergyIntoleranceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.5879328+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.5879328+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
    &lt;MedicalCodeAllergyCategoryDescription&gt;sample string 2&lt;/MedicalCodeAllergyCategoryDescription&gt;
    &lt;MedicalCodeAllergyStatusDescription&gt;sample string 3&lt;/MedicalCodeAllergyStatusDescription&gt;
    &lt;MedicalCodeDegreeOfCriticismDescription&gt;sample string 4&lt;/MedicalCodeDegreeOfCriticismDescription&gt;
    &lt;Reactions&gt;sample string 5&lt;/Reactions&gt;
    &lt;StartDateTime&gt;2026-05-26T23:13:54.5879328+02:00&lt;/StartDateTime&gt;
  &lt;/MedicalAllergyIntoleranceSummary&gt;
&lt;/ArrayOfMedicalAllergyIntoleranceSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalAllergyIntoleranceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalAllergyIntoleranceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.5879328+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.5879328+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
    &lt;MedicalCodeAllergyCategoryDescription&gt;sample string 2&lt;/MedicalCodeAllergyCategoryDescription&gt;
    &lt;MedicalCodeAllergyStatusDescription&gt;sample string 3&lt;/MedicalCodeAllergyStatusDescription&gt;
    &lt;MedicalCodeDegreeOfCriticismDescription&gt;sample string 4&lt;/MedicalCodeDegreeOfCriticismDescription&gt;
    &lt;Reactions&gt;sample string 5&lt;/Reactions&gt;
    &lt;StartDateTime&gt;2026-05-26T23:13:54.5879328+02:00&lt;/StartDateTime&gt;
  &lt;/MedicalAllergyIntoleranceSummary&gt;
  &lt;MedicalAllergyIntoleranceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.5879328+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.5879328+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;CausingSubstance&gt;sample string 1&lt;/CausingSubstance&gt;
    &lt;MedicalCodeAllergyCategoryDescription&gt;sample string 2&lt;/MedicalCodeAllergyCategoryDescription&gt;
    &lt;MedicalCodeAllergyStatusDescription&gt;sample string 3&lt;/MedicalCodeAllergyStatusDescription&gt;
    &lt;MedicalCodeDegreeOfCriticismDescription&gt;sample string 4&lt;/MedicalCodeDegreeOfCriticismDescription&gt;
    &lt;Reactions&gt;sample string 5&lt;/Reactions&gt;
    &lt;StartDateTime&gt;2026-05-26T23:13:54.5879328+02:00&lt;/StartDateTime&gt;
  &lt;/MedicalAllergyIntoleranceSummary&gt;
&lt;/ArrayOfMedicalAllergyIntoleranceSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBarthelIndex">
                <doc title="PlanCare2Api/MedicalBarthelIndex" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeBathId&quot;: &quot;1f5b6ba5-f0b2-40b5-a189-9254381e5bb2&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;6b0d067d-2bb8-4dd8-bc66-a0abb973c045&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;e9ead12e-fb6e-4412-a69c-2f7d691067df&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;f9031115-e0f0-4dbd-92c2-873de787afbe&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;07a00afe-867e-4bae-ae6e-f56613386763&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;0f629f27-6224-471e-9f51-31e738567c8e&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;2dd73928-756b-4854-910a-46fdfeb73aad&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;63811c98-68c9-47ab-aa19-54d1f29efb52&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;24120821-8fc8-40a4-8cd0-21b660fc7fdb&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;d20f77c6-df83-4a68-b05f-be8ce94b1ba0&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeBathId&quot;: &quot;1f5b6ba5-f0b2-40b5-a189-9254381e5bb2&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;6b0d067d-2bb8-4dd8-bc66-a0abb973c045&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;e9ead12e-fb6e-4412-a69c-2f7d691067df&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;f9031115-e0f0-4dbd-92c2-873de787afbe&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;07a00afe-867e-4bae-ae6e-f56613386763&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;0f629f27-6224-471e-9f51-31e738567c8e&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;2dd73928-756b-4854-910a-46fdfeb73aad&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;63811c98-68c9-47ab-aa19-54d1f29efb52&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;24120821-8fc8-40a4-8cd0-21b660fc7fdb&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;d20f77c6-df83-4a68-b05f-be8ce94b1ba0&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalBarthelIndex xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;1f5b6ba5-f0b2-40b5-a189-9254381e5bb2&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;6b0d067d-2bb8-4dd8-bc66-a0abb973c045&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;e9ead12e-fb6e-4412-a69c-2f7d691067df&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;f9031115-e0f0-4dbd-92c2-873de787afbe&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;07a00afe-867e-4bae-ae6e-f56613386763&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;0f629f27-6224-471e-9f51-31e738567c8e&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;2dd73928-756b-4854-910a-46fdfeb73aad&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;63811c98-68c9-47ab-aa19-54d1f29efb52&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;24120821-8fc8-40a4-8cd0-21b660fc7fdb&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;d20f77c6-df83-4a68-b05f-be8ce94b1ba0&lt;/MedicalCodeUrineId&gt;
&lt;/MedicalBarthelIndex&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalBarthelIndex xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;1f5b6ba5-f0b2-40b5-a189-9254381e5bb2&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;6b0d067d-2bb8-4dd8-bc66-a0abb973c045&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;e9ead12e-fb6e-4412-a69c-2f7d691067df&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;f9031115-e0f0-4dbd-92c2-873de787afbe&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;07a00afe-867e-4bae-ae6e-f56613386763&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;0f629f27-6224-471e-9f51-31e738567c8e&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;2dd73928-756b-4854-910a-46fdfeb73aad&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;63811c98-68c9-47ab-aa19-54d1f29efb52&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;24120821-8fc8-40a4-8cd0-21b660fc7fdb&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;d20f77c6-df83-4a68-b05f-be8ce94b1ba0&lt;/MedicalCodeUrineId&gt;
&lt;/MedicalBarthelIndex&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBarthelIndex/{id}">
                <doc title="PlanCare2Api/MedicalBarthelIndex/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeBathId&quot;: &quot;dea9ad26-1c69-4e4b-96cc-8ac03cc7e24f&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;d8dd3102-cf72-469d-a4a8-67ab5753b833&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;eb93a47f-e7f2-43a9-b673-9aa0afc00e02&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;a01fcd23-43c9-484c-947b-3c72fd3a646e&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;33841e18-8055-4371-a801-a475a5d19144&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;b8d43f9f-5df2-4168-b088-f82ee5049b4d&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;c968f328-1e24-447f-bef4-4029fb560c89&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;ea1a0cba-8adc-4284-83ee-6acf539eba3e&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;8d9cfcef-9951-4af3-ac03-7693092e5c98&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;4ae86b3d-c9c4-4a14-a5e5-9b80a8b58696&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeBathId&quot;: &quot;dea9ad26-1c69-4e4b-96cc-8ac03cc7e24f&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;d8dd3102-cf72-469d-a4a8-67ab5753b833&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;eb93a47f-e7f2-43a9-b673-9aa0afc00e02&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;a01fcd23-43c9-484c-947b-3c72fd3a646e&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;33841e18-8055-4371-a801-a475a5d19144&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;b8d43f9f-5df2-4168-b088-f82ee5049b4d&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;c968f328-1e24-447f-bef4-4029fb560c89&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;ea1a0cba-8adc-4284-83ee-6acf539eba3e&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;8d9cfcef-9951-4af3-ac03-7693092e5c98&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;4ae86b3d-c9c4-4a14-a5e5-9b80a8b58696&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalBarthelIndex xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;dea9ad26-1c69-4e4b-96cc-8ac03cc7e24f&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;d8dd3102-cf72-469d-a4a8-67ab5753b833&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;eb93a47f-e7f2-43a9-b673-9aa0afc00e02&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;a01fcd23-43c9-484c-947b-3c72fd3a646e&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;33841e18-8055-4371-a801-a475a5d19144&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;b8d43f9f-5df2-4168-b088-f82ee5049b4d&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;c968f328-1e24-447f-bef4-4029fb560c89&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;ea1a0cba-8adc-4284-83ee-6acf539eba3e&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;8d9cfcef-9951-4af3-ac03-7693092e5c98&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;4ae86b3d-c9c4-4a14-a5e5-9b80a8b58696&lt;/MedicalCodeUrineId&gt;
&lt;/MedicalBarthelIndex&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalBarthelIndex xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;dea9ad26-1c69-4e4b-96cc-8ac03cc7e24f&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;d8dd3102-cf72-469d-a4a8-67ab5753b833&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;eb93a47f-e7f2-43a9-b673-9aa0afc00e02&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;a01fcd23-43c9-484c-947b-3c72fd3a646e&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;33841e18-8055-4371-a801-a475a5d19144&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;b8d43f9f-5df2-4168-b088-f82ee5049b4d&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;c968f328-1e24-447f-bef4-4029fb560c89&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;ea1a0cba-8adc-4284-83ee-6acf539eba3e&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;8d9cfcef-9951-4af3-ac03-7693092e5c98&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;4ae86b3d-c9c4-4a14-a5e5-9b80a8b58696&lt;/MedicalCodeUrineId&gt;
&lt;/MedicalBarthelIndex&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBarthelIndex/{id}">
                <doc title="PlanCare2Api/MedicalBarthelIndex/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBarthelIndex/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalBarthelIndex/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeBathDescription&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeClimbDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeDressDescription&quot;: &quot;sample string 3&quot;,
  &quot;MedicalCodeFecalDescription&quot;: &quot;sample string 4&quot;,
  &quot;MedicalCodeFeedDescription&quot;: &quot;sample string 5&quot;,
  &quot;MedicalCodeGroomDescription&quot;: &quot;sample string 6&quot;,
  &quot;MedicalCodeMobilityDescription&quot;: &quot;sample string 7&quot;,
  &quot;MedicalCodeToiletDescription&quot;: &quot;sample string 8&quot;,
  &quot;MedicalCodeTransferDescription&quot;: &quot;sample string 9&quot;,
  &quot;MedicalCodeUrineDescription&quot;: &quot;sample string 10&quot;,
  &quot;Score&quot;: 11,
  &quot;Id&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:10:29.4948358+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:10:29.4948358+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 16&quot;,
  &quot;TextValue&quot;: &quot;sample string 17&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeBathDescription&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeClimbDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeDressDescription&quot;: &quot;sample string 3&quot;,
  &quot;MedicalCodeFecalDescription&quot;: &quot;sample string 4&quot;,
  &quot;MedicalCodeFeedDescription&quot;: &quot;sample string 5&quot;,
  &quot;MedicalCodeGroomDescription&quot;: &quot;sample string 6&quot;,
  &quot;MedicalCodeMobilityDescription&quot;: &quot;sample string 7&quot;,
  &quot;MedicalCodeToiletDescription&quot;: &quot;sample string 8&quot;,
  &quot;MedicalCodeTransferDescription&quot;: &quot;sample string 9&quot;,
  &quot;MedicalCodeUrineDescription&quot;: &quot;sample string 10&quot;,
  &quot;Score&quot;: 11,
  &quot;Id&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:10:29.4948358+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:10:29.4948358+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 16&quot;,
  &quot;TextValue&quot;: &quot;sample string 17&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalBarthelIndexSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 16&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T22:10:29.4948358+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:10:29.4948358+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;TextValue&gt;sample string 17&lt;/TextValue&gt;
  &lt;MedicalCodeBathDescription&gt;sample string 1&lt;/MedicalCodeBathDescription&gt;
  &lt;MedicalCodeClimbDescription&gt;sample string 2&lt;/MedicalCodeClimbDescription&gt;
  &lt;MedicalCodeDressDescription&gt;sample string 3&lt;/MedicalCodeDressDescription&gt;
  &lt;MedicalCodeFecalDescription&gt;sample string 4&lt;/MedicalCodeFecalDescription&gt;
  &lt;MedicalCodeFeedDescription&gt;sample string 5&lt;/MedicalCodeFeedDescription&gt;
  &lt;MedicalCodeGroomDescription&gt;sample string 6&lt;/MedicalCodeGroomDescription&gt;
  &lt;MedicalCodeMobilityDescription&gt;sample string 7&lt;/MedicalCodeMobilityDescription&gt;
  &lt;MedicalCodeToiletDescription&gt;sample string 8&lt;/MedicalCodeToiletDescription&gt;
  &lt;MedicalCodeTransferDescription&gt;sample string 9&lt;/MedicalCodeTransferDescription&gt;
  &lt;MedicalCodeUrineDescription&gt;sample string 10&lt;/MedicalCodeUrineDescription&gt;
  &lt;Score&gt;11&lt;/Score&gt;
&lt;/MedicalBarthelIndexSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalBarthelIndexSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 16&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T22:10:29.4948358+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:10:29.4948358+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;TextValue&gt;sample string 17&lt;/TextValue&gt;
  &lt;MedicalCodeBathDescription&gt;sample string 1&lt;/MedicalCodeBathDescription&gt;
  &lt;MedicalCodeClimbDescription&gt;sample string 2&lt;/MedicalCodeClimbDescription&gt;
  &lt;MedicalCodeDressDescription&gt;sample string 3&lt;/MedicalCodeDressDescription&gt;
  &lt;MedicalCodeFecalDescription&gt;sample string 4&lt;/MedicalCodeFecalDescription&gt;
  &lt;MedicalCodeFeedDescription&gt;sample string 5&lt;/MedicalCodeFeedDescription&gt;
  &lt;MedicalCodeGroomDescription&gt;sample string 6&lt;/MedicalCodeGroomDescription&gt;
  &lt;MedicalCodeMobilityDescription&gt;sample string 7&lt;/MedicalCodeMobilityDescription&gt;
  &lt;MedicalCodeToiletDescription&gt;sample string 8&lt;/MedicalCodeToiletDescription&gt;
  &lt;MedicalCodeTransferDescription&gt;sample string 9&lt;/MedicalCodeTransferDescription&gt;
  &lt;MedicalCodeUrineDescription&gt;sample string 10&lt;/MedicalCodeUrineDescription&gt;
  &lt;Score&gt;11&lt;/Score&gt;
&lt;/MedicalBarthelIndexSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBarthelIndex/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalBarthelIndex/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBarthelIndex/Update">
                <doc title="PlanCare2Api/MedicalBarthelIndex/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeBathId&quot;: &quot;4c9787c9-98e2-4b45-b1ff-7ec45ab443bd&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;90453f8a-7f3b-4e25-a2ef-e81f42944d8a&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;8f1d2824-2b6d-4c72-931c-60baaa406c7b&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;deb00f40-b0e2-4846-88eb-1376b77aa6c9&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;899c48ea-ecce-420d-a826-c343b4925dcd&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;bc50ef06-844a-49bb-82f2-daa63981e3df&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;7ce3f6f1-668e-4a22-9c1c-a2e57a7dc17b&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;c5901945-3041-4424-b373-f8f7a95663dd&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;d2f2cc60-5bdf-4c06-b4f6-806cae2be3cd&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;ab18e37b-fb25-4ab1-a8a4-b424a52c3086&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:34.6076122+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeBathId&quot;: &quot;4c9787c9-98e2-4b45-b1ff-7ec45ab443bd&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;90453f8a-7f3b-4e25-a2ef-e81f42944d8a&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;8f1d2824-2b6d-4c72-931c-60baaa406c7b&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;deb00f40-b0e2-4846-88eb-1376b77aa6c9&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;899c48ea-ecce-420d-a826-c343b4925dcd&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;bc50ef06-844a-49bb-82f2-daa63981e3df&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;7ce3f6f1-668e-4a22-9c1c-a2e57a7dc17b&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;c5901945-3041-4424-b373-f8f7a95663dd&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;d2f2cc60-5bdf-4c06-b4f6-806cae2be3cd&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;ab18e37b-fb25-4ab1-a8a4-b424a52c3086&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:34.6076122+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalBarthelIndex xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:34.6076122+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;4c9787c9-98e2-4b45-b1ff-7ec45ab443bd&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;90453f8a-7f3b-4e25-a2ef-e81f42944d8a&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;8f1d2824-2b6d-4c72-931c-60baaa406c7b&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;deb00f40-b0e2-4846-88eb-1376b77aa6c9&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;899c48ea-ecce-420d-a826-c343b4925dcd&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;bc50ef06-844a-49bb-82f2-daa63981e3df&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;7ce3f6f1-668e-4a22-9c1c-a2e57a7dc17b&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;c5901945-3041-4424-b373-f8f7a95663dd&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;d2f2cc60-5bdf-4c06-b4f6-806cae2be3cd&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;ab18e37b-fb25-4ab1-a8a4-b424a52c3086&lt;/MedicalCodeUrineId&gt;
&lt;/MedicalBarthelIndex&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalBarthelIndex xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:34.6076122+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;4c9787c9-98e2-4b45-b1ff-7ec45ab443bd&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;90453f8a-7f3b-4e25-a2ef-e81f42944d8a&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;8f1d2824-2b6d-4c72-931c-60baaa406c7b&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;deb00f40-b0e2-4846-88eb-1376b77aa6c9&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;899c48ea-ecce-420d-a826-c343b4925dcd&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;bc50ef06-844a-49bb-82f2-daa63981e3df&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;7ce3f6f1-668e-4a22-9c1c-a2e57a7dc17b&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;c5901945-3041-4424-b373-f8f7a95663dd&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;d2f2cc60-5bdf-4c06-b4f6-806cae2be3cd&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;ab18e37b-fb25-4ab1-a8a4-b424a52c3086&lt;/MedicalCodeUrineId&gt;
&lt;/MedicalBarthelIndex&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBarthelIndex?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalBarthelIndex?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeBathDescription&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeClimbDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeDressDescription&quot;: &quot;sample string 3&quot;,
    &quot;MedicalCodeFecalDescription&quot;: &quot;sample string 4&quot;,
    &quot;MedicalCodeFeedDescription&quot;: &quot;sample string 5&quot;,
    &quot;MedicalCodeGroomDescription&quot;: &quot;sample string 6&quot;,
    &quot;MedicalCodeMobilityDescription&quot;: &quot;sample string 7&quot;,
    &quot;MedicalCodeToiletDescription&quot;: &quot;sample string 8&quot;,
    &quot;MedicalCodeTransferDescription&quot;: &quot;sample string 9&quot;,
    &quot;MedicalCodeUrineDescription&quot;: &quot;sample string 10&quot;,
    &quot;Score&quot;: 11,
    &quot;Id&quot;: 12,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 14&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 16&quot;,
    &quot;TextValue&quot;: &quot;sample string 17&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeBathDescription&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeClimbDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeDressDescription&quot;: &quot;sample string 3&quot;,
    &quot;MedicalCodeFecalDescription&quot;: &quot;sample string 4&quot;,
    &quot;MedicalCodeFeedDescription&quot;: &quot;sample string 5&quot;,
    &quot;MedicalCodeGroomDescription&quot;: &quot;sample string 6&quot;,
    &quot;MedicalCodeMobilityDescription&quot;: &quot;sample string 7&quot;,
    &quot;MedicalCodeToiletDescription&quot;: &quot;sample string 8&quot;,
    &quot;MedicalCodeTransferDescription&quot;: &quot;sample string 9&quot;,
    &quot;MedicalCodeUrineDescription&quot;: &quot;sample string 10&quot;,
    &quot;Score&quot;: 11,
    &quot;Id&quot;: 12,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 14&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 16&quot;,
    &quot;TextValue&quot;: &quot;sample string 17&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalBarthelIndexSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalBarthelIndexSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 16&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 14&lt;/Source&gt;
    &lt;TextValue&gt;sample string 17&lt;/TextValue&gt;
    &lt;MedicalCodeBathDescription&gt;sample string 1&lt;/MedicalCodeBathDescription&gt;
    &lt;MedicalCodeClimbDescription&gt;sample string 2&lt;/MedicalCodeClimbDescription&gt;
    &lt;MedicalCodeDressDescription&gt;sample string 3&lt;/MedicalCodeDressDescription&gt;
    &lt;MedicalCodeFecalDescription&gt;sample string 4&lt;/MedicalCodeFecalDescription&gt;
    &lt;MedicalCodeFeedDescription&gt;sample string 5&lt;/MedicalCodeFeedDescription&gt;
    &lt;MedicalCodeGroomDescription&gt;sample string 6&lt;/MedicalCodeGroomDescription&gt;
    &lt;MedicalCodeMobilityDescription&gt;sample string 7&lt;/MedicalCodeMobilityDescription&gt;
    &lt;MedicalCodeToiletDescription&gt;sample string 8&lt;/MedicalCodeToiletDescription&gt;
    &lt;MedicalCodeTransferDescription&gt;sample string 9&lt;/MedicalCodeTransferDescription&gt;
    &lt;MedicalCodeUrineDescription&gt;sample string 10&lt;/MedicalCodeUrineDescription&gt;
    &lt;Score&gt;11&lt;/Score&gt;
  &lt;/MedicalBarthelIndexSummary&gt;
  &lt;MedicalBarthelIndexSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 16&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 14&lt;/Source&gt;
    &lt;TextValue&gt;sample string 17&lt;/TextValue&gt;
    &lt;MedicalCodeBathDescription&gt;sample string 1&lt;/MedicalCodeBathDescription&gt;
    &lt;MedicalCodeClimbDescription&gt;sample string 2&lt;/MedicalCodeClimbDescription&gt;
    &lt;MedicalCodeDressDescription&gt;sample string 3&lt;/MedicalCodeDressDescription&gt;
    &lt;MedicalCodeFecalDescription&gt;sample string 4&lt;/MedicalCodeFecalDescription&gt;
    &lt;MedicalCodeFeedDescription&gt;sample string 5&lt;/MedicalCodeFeedDescription&gt;
    &lt;MedicalCodeGroomDescription&gt;sample string 6&lt;/MedicalCodeGroomDescription&gt;
    &lt;MedicalCodeMobilityDescription&gt;sample string 7&lt;/MedicalCodeMobilityDescription&gt;
    &lt;MedicalCodeToiletDescription&gt;sample string 8&lt;/MedicalCodeToiletDescription&gt;
    &lt;MedicalCodeTransferDescription&gt;sample string 9&lt;/MedicalCodeTransferDescription&gt;
    &lt;MedicalCodeUrineDescription&gt;sample string 10&lt;/MedicalCodeUrineDescription&gt;
    &lt;Score&gt;11&lt;/Score&gt;
  &lt;/MedicalBarthelIndexSummary&gt;
&lt;/ArrayOfMedicalBarthelIndexSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalBarthelIndexSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalBarthelIndexSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 16&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 14&lt;/Source&gt;
    &lt;TextValue&gt;sample string 17&lt;/TextValue&gt;
    &lt;MedicalCodeBathDescription&gt;sample string 1&lt;/MedicalCodeBathDescription&gt;
    &lt;MedicalCodeClimbDescription&gt;sample string 2&lt;/MedicalCodeClimbDescription&gt;
    &lt;MedicalCodeDressDescription&gt;sample string 3&lt;/MedicalCodeDressDescription&gt;
    &lt;MedicalCodeFecalDescription&gt;sample string 4&lt;/MedicalCodeFecalDescription&gt;
    &lt;MedicalCodeFeedDescription&gt;sample string 5&lt;/MedicalCodeFeedDescription&gt;
    &lt;MedicalCodeGroomDescription&gt;sample string 6&lt;/MedicalCodeGroomDescription&gt;
    &lt;MedicalCodeMobilityDescription&gt;sample string 7&lt;/MedicalCodeMobilityDescription&gt;
    &lt;MedicalCodeToiletDescription&gt;sample string 8&lt;/MedicalCodeToiletDescription&gt;
    &lt;MedicalCodeTransferDescription&gt;sample string 9&lt;/MedicalCodeTransferDescription&gt;
    &lt;MedicalCodeUrineDescription&gt;sample string 10&lt;/MedicalCodeUrineDescription&gt;
    &lt;Score&gt;11&lt;/Score&gt;
  &lt;/MedicalBarthelIndexSummary&gt;
  &lt;MedicalBarthelIndexSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 16&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 14&lt;/Source&gt;
    &lt;TextValue&gt;sample string 17&lt;/TextValue&gt;
    &lt;MedicalCodeBathDescription&gt;sample string 1&lt;/MedicalCodeBathDescription&gt;
    &lt;MedicalCodeClimbDescription&gt;sample string 2&lt;/MedicalCodeClimbDescription&gt;
    &lt;MedicalCodeDressDescription&gt;sample string 3&lt;/MedicalCodeDressDescription&gt;
    &lt;MedicalCodeFecalDescription&gt;sample string 4&lt;/MedicalCodeFecalDescription&gt;
    &lt;MedicalCodeFeedDescription&gt;sample string 5&lt;/MedicalCodeFeedDescription&gt;
    &lt;MedicalCodeGroomDescription&gt;sample string 6&lt;/MedicalCodeGroomDescription&gt;
    &lt;MedicalCodeMobilityDescription&gt;sample string 7&lt;/MedicalCodeMobilityDescription&gt;
    &lt;MedicalCodeToiletDescription&gt;sample string 8&lt;/MedicalCodeToiletDescription&gt;
    &lt;MedicalCodeTransferDescription&gt;sample string 9&lt;/MedicalCodeTransferDescription&gt;
    &lt;MedicalCodeUrineDescription&gt;sample string 10&lt;/MedicalCodeUrineDescription&gt;
    &lt;Score&gt;11&lt;/Score&gt;
  &lt;/MedicalBarthelIndexSummary&gt;
&lt;/ArrayOfMedicalBarthelIndexSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBloodPressure">
                <doc title="PlanCare2Api/MedicalBloodPressure" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Systolic&quot;: 1,
  &quot;Diastolic&quot;: 2,
  &quot;MedicalCodeMeasurementMethodId&quot;: &quot;a1e0ff20-1b51-48cd-9bbd-f63141a53992&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;02939399-5751-4b7e-97d2-341a0ebdd477&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;cb1004fa-b6ee-4cb1-9086-166b51f7b424&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;02897589-adbd-4364-814a-767edae5cb31&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;e309a596-3f6d-4ce3-92da-592f1696c1fb&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:37.8986+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Systolic&quot;: 1,
  &quot;Diastolic&quot;: 2,
  &quot;MedicalCodeMeasurementMethodId&quot;: &quot;a1e0ff20-1b51-48cd-9bbd-f63141a53992&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;02939399-5751-4b7e-97d2-341a0ebdd477&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;cb1004fa-b6ee-4cb1-9086-166b51f7b424&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;02897589-adbd-4364-814a-767edae5cb31&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;e309a596-3f6d-4ce3-92da-592f1696c1fb&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:37.8986+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalBloodPressure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:37.8986+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Diastolic&gt;2&lt;/Diastolic&gt;
  &lt;MedicalCodeContextPositionId&gt;e309a596-3f6d-4ce3-92da-592f1696c1fb&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;02939399-5751-4b7e-97d2-341a0ebdd477&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;02897589-adbd-4364-814a-767edae5cb31&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;cb1004fa-b6ee-4cb1-9086-166b51f7b424&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;a1e0ff20-1b51-48cd-9bbd-f63141a53992&lt;/MedicalCodeMeasurementMethodId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Systolic&gt;1&lt;/Systolic&gt;
&lt;/MedicalBloodPressure&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalBloodPressure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:37.8986+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Diastolic&gt;2&lt;/Diastolic&gt;
  &lt;MedicalCodeContextPositionId&gt;e309a596-3f6d-4ce3-92da-592f1696c1fb&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;02939399-5751-4b7e-97d2-341a0ebdd477&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;02897589-adbd-4364-814a-767edae5cb31&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;cb1004fa-b6ee-4cb1-9086-166b51f7b424&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;a1e0ff20-1b51-48cd-9bbd-f63141a53992&lt;/MedicalCodeMeasurementMethodId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Systolic&gt;1&lt;/Systolic&gt;
&lt;/MedicalBloodPressure&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBloodPressure/{id}">
                <doc title="PlanCare2Api/MedicalBloodPressure/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Systolic&quot;: 1,
  &quot;Diastolic&quot;: 2,
  &quot;MedicalCodeMeasurementMethodId&quot;: &quot;4c4f8585-12cd-4b79-a41d-2fca725dfd0f&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;ec36b69c-77e5-4a2c-9b6c-a8d323c63037&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;838df8c8-6902-4a82-8557-dee2b35b13a7&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;29ae718e-9677-4b91-bb6e-3e1a65904a89&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;7c477d4b-acb9-47fa-8f13-e14b5ab452d1&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Systolic&quot;: 1,
  &quot;Diastolic&quot;: 2,
  &quot;MedicalCodeMeasurementMethodId&quot;: &quot;4c4f8585-12cd-4b79-a41d-2fca725dfd0f&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;ec36b69c-77e5-4a2c-9b6c-a8d323c63037&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;838df8c8-6902-4a82-8557-dee2b35b13a7&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;29ae718e-9677-4b91-bb6e-3e1a65904a89&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;7c477d4b-acb9-47fa-8f13-e14b5ab452d1&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalBloodPressure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Diastolic&gt;2&lt;/Diastolic&gt;
  &lt;MedicalCodeContextPositionId&gt;7c477d4b-acb9-47fa-8f13-e14b5ab452d1&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;ec36b69c-77e5-4a2c-9b6c-a8d323c63037&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;29ae718e-9677-4b91-bb6e-3e1a65904a89&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;838df8c8-6902-4a82-8557-dee2b35b13a7&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;4c4f8585-12cd-4b79-a41d-2fca725dfd0f&lt;/MedicalCodeMeasurementMethodId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Systolic&gt;1&lt;/Systolic&gt;
&lt;/MedicalBloodPressure&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalBloodPressure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Diastolic&gt;2&lt;/Diastolic&gt;
  &lt;MedicalCodeContextPositionId&gt;7c477d4b-acb9-47fa-8f13-e14b5ab452d1&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;ec36b69c-77e5-4a2c-9b6c-a8d323c63037&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;29ae718e-9677-4b91-bb6e-3e1a65904a89&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;838df8c8-6902-4a82-8557-dee2b35b13a7&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;4c4f8585-12cd-4b79-a41d-2fca725dfd0f&lt;/MedicalCodeMeasurementMethodId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Systolic&gt;1&lt;/Systolic&gt;
&lt;/MedicalBloodPressure&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBloodPressure/{id}">
                <doc title="PlanCare2Api/MedicalBloodPressure/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBloodPressure/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalBloodPressure/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Systolic&quot;: 1,
  &quot;Diastolic&quot;: 2,
  &quot;MedicalCodeMeasurementMethodDescription&quot;: &quot;sample string 3&quot;,
  &quot;MedicalCodeCuffTypeDescription&quot;: &quot;sample string 4&quot;,
  &quot;MedicalCodeMeasurementLocationDescription&quot;: &quot;sample string 5&quot;,
  &quot;MedicalCodeDiastolicEndpointDescription&quot;: &quot;sample string 6&quot;,
  &quot;MedicalCodeContextPositionDescription&quot;: &quot;sample string 7&quot;,
  &quot;Remarks&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:10:34.37011+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 11&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:10:34.37011+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 13&quot;,
  &quot;TextValue&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Systolic&quot;: 1,
  &quot;Diastolic&quot;: 2,
  &quot;MedicalCodeMeasurementMethodDescription&quot;: &quot;sample string 3&quot;,
  &quot;MedicalCodeCuffTypeDescription&quot;: &quot;sample string 4&quot;,
  &quot;MedicalCodeMeasurementLocationDescription&quot;: &quot;sample string 5&quot;,
  &quot;MedicalCodeDiastolicEndpointDescription&quot;: &quot;sample string 6&quot;,
  &quot;MedicalCodeContextPositionDescription&quot;: &quot;sample string 7&quot;,
  &quot;Remarks&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:10:34.37011+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 11&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:10:34.37011+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 13&quot;,
  &quot;TextValue&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalBloodPressureSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T22:10:34.37011+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:10:34.37011+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 11&lt;/Source&gt;
  &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
  &lt;Diastolic&gt;2&lt;/Diastolic&gt;
  &lt;MedicalCodeContextPositionDescription&gt;sample string 7&lt;/MedicalCodeContextPositionDescription&gt;
  &lt;MedicalCodeCuffTypeDescription&gt;sample string 4&lt;/MedicalCodeCuffTypeDescription&gt;
  &lt;MedicalCodeDiastolicEndpointDescription&gt;sample string 6&lt;/MedicalCodeDiastolicEndpointDescription&gt;
  &lt;MedicalCodeMeasurementLocationDescription&gt;sample string 5&lt;/MedicalCodeMeasurementLocationDescription&gt;
  &lt;MedicalCodeMeasurementMethodDescription&gt;sample string 3&lt;/MedicalCodeMeasurementMethodDescription&gt;
  &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
  &lt;Systolic&gt;1&lt;/Systolic&gt;
&lt;/MedicalBloodPressureSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalBloodPressureSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T22:10:34.37011+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:10:34.37011+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 11&lt;/Source&gt;
  &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
  &lt;Diastolic&gt;2&lt;/Diastolic&gt;
  &lt;MedicalCodeContextPositionDescription&gt;sample string 7&lt;/MedicalCodeContextPositionDescription&gt;
  &lt;MedicalCodeCuffTypeDescription&gt;sample string 4&lt;/MedicalCodeCuffTypeDescription&gt;
  &lt;MedicalCodeDiastolicEndpointDescription&gt;sample string 6&lt;/MedicalCodeDiastolicEndpointDescription&gt;
  &lt;MedicalCodeMeasurementLocationDescription&gt;sample string 5&lt;/MedicalCodeMeasurementLocationDescription&gt;
  &lt;MedicalCodeMeasurementMethodDescription&gt;sample string 3&lt;/MedicalCodeMeasurementMethodDescription&gt;
  &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
  &lt;Systolic&gt;1&lt;/Systolic&gt;
&lt;/MedicalBloodPressureSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBloodPressure/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalBloodPressure/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBloodPressure/Update">
                <doc title="PlanCare2Api/MedicalBloodPressure/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Systolic&quot;: 1,
  &quot;Diastolic&quot;: 2,
  &quot;MedicalCodeMeasurementMethodId&quot;: &quot;b14b4464-a056-43f3-ab62-e5e448ce7613&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;2777afa5-cd91-471e-bdf3-aa28fa645890&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;9ca713d8-c017-41aa-ab74-e7bb7f6dc272&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;f80c7095-75ba-4ed9-9a68-0ca7fe69f73c&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;035fcea3-7408-47c5-bc56-5a2093d9d61d&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Systolic&quot;: 1,
  &quot;Diastolic&quot;: 2,
  &quot;MedicalCodeMeasurementMethodId&quot;: &quot;b14b4464-a056-43f3-ab62-e5e448ce7613&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;2777afa5-cd91-471e-bdf3-aa28fa645890&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;9ca713d8-c017-41aa-ab74-e7bb7f6dc272&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;f80c7095-75ba-4ed9-9a68-0ca7fe69f73c&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;035fcea3-7408-47c5-bc56-5a2093d9d61d&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalBloodPressure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Diastolic&gt;2&lt;/Diastolic&gt;
  &lt;MedicalCodeContextPositionId&gt;035fcea3-7408-47c5-bc56-5a2093d9d61d&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;2777afa5-cd91-471e-bdf3-aa28fa645890&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;f80c7095-75ba-4ed9-9a68-0ca7fe69f73c&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;9ca713d8-c017-41aa-ab74-e7bb7f6dc272&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;b14b4464-a056-43f3-ab62-e5e448ce7613&lt;/MedicalCodeMeasurementMethodId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Systolic&gt;1&lt;/Systolic&gt;
&lt;/MedicalBloodPressure&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalBloodPressure xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Diastolic&gt;2&lt;/Diastolic&gt;
  &lt;MedicalCodeContextPositionId&gt;035fcea3-7408-47c5-bc56-5a2093d9d61d&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;2777afa5-cd91-471e-bdf3-aa28fa645890&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;f80c7095-75ba-4ed9-9a68-0ca7fe69f73c&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;9ca713d8-c017-41aa-ab74-e7bb7f6dc272&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;b14b4464-a056-43f3-ab62-e5e448ce7613&lt;/MedicalCodeMeasurementMethodId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Systolic&gt;1&lt;/Systolic&gt;
&lt;/MedicalBloodPressure&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBloodPressure?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalBloodPressure?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Systolic&quot;: 1,
    &quot;Diastolic&quot;: 2,
    &quot;MedicalCodeMeasurementMethodDescription&quot;: &quot;sample string 3&quot;,
    &quot;MedicalCodeCuffTypeDescription&quot;: &quot;sample string 4&quot;,
    &quot;MedicalCodeMeasurementLocationDescription&quot;: &quot;sample string 5&quot;,
    &quot;MedicalCodeDiastolicEndpointDescription&quot;: &quot;sample string 6&quot;,
    &quot;MedicalCodeContextPositionDescription&quot;: &quot;sample string 7&quot;,
    &quot;Remarks&quot;: &quot;sample string 8&quot;,
    &quot;Id&quot;: 9,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:45.4646466+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 11&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:45.4646466+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 13&quot;,
    &quot;TextValue&quot;: &quot;sample string 14&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Systolic&quot;: 1,
    &quot;Diastolic&quot;: 2,
    &quot;MedicalCodeMeasurementMethodDescription&quot;: &quot;sample string 3&quot;,
    &quot;MedicalCodeCuffTypeDescription&quot;: &quot;sample string 4&quot;,
    &quot;MedicalCodeMeasurementLocationDescription&quot;: &quot;sample string 5&quot;,
    &quot;MedicalCodeDiastolicEndpointDescription&quot;: &quot;sample string 6&quot;,
    &quot;MedicalCodeContextPositionDescription&quot;: &quot;sample string 7&quot;,
    &quot;Remarks&quot;: &quot;sample string 8&quot;,
    &quot;Id&quot;: 9,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:45.4646466+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 11&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:45.4646466+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 13&quot;,
    &quot;TextValue&quot;: &quot;sample string 14&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalBloodPressureSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalBloodPressureSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:45.4646466+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:45.4646466+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 11&lt;/Source&gt;
    &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
    &lt;Diastolic&gt;2&lt;/Diastolic&gt;
    &lt;MedicalCodeContextPositionDescription&gt;sample string 7&lt;/MedicalCodeContextPositionDescription&gt;
    &lt;MedicalCodeCuffTypeDescription&gt;sample string 4&lt;/MedicalCodeCuffTypeDescription&gt;
    &lt;MedicalCodeDiastolicEndpointDescription&gt;sample string 6&lt;/MedicalCodeDiastolicEndpointDescription&gt;
    &lt;MedicalCodeMeasurementLocationDescription&gt;sample string 5&lt;/MedicalCodeMeasurementLocationDescription&gt;
    &lt;MedicalCodeMeasurementMethodDescription&gt;sample string 3&lt;/MedicalCodeMeasurementMethodDescription&gt;
    &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
    &lt;Systolic&gt;1&lt;/Systolic&gt;
  &lt;/MedicalBloodPressureSummary&gt;
  &lt;MedicalBloodPressureSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:45.4646466+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:45.4646466+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 11&lt;/Source&gt;
    &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
    &lt;Diastolic&gt;2&lt;/Diastolic&gt;
    &lt;MedicalCodeContextPositionDescription&gt;sample string 7&lt;/MedicalCodeContextPositionDescription&gt;
    &lt;MedicalCodeCuffTypeDescription&gt;sample string 4&lt;/MedicalCodeCuffTypeDescription&gt;
    &lt;MedicalCodeDiastolicEndpointDescription&gt;sample string 6&lt;/MedicalCodeDiastolicEndpointDescription&gt;
    &lt;MedicalCodeMeasurementLocationDescription&gt;sample string 5&lt;/MedicalCodeMeasurementLocationDescription&gt;
    &lt;MedicalCodeMeasurementMethodDescription&gt;sample string 3&lt;/MedicalCodeMeasurementMethodDescription&gt;
    &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
    &lt;Systolic&gt;1&lt;/Systolic&gt;
  &lt;/MedicalBloodPressureSummary&gt;
&lt;/ArrayOfMedicalBloodPressureSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalBloodPressureSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalBloodPressureSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:45.4646466+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:45.4646466+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 11&lt;/Source&gt;
    &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
    &lt;Diastolic&gt;2&lt;/Diastolic&gt;
    &lt;MedicalCodeContextPositionDescription&gt;sample string 7&lt;/MedicalCodeContextPositionDescription&gt;
    &lt;MedicalCodeCuffTypeDescription&gt;sample string 4&lt;/MedicalCodeCuffTypeDescription&gt;
    &lt;MedicalCodeDiastolicEndpointDescription&gt;sample string 6&lt;/MedicalCodeDiastolicEndpointDescription&gt;
    &lt;MedicalCodeMeasurementLocationDescription&gt;sample string 5&lt;/MedicalCodeMeasurementLocationDescription&gt;
    &lt;MedicalCodeMeasurementMethodDescription&gt;sample string 3&lt;/MedicalCodeMeasurementMethodDescription&gt;
    &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
    &lt;Systolic&gt;1&lt;/Systolic&gt;
  &lt;/MedicalBloodPressureSummary&gt;
  &lt;MedicalBloodPressureSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:45.4646466+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:45.4646466+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 11&lt;/Source&gt;
    &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
    &lt;Diastolic&gt;2&lt;/Diastolic&gt;
    &lt;MedicalCodeContextPositionDescription&gt;sample string 7&lt;/MedicalCodeContextPositionDescription&gt;
    &lt;MedicalCodeCuffTypeDescription&gt;sample string 4&lt;/MedicalCodeCuffTypeDescription&gt;
    &lt;MedicalCodeDiastolicEndpointDescription&gt;sample string 6&lt;/MedicalCodeDiastolicEndpointDescription&gt;
    &lt;MedicalCodeMeasurementLocationDescription&gt;sample string 5&lt;/MedicalCodeMeasurementLocationDescription&gt;
    &lt;MedicalCodeMeasurementMethodDescription&gt;sample string 3&lt;/MedicalCodeMeasurementMethodDescription&gt;
    &lt;Remarks&gt;sample string 8&lt;/Remarks&gt;
    &lt;Systolic&gt;1&lt;/Systolic&gt;
  &lt;/MedicalBloodPressureSummary&gt;
&lt;/ArrayOfMedicalBloodPressureSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBreathingFrequency">
                <doc title="PlanCare2Api/MedicalBreathingFrequency" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalBreathingFrequency xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalBreathingFrequency&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalBreathingFrequency xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalBreathingFrequency&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBreathingFrequency/{id}">
                <doc title="PlanCare2Api/MedicalBreathingFrequency/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:54.657073+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:54.657073+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalBreathingFrequency xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:54.657073+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalBreathingFrequency&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalBreathingFrequency xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:54.657073+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalBreathingFrequency&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBreathingFrequency/{id}">
                <doc title="PlanCare2Api/MedicalBreathingFrequency/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBreathingFrequency/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalBreathingFrequency/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalBreathingFrequencySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.24418+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalBreathingFrequencySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalBreathingFrequencySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.24418+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalBreathingFrequencySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBreathingFrequency/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalBreathingFrequency/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBreathingFrequency/Update">
                <doc title="PlanCare2Api/MedicalBreathingFrequency/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalBreathingFrequency xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalBreathingFrequency&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalBreathingFrequency xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalBreathingFrequency&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalBreathingFrequency?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalBreathingFrequency?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Frequency&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:38.7384815+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:38.7384815+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Frequency&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:38.7384815+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:38.7384815+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalBreathingFrequencySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalBreathingFrequencySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:38.7384815+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:38.7384815+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalBreathingFrequencySummary&gt;
  &lt;MedicalBreathingFrequencySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:38.7384815+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:38.7384815+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalBreathingFrequencySummary&gt;
&lt;/ArrayOfMedicalBreathingFrequencySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalBreathingFrequencySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalBreathingFrequencySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:38.7384815+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:38.7384815+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalBreathingFrequencySummary&gt;
  &lt;MedicalBreathingFrequencySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:38.7384815+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:38.7384815+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalBreathingFrequencySummary&gt;
&lt;/ArrayOfMedicalBreathingFrequencySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalCodeList?medicalCodeListType={medicalCodeListType}">
                <doc title="PlanCare2Api/MedicalCodeList?medicalCodeListType={medicalCodeListType}" /> 
                <method name="GET">
                    <request>
 
                            <param name="medicalCodeListType"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;a2e0e972-83d9-4d15-8a71-1cbb4e461363&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Code&quot;: &quot;sample string 3&quot;,
    &quot;Value&quot;: &quot;sample string 4&quot;,
    &quot;Active&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;a2e0e972-83d9-4d15-8a71-1cbb4e461363&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Code&quot;: &quot;sample string 3&quot;,
    &quot;Value&quot;: &quot;sample string 4&quot;,
    &quot;Active&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalCodeListItem xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalCodeListItem&gt;
    &lt;Active&gt;true&lt;/Active&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Guid&gt;a2e0e972-83d9-4d15-8a71-1cbb4e461363&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Value&gt;sample string 4&lt;/Value&gt;
  &lt;/MedicalCodeListItem&gt;
  &lt;MedicalCodeListItem&gt;
    &lt;Active&gt;true&lt;/Active&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Guid&gt;a2e0e972-83d9-4d15-8a71-1cbb4e461363&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Value&gt;sample string 4&lt;/Value&gt;
  &lt;/MedicalCodeListItem&gt;
&lt;/ArrayOfMedicalCodeListItem&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalCodeListItem xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalCodeListItem&gt;
    &lt;Active&gt;true&lt;/Active&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Guid&gt;a2e0e972-83d9-4d15-8a71-1cbb4e461363&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Value&gt;sample string 4&lt;/Value&gt;
  &lt;/MedicalCodeListItem&gt;
  &lt;MedicalCodeListItem&gt;
    &lt;Active&gt;true&lt;/Active&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Guid&gt;a2e0e972-83d9-4d15-8a71-1cbb4e461363&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Value&gt;sample string 4&lt;/Value&gt;
  &lt;/MedicalCodeListItem&gt;
&lt;/ArrayOfMedicalCodeListItem&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDefecation">
                <doc title="PlanCare2Api/MedicalDefecation" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeDefecationQuantityId&quot;: &quot;d8f32b0f-4a73-4b31-9100-d39c124100b4&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;3263d484-da29-465a-9604-96cf4e19a458&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;0e62f57c-6aee-47cd-9f9e-a66146bc05f4&quot;,
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;Id&quot;: 2,
  &quot;RelationId&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeDefecationQuantityId&quot;: &quot;d8f32b0f-4a73-4b31-9100-d39c124100b4&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;3263d484-da29-465a-9604-96cf4e19a458&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;0e62f57c-6aee-47cd-9f9e-a66146bc05f4&quot;,
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;Id&quot;: 2,
  &quot;RelationId&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;3263d484-da29-465a-9604-96cf4e19a458&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;d8f32b0f-4a73-4b31-9100-d39c124100b4&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;0e62f57c-6aee-47cd-9f9e-a66146bc05f4&lt;/MedicalCodeDefecationRemedyId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
&lt;/MedicalDefecation&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;3263d484-da29-465a-9604-96cf4e19a458&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;d8f32b0f-4a73-4b31-9100-d39c124100b4&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;0e62f57c-6aee-47cd-9f9e-a66146bc05f4&lt;/MedicalCodeDefecationRemedyId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
&lt;/MedicalDefecation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDefecation/{id}">
                <doc title="PlanCare2Api/MedicalDefecation/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeDefecationQuantityId&quot;: &quot;3e566d1e-52ba-484e-b3d3-b3dd5c00c1d9&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;64ead724-a095-4737-a788-fb59df8284ff&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;fd56e326-de99-4d2f-afc0-ad2bdcf156c5&quot;,
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;Id&quot;: 2,
  &quot;RelationId&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeDefecationQuantityId&quot;: &quot;3e566d1e-52ba-484e-b3d3-b3dd5c00c1d9&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;64ead724-a095-4737-a788-fb59df8284ff&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;fd56e326-de99-4d2f-afc0-ad2bdcf156c5&quot;,
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;Id&quot;: 2,
  &quot;RelationId&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;64ead724-a095-4737-a788-fb59df8284ff&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;3e566d1e-52ba-484e-b3d3-b3dd5c00c1d9&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;fd56e326-de99-4d2f-afc0-ad2bdcf156c5&lt;/MedicalCodeDefecationRemedyId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
&lt;/MedicalDefecation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;64ead724-a095-4737-a788-fb59df8284ff&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;3e566d1e-52ba-484e-b3d3-b3dd5c00c1d9&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;fd56e326-de99-4d2f-afc0-ad2bdcf156c5&lt;/MedicalCodeDefecationRemedyId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
&lt;/MedicalDefecation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDefecation/{id}">
                <doc title="PlanCare2Api/MedicalDefecation/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDefecation/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalDefecation/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeDefecationQuantityDescription&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeDefecationAspectDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeDefecationRemedyDescription&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeDefecationQuantityDescription&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeDefecationAspectDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeDefecationRemedyDescription&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalDefecationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.5410754+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;MedicalCodeDefecationAspectDescription&gt;sample string 2&lt;/MedicalCodeDefecationAspectDescription&gt;
  &lt;MedicalCodeDefecationQuantityDescription&gt;sample string 1&lt;/MedicalCodeDefecationQuantityDescription&gt;
  &lt;MedicalCodeDefecationRemedyDescription&gt;sample string 3&lt;/MedicalCodeDefecationRemedyDescription&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalDefecationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalDefecationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.5410754+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;MedicalCodeDefecationAspectDescription&gt;sample string 2&lt;/MedicalCodeDefecationAspectDescription&gt;
  &lt;MedicalCodeDefecationQuantityDescription&gt;sample string 1&lt;/MedicalCodeDefecationQuantityDescription&gt;
  &lt;MedicalCodeDefecationRemedyDescription&gt;sample string 3&lt;/MedicalCodeDefecationRemedyDescription&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalDefecationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDefecation/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalDefecation/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDefecation/Update">
                <doc title="PlanCare2Api/MedicalDefecation/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeDefecationQuantityId&quot;: &quot;5b32a99e-2e15-4bcf-8ae5-fc23b7555de7&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;23856d8c-43fa-4880-8bc9-c99df38a2708&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;119cb7d5-adde-490f-97de-ec8cc1b357af&quot;,
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;Id&quot;: 2,
  &quot;RelationId&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeDefecationQuantityId&quot;: &quot;5b32a99e-2e15-4bcf-8ae5-fc23b7555de7&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;23856d8c-43fa-4880-8bc9-c99df38a2708&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;119cb7d5-adde-490f-97de-ec8cc1b357af&quot;,
  &quot;Remarks&quot;: &quot;sample string 1&quot;,
  &quot;Id&quot;: 2,
  &quot;RelationId&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;23856d8c-43fa-4880-8bc9-c99df38a2708&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;5b32a99e-2e15-4bcf-8ae5-fc23b7555de7&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;119cb7d5-adde-490f-97de-ec8cc1b357af&lt;/MedicalCodeDefecationRemedyId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
&lt;/MedicalDefecation&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalDefecation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;2&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;23856d8c-43fa-4880-8bc9-c99df38a2708&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;5b32a99e-2e15-4bcf-8ae5-fc23b7555de7&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;119cb7d5-adde-490f-97de-ec8cc1b357af&lt;/MedicalCodeDefecationRemedyId&gt;
  &lt;Remarks&gt;sample string 1&lt;/Remarks&gt;
&lt;/MedicalDefecation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDefecation?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalDefecation?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeDefecationQuantityDescription&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeDefecationAspectDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeDefecationRemedyDescription&quot;: &quot;sample string 3&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeDefecationQuantityDescription&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeDefecationAspectDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeDefecationRemedyDescription&quot;: &quot;sample string 3&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.5410754+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalDefecationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDefecationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.5410754+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;MedicalCodeDefecationAspectDescription&gt;sample string 2&lt;/MedicalCodeDefecationAspectDescription&gt;
    &lt;MedicalCodeDefecationQuantityDescription&gt;sample string 1&lt;/MedicalCodeDefecationQuantityDescription&gt;
    &lt;MedicalCodeDefecationRemedyDescription&gt;sample string 3&lt;/MedicalCodeDefecationRemedyDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;/MedicalDefecationSummary&gt;
  &lt;MedicalDefecationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.5410754+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;MedicalCodeDefecationAspectDescription&gt;sample string 2&lt;/MedicalCodeDefecationAspectDescription&gt;
    &lt;MedicalCodeDefecationQuantityDescription&gt;sample string 1&lt;/MedicalCodeDefecationQuantityDescription&gt;
    &lt;MedicalCodeDefecationRemedyDescription&gt;sample string 3&lt;/MedicalCodeDefecationRemedyDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;/MedicalDefecationSummary&gt;
&lt;/ArrayOfMedicalDefecationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalDefecationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDefecationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.5410754+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;MedicalCodeDefecationAspectDescription&gt;sample string 2&lt;/MedicalCodeDefecationAspectDescription&gt;
    &lt;MedicalCodeDefecationQuantityDescription&gt;sample string 1&lt;/MedicalCodeDefecationQuantityDescription&gt;
    &lt;MedicalCodeDefecationRemedyDescription&gt;sample string 3&lt;/MedicalCodeDefecationRemedyDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;/MedicalDefecationSummary&gt;
  &lt;MedicalDefecationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.5410754+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.5410754+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;MedicalCodeDefecationAspectDescription&gt;sample string 2&lt;/MedicalCodeDefecationAspectDescription&gt;
    &lt;MedicalCodeDefecationQuantityDescription&gt;sample string 1&lt;/MedicalCodeDefecationQuantityDescription&gt;
    &lt;MedicalCodeDefecationRemedyDescription&gt;sample string 3&lt;/MedicalCodeDefecationRemedyDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;/MedicalDefecationSummary&gt;
&lt;/ArrayOfMedicalDefecationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDiabetes">
                <doc title="PlanCare2Api/MedicalDiabetes" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 3&quot;,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 3&quot;,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalDiabetes xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/MedicalDiabetes&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalDiabetes xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/MedicalDiabetes&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDiabetes/{id}">
                <doc title="PlanCare2Api/MedicalDiabetes/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 3&quot;,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 3&quot;,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalDiabetes xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/MedicalDiabetes&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalDiabetes xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/MedicalDiabetes&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDiabetes/{id}">
                <doc title="PlanCare2Api/MedicalDiabetes/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDiabetes/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalDiabetes/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 3&quot;,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 3&quot;,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalDiabetesSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.009798+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/MedicalDiabetesSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalDiabetesSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.009798+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/MedicalDiabetesSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDiabetes/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalDiabetes/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDiabetes/Update">
                <doc title="PlanCare2Api/MedicalDiabetes/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 3&quot;,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:10.2915862+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Value&quot;: 1.0,
  &quot;ValueIsHigh&quot;: true,
  &quot;IsSober&quot;: true,
  &quot;Treatment&quot;: &quot;sample string 3&quot;,
  &quot;Diet&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:10.2915862+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalDiabetes xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:10.2915862+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/MedicalDiabetes&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalDiabetes xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:10.2915862+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Diet&gt;sample string 4&lt;/Diet&gt;
  &lt;IsSober&gt;true&lt;/IsSober&gt;
  &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
  &lt;Value&gt;1&lt;/Value&gt;
  &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
&lt;/MedicalDiabetes&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDiabetes?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalDiabetes?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Value&quot;: 1.0,
    &quot;ValueIsHigh&quot;: true,
    &quot;IsSober&quot;: true,
    &quot;Treatment&quot;: &quot;sample string 3&quot;,
    &quot;Diet&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:24.1409603+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:24.1409603+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Value&quot;: 1.0,
    &quot;ValueIsHigh&quot;: true,
    &quot;IsSober&quot;: true,
    &quot;Treatment&quot;: &quot;sample string 3&quot;,
    &quot;Diet&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:24.1409603+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:24.1409603+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalDiabetesSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDiabetesSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:24.1409603+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:24.1409603+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/MedicalDiabetesSummary&gt;
  &lt;MedicalDiabetesSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:24.1409603+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:24.1409603+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/MedicalDiabetesSummary&gt;
&lt;/ArrayOfMedicalDiabetesSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalDiabetesSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDiabetesSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:24.1409603+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:24.1409603+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/MedicalDiabetesSummary&gt;
  &lt;MedicalDiabetesSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:24.1409603+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:24.1409603+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Diet&gt;sample string 4&lt;/Diet&gt;
    &lt;IsSober&gt;true&lt;/IsSober&gt;
    &lt;Treatment&gt;sample string 3&lt;/Treatment&gt;
    &lt;Value&gt;1&lt;/Value&gt;
    &lt;ValueIsHigh&gt;true&lt;/ValueIsHigh&gt;
  &lt;/MedicalDiabetesSummary&gt;
&lt;/ArrayOfMedicalDiabetesSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDonorPolicy">
                <doc title="PlanCare2Api/MedicalDonorPolicy" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeDonorPolicyId&quot;: &quot;a331cd16-64e7-43f4-955e-b6149a4150b1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:19.5237242+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeDonorPolicyId&quot;: &quot;a331cd16-64e7-43f4-955e-b6149a4150b1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:19.5237242+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalDonorPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:19.5237242+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;a331cd16-64e7-43f4-955e-b6149a4150b1&lt;/MedicalCodeDonorPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalDonorPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalDonorPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:19.5237242+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;a331cd16-64e7-43f4-955e-b6149a4150b1&lt;/MedicalCodeDonorPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalDonorPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDonorPolicy/{id}">
                <doc title="PlanCare2Api/MedicalDonorPolicy/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeDonorPolicyId&quot;: &quot;13ecea8f-80cb-4250-828e-65ef91fbe1f8&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeDonorPolicyId&quot;: &quot;13ecea8f-80cb-4250-828e-65ef91fbe1f8&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalDonorPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;13ecea8f-80cb-4250-828e-65ef91fbe1f8&lt;/MedicalCodeDonorPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalDonorPolicy&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalDonorPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;13ecea8f-80cb-4250-828e-65ef91fbe1f8&lt;/MedicalCodeDonorPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalDonorPolicy&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDonorPolicy/{id}">
                <doc title="PlanCare2Api/MedicalDonorPolicy/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDonorPolicy/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalDonorPolicy/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeDonorPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeDonorPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalDonorPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.462932+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeDonorPolicyDescription&gt;sample string 1&lt;/MedicalCodeDonorPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalDonorPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalDonorPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.462932+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeDonorPolicyDescription&gt;sample string 1&lt;/MedicalCodeDonorPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalDonorPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDonorPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalDonorPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDonorPolicy/Update">
                <doc title="PlanCare2Api/MedicalDonorPolicy/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeDonorPolicyId&quot;: &quot;ef013738-41a7-4d9a-b75b-f981b1eb4ba1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeDonorPolicyId&quot;: &quot;ef013738-41a7-4d9a-b75b-f981b1eb4ba1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalDonorPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;ef013738-41a7-4d9a-b75b-f981b1eb4ba1&lt;/MedicalCodeDonorPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalDonorPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalDonorPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;ef013738-41a7-4d9a-b75b-f981b1eb4ba1&lt;/MedicalCodeDonorPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalDonorPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDonorPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalDonorPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeDonorPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeDonorPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.462932+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalDonorPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDonorPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.462932+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeDonorPolicyDescription&gt;sample string 1&lt;/MedicalCodeDonorPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalDonorPolicySummary&gt;
  &lt;MedicalDonorPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.462932+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeDonorPolicyDescription&gt;sample string 1&lt;/MedicalCodeDonorPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalDonorPolicySummary&gt;
&lt;/ArrayOfMedicalDonorPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalDonorPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDonorPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.462932+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeDonorPolicyDescription&gt;sample string 1&lt;/MedicalCodeDonorPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalDonorPolicySummary&gt;
  &lt;MedicalDonorPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.462932+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.462932+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeDonorPolicyDescription&gt;sample string 1&lt;/MedicalCodeDonorPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalDonorPolicySummary&gt;
&lt;/ArrayOfMedicalDonorPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDsm5Registration">
                <doc title="PlanCare2Api/MedicalDsm5Registration" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Diagnoses&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
      &quot;Rank&quot;: 3,
      &quot;Tentative&quot;: true,
      &quot;Remarks&quot;: &quot;sample string 5&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:24.2347117+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Diagnoses&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
      &quot;Rank&quot;: 3,
      &quot;Tentative&quot;: true,
      &quot;Remarks&quot;: &quot;sample string 5&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:24.2347117+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalDsm5Registration xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:24.2347117+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;Source&gt;sample string 4&lt;/Source&gt;
  &lt;Diagnoses&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
  &lt;/Diagnoses&gt;
&lt;/MedicalDsm5Registration&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalDsm5Registration xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:24.2347117+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;Source&gt;sample string 4&lt;/Source&gt;
  &lt;Diagnoses&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
  &lt;/Diagnoses&gt;
&lt;/MedicalDsm5Registration&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDsm5Registration/{id}">
                <doc title="PlanCare2Api/MedicalDsm5Registration/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Diagnoses&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
      &quot;Rank&quot;: 3,
      &quot;Tentative&quot;: true,
      &quot;Remarks&quot;: &quot;sample string 5&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 4&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Diagnoses&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
      &quot;Rank&quot;: 3,
      &quot;Tentative&quot;: true,
      &quot;Remarks&quot;: &quot;sample string 5&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 4&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalDsm5Registration xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.759813+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;Source&gt;sample string 4&lt;/Source&gt;
  &lt;Diagnoses&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
  &lt;/Diagnoses&gt;
&lt;/MedicalDsm5Registration&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalDsm5Registration xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.759813+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;Source&gt;sample string 4&lt;/Source&gt;
  &lt;Diagnoses&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
  &lt;/Diagnoses&gt;
&lt;/MedicalDsm5Registration&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDsm5Registration/{id}">
                <doc title="PlanCare2Api/MedicalDsm5Registration/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDsm5Registration/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalDsm5Registration/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Diagnoses&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
      &quot;MedicalDsm5DiagnosisCodeDescription&quot;: &quot;sample string 3&quot;,
      &quot;MedicalDsm5DiagnosisCodeCode&quot;: &quot;sample string 4&quot;,
      &quot;MedicalDsm5DiagnosisCodeIcd9Code&quot;: &quot;sample string 5&quot;,
      &quot;MedicalDsm5DiagnosisCodeDateFrom&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
      &quot;MedicalDsm5DiagnosisCodeDateUntil&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
      &quot;Rank&quot;: 7,
      &quot;PrimaryDiagnosis&quot;: true,
      &quot;Tentative&quot;: true,
      &quot;Remarks&quot;: &quot;sample string 10&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 3&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 5&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Diagnoses&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
      &quot;MedicalDsm5DiagnosisCodeDescription&quot;: &quot;sample string 3&quot;,
      &quot;MedicalDsm5DiagnosisCodeCode&quot;: &quot;sample string 4&quot;,
      &quot;MedicalDsm5DiagnosisCodeIcd9Code&quot;: &quot;sample string 5&quot;,
      &quot;MedicalDsm5DiagnosisCodeDateFrom&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
      &quot;MedicalDsm5DiagnosisCodeDateUntil&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
      &quot;Rank&quot;: 7,
      &quot;PrimaryDiagnosis&quot;: true,
      &quot;Tentative&quot;: true,
      &quot;Remarks&quot;: &quot;sample string 10&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 3&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 5&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalDsm5RegistrationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 5&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.759813+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.759813+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 3&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;Diagnoses&gt;
    &lt;MedicalDsm5DiagnosisSummary&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
      &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.759813+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
      &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.759813+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
      &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
      &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
      &lt;Rank&gt;7&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5DiagnosisSummary&gt;
    &lt;MedicalDsm5DiagnosisSummary&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
      &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.759813+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
      &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.759813+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
      &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
      &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
      &lt;Rank&gt;7&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5DiagnosisSummary&gt;
  &lt;/Diagnoses&gt;
&lt;/MedicalDsm5RegistrationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalDsm5RegistrationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 5&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.759813+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.759813+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 3&lt;/Source&gt;
  &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
  &lt;Diagnoses&gt;
    &lt;MedicalDsm5DiagnosisSummary&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
      &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.759813+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
      &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.759813+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
      &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
      &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
      &lt;Rank&gt;7&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5DiagnosisSummary&gt;
    &lt;MedicalDsm5DiagnosisSummary&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
      &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.759813+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
      &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.759813+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
      &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
      &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
      &lt;Rank&gt;7&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5DiagnosisSummary&gt;
  &lt;/Diagnoses&gt;
&lt;/MedicalDsm5RegistrationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDsm5Registration/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalDsm5Registration/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDsm5Registration/DiagnosisCodes?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/MedicalDsm5Registration/DiagnosisCodes?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;GroupCode&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;Selectable&quot;: 64,
    &quot;Icd9Code&quot;: &quot;sample string 6&quot;,
    &quot;DateFrom&quot;: &quot;2026-05-26T23:13:54.7754385+02:00&quot;,
    &quot;DateUntil&quot;: &quot;2026-05-26T23:13:54.7754385+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;GroupCode&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;Selectable&quot;: 64,
    &quot;Icd9Code&quot;: &quot;sample string 6&quot;,
    &quot;DateFrom&quot;: &quot;2026-05-26T23:13:54.7754385+02:00&quot;,
    &quot;DateUntil&quot;: &quot;2026-05-26T23:13:54.7754385+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalDsm5DiagnosisCode xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDsm5DiagnosisCode&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DateFrom&gt;2026-05-26T23:13:54.7754385+02:00&lt;/DateFrom&gt;
    &lt;DateUntil&gt;2026-05-26T23:13:54.7754385+02:00&lt;/DateUntil&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;GroupCode&gt;sample string 3&lt;/GroupCode&gt;
    &lt;Icd9Code&gt;sample string 6&lt;/Icd9Code&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Selectable&gt;64&lt;/Selectable&gt;
  &lt;/MedicalDsm5DiagnosisCode&gt;
  &lt;MedicalDsm5DiagnosisCode&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DateFrom&gt;2026-05-26T23:13:54.7754385+02:00&lt;/DateFrom&gt;
    &lt;DateUntil&gt;2026-05-26T23:13:54.7754385+02:00&lt;/DateUntil&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;GroupCode&gt;sample string 3&lt;/GroupCode&gt;
    &lt;Icd9Code&gt;sample string 6&lt;/Icd9Code&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Selectable&gt;64&lt;/Selectable&gt;
  &lt;/MedicalDsm5DiagnosisCode&gt;
&lt;/ArrayOfMedicalDsm5DiagnosisCode&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalDsm5DiagnosisCode xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDsm5DiagnosisCode&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DateFrom&gt;2026-05-26T23:13:54.7754385+02:00&lt;/DateFrom&gt;
    &lt;DateUntil&gt;2026-05-26T23:13:54.7754385+02:00&lt;/DateUntil&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;GroupCode&gt;sample string 3&lt;/GroupCode&gt;
    &lt;Icd9Code&gt;sample string 6&lt;/Icd9Code&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Selectable&gt;64&lt;/Selectable&gt;
  &lt;/MedicalDsm5DiagnosisCode&gt;
  &lt;MedicalDsm5DiagnosisCode&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DateFrom&gt;2026-05-26T23:13:54.7754385+02:00&lt;/DateFrom&gt;
    &lt;DateUntil&gt;2026-05-26T23:13:54.7754385+02:00&lt;/DateUntil&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;GroupCode&gt;sample string 3&lt;/GroupCode&gt;
    &lt;Icd9Code&gt;sample string 6&lt;/Icd9Code&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Selectable&gt;64&lt;/Selectable&gt;
  &lt;/MedicalDsm5DiagnosisCode&gt;
&lt;/ArrayOfMedicalDsm5DiagnosisCode&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDsm5Registration/Update">
                <doc title="PlanCare2Api/MedicalDsm5Registration/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Diagnoses&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
      &quot;Rank&quot;: 3,
      &quot;Tentative&quot;: true,
      &quot;Remarks&quot;: &quot;sample string 5&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Diagnoses&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
      &quot;Rank&quot;: 3,
      &quot;Tentative&quot;: true,
      &quot;Remarks&quot;: &quot;sample string 5&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.759813+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalDsm5Registration xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.759813+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;Source&gt;sample string 4&lt;/Source&gt;
  &lt;Diagnoses&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
  &lt;/Diagnoses&gt;
&lt;/MedicalDsm5Registration&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalDsm5Registration xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.759813+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;Source&gt;sample string 4&lt;/Source&gt;
  &lt;Diagnoses&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
    &lt;MedicalDsm5Diagnosis&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
      &lt;Rank&gt;3&lt;/Rank&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Tentative&gt;true&lt;/Tentative&gt;
    &lt;/MedicalDsm5Diagnosis&gt;
  &lt;/Diagnoses&gt;
&lt;/MedicalDsm5Registration&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalDsm5Registration?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalDsm5Registration?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Diagnoses&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
        &quot;MedicalDsm5DiagnosisCodeDescription&quot;: &quot;sample string 3&quot;,
        &quot;MedicalDsm5DiagnosisCodeCode&quot;: &quot;sample string 4&quot;,
        &quot;MedicalDsm5DiagnosisCodeIcd9Code&quot;: &quot;sample string 5&quot;,
        &quot;MedicalDsm5DiagnosisCodeDateFrom&quot;: &quot;2026-05-26T23:13:54.7441882+02:00&quot;,
        &quot;MedicalDsm5DiagnosisCodeDateUntil&quot;: &quot;2026-05-26T23:13:54.7441882+02:00&quot;,
        &quot;Rank&quot;: 7,
        &quot;PrimaryDiagnosis&quot;: true,
        &quot;Tentative&quot;: true,
        &quot;Remarks&quot;: &quot;sample string 10&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 1,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.7441882+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 3&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.7441882+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 5&quot;,
    &quot;TextValue&quot;: &quot;sample string 6&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Diagnoses&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;MedicalDsm5DiagnosisCodeId&quot;: 2,
        &quot;MedicalDsm5DiagnosisCodeDescription&quot;: &quot;sample string 3&quot;,
        &quot;MedicalDsm5DiagnosisCodeCode&quot;: &quot;sample string 4&quot;,
        &quot;MedicalDsm5DiagnosisCodeIcd9Code&quot;: &quot;sample string 5&quot;,
        &quot;MedicalDsm5DiagnosisCodeDateFrom&quot;: &quot;2026-05-26T23:13:54.7441882+02:00&quot;,
        &quot;MedicalDsm5DiagnosisCodeDateUntil&quot;: &quot;2026-05-26T23:13:54.7441882+02:00&quot;,
        &quot;Rank&quot;: 7,
        &quot;PrimaryDiagnosis&quot;: true,
        &quot;Tentative&quot;: true,
        &quot;Remarks&quot;: &quot;sample string 10&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Id&quot;: 1,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.7441882+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 3&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.7441882+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 5&quot;,
    &quot;TextValue&quot;: &quot;sample string 6&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalDsm5RegistrationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDsm5RegistrationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 5&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.7441882+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.7441882+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 3&lt;/Source&gt;
    &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
    &lt;Diagnoses&gt;
      &lt;MedicalDsm5DiagnosisSummary&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
        &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
        &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
        &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
        &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
        &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
        &lt;Rank&gt;7&lt;/Rank&gt;
        &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
        &lt;Tentative&gt;true&lt;/Tentative&gt;
      &lt;/MedicalDsm5DiagnosisSummary&gt;
      &lt;MedicalDsm5DiagnosisSummary&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
        &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
        &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
        &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
        &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
        &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
        &lt;Rank&gt;7&lt;/Rank&gt;
        &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
        &lt;Tentative&gt;true&lt;/Tentative&gt;
      &lt;/MedicalDsm5DiagnosisSummary&gt;
    &lt;/Diagnoses&gt;
  &lt;/MedicalDsm5RegistrationSummary&gt;
  &lt;MedicalDsm5RegistrationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 5&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.7441882+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.7441882+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 3&lt;/Source&gt;
    &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
    &lt;Diagnoses&gt;
      &lt;MedicalDsm5DiagnosisSummary&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
        &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
        &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
        &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
        &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
        &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
        &lt;Rank&gt;7&lt;/Rank&gt;
        &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
        &lt;Tentative&gt;true&lt;/Tentative&gt;
      &lt;/MedicalDsm5DiagnosisSummary&gt;
      &lt;MedicalDsm5DiagnosisSummary&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
        &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
        &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
        &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
        &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
        &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
        &lt;Rank&gt;7&lt;/Rank&gt;
        &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
        &lt;Tentative&gt;true&lt;/Tentative&gt;
      &lt;/MedicalDsm5DiagnosisSummary&gt;
    &lt;/Diagnoses&gt;
  &lt;/MedicalDsm5RegistrationSummary&gt;
&lt;/ArrayOfMedicalDsm5RegistrationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalDsm5RegistrationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalDsm5RegistrationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 5&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.7441882+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.7441882+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 3&lt;/Source&gt;
    &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
    &lt;Diagnoses&gt;
      &lt;MedicalDsm5DiagnosisSummary&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
        &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
        &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
        &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
        &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
        &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
        &lt;Rank&gt;7&lt;/Rank&gt;
        &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
        &lt;Tentative&gt;true&lt;/Tentative&gt;
      &lt;/MedicalDsm5DiagnosisSummary&gt;
      &lt;MedicalDsm5DiagnosisSummary&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
        &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
        &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
        &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
        &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
        &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
        &lt;Rank&gt;7&lt;/Rank&gt;
        &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
        &lt;Tentative&gt;true&lt;/Tentative&gt;
      &lt;/MedicalDsm5DiagnosisSummary&gt;
    &lt;/Diagnoses&gt;
  &lt;/MedicalDsm5RegistrationSummary&gt;
  &lt;MedicalDsm5RegistrationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 5&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.7441882+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.7441882+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 3&lt;/Source&gt;
    &lt;TextValue&gt;sample string 6&lt;/TextValue&gt;
    &lt;Diagnoses&gt;
      &lt;MedicalDsm5DiagnosisSummary&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
        &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
        &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
        &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
        &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
        &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
        &lt;Rank&gt;7&lt;/Rank&gt;
        &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
        &lt;Tentative&gt;true&lt;/Tentative&gt;
      &lt;/MedicalDsm5DiagnosisSummary&gt;
      &lt;MedicalDsm5DiagnosisSummary&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;MedicalDsm5DiagnosisCodeCode&gt;sample string 4&lt;/MedicalDsm5DiagnosisCodeCode&gt;
        &lt;MedicalDsm5DiagnosisCodeDateFrom&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:54.7441882+02:00&lt;/MedicalDsm5DiagnosisCodeDateUntil&gt;
        &lt;MedicalDsm5DiagnosisCodeDescription&gt;sample string 3&lt;/MedicalDsm5DiagnosisCodeDescription&gt;
        &lt;MedicalDsm5DiagnosisCodeIcd9Code&gt;sample string 5&lt;/MedicalDsm5DiagnosisCodeIcd9Code&gt;
        &lt;MedicalDsm5DiagnosisCodeId&gt;2&lt;/MedicalDsm5DiagnosisCodeId&gt;
        &lt;PrimaryDiagnosis&gt;true&lt;/PrimaryDiagnosis&gt;
        &lt;Rank&gt;7&lt;/Rank&gt;
        &lt;Remarks&gt;sample string 10&lt;/Remarks&gt;
        &lt;Tentative&gt;true&lt;/Tentative&gt;
      &lt;/MedicalDsm5DiagnosisSummary&gt;
    &lt;/Diagnoses&gt;
  &lt;/MedicalDsm5RegistrationSummary&gt;
&lt;/ArrayOfMedicalDsm5RegistrationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEpilepsy">
                <doc title="PlanCare2Api/MedicalEpilepsy" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;NumberOfAttacks&quot;: 1,
  &quot;LengthInMinutes&quot;: 1,
  &quot;MedicalCodeEpilepsyTypeOfAttackId&quot;: &quot;3d8939f2-38f2-49e4-9a8e-652a96a05a44&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;75a46ced-a810-45a9-9344-38bf1c2fc397&quot;,
  &quot;CoupeMedication&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;NumberOfAttacks&quot;: 1,
  &quot;LengthInMinutes&quot;: 1,
  &quot;MedicalCodeEpilepsyTypeOfAttackId&quot;: &quot;3d8939f2-38f2-49e4-9a8e-652a96a05a44&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;75a46ced-a810-45a9-9344-38bf1c2fc397&quot;,
  &quot;CoupeMedication&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalEpilepsy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0567708+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
  &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
  &lt;MedicalCodeEpilepsyDaypartId&gt;75a46ced-a810-45a9-9344-38bf1c2fc397&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;3d8939f2-38f2-49e4-9a8e-652a96a05a44&lt;/MedicalCodeEpilepsyTypeOfAttackId&gt;
  &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
&lt;/MedicalEpilepsy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalEpilepsy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0567708+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
  &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
  &lt;MedicalCodeEpilepsyDaypartId&gt;75a46ced-a810-45a9-9344-38bf1c2fc397&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;3d8939f2-38f2-49e4-9a8e-652a96a05a44&lt;/MedicalCodeEpilepsyTypeOfAttackId&gt;
  &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
&lt;/MedicalEpilepsy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEpilepsy/{id}">
                <doc title="PlanCare2Api/MedicalEpilepsy/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;NumberOfAttacks&quot;: 1,
  &quot;LengthInMinutes&quot;: 1,
  &quot;MedicalCodeEpilepsyTypeOfAttackId&quot;: &quot;05cb7d97-001a-4ff2-bb34-44390fba4115&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;ae3c81e0-4219-4e3a-a559-4493b8b58f21&quot;,
  &quot;CoupeMedication&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;NumberOfAttacks&quot;: 1,
  &quot;LengthInMinutes&quot;: 1,
  &quot;MedicalCodeEpilepsyTypeOfAttackId&quot;: &quot;05cb7d97-001a-4ff2-bb34-44390fba4115&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;ae3c81e0-4219-4e3a-a559-4493b8b58f21&quot;,
  &quot;CoupeMedication&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalEpilepsy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0567708+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
  &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
  &lt;MedicalCodeEpilepsyDaypartId&gt;ae3c81e0-4219-4e3a-a559-4493b8b58f21&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;05cb7d97-001a-4ff2-bb34-44390fba4115&lt;/MedicalCodeEpilepsyTypeOfAttackId&gt;
  &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
&lt;/MedicalEpilepsy&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalEpilepsy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0567708+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
  &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
  &lt;MedicalCodeEpilepsyDaypartId&gt;ae3c81e0-4219-4e3a-a559-4493b8b58f21&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;05cb7d97-001a-4ff2-bb34-44390fba4115&lt;/MedicalCodeEpilepsyTypeOfAttackId&gt;
  &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
&lt;/MedicalEpilepsy&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEpilepsy/{id}">
                <doc title="PlanCare2Api/MedicalEpilepsy/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEpilepsy/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalEpilepsy/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;NumberOfAttacks&quot;: 1,
  &quot;LengthInMinutes&quot;: 1,
  &quot;MedicalCodeEpilepsyTypeOfAttackDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeEpilepsyDaypartDescription&quot;: &quot;sample string 3&quot;,
  &quot;CoupeMedication&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
  &quot;TextValue&quot;: &quot;sample string 11&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;NumberOfAttacks&quot;: 1,
  &quot;LengthInMinutes&quot;: 1,
  &quot;MedicalCodeEpilepsyTypeOfAttackDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeEpilepsyDaypartDescription&quot;: &quot;sample string 3&quot;,
  &quot;CoupeMedication&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
  &quot;TextValue&quot;: &quot;sample string 11&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalEpilepsySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:59.0567708+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0567708+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
  &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
  &lt;MedicalCodeEpilepsyDaypartDescription&gt;sample string 3&lt;/MedicalCodeEpilepsyDaypartDescription&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackDescription&gt;sample string 2&lt;/MedicalCodeEpilepsyTypeOfAttackDescription&gt;
  &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
&lt;/MedicalEpilepsySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalEpilepsySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:59.0567708+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0567708+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
  &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
  &lt;MedicalCodeEpilepsyDaypartDescription&gt;sample string 3&lt;/MedicalCodeEpilepsyDaypartDescription&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackDescription&gt;sample string 2&lt;/MedicalCodeEpilepsyTypeOfAttackDescription&gt;
  &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
&lt;/MedicalEpilepsySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEpilepsy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalEpilepsy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEpilepsy/Update">
                <doc title="PlanCare2Api/MedicalEpilepsy/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;NumberOfAttacks&quot;: 1,
  &quot;LengthInMinutes&quot;: 1,
  &quot;MedicalCodeEpilepsyTypeOfAttackId&quot;: &quot;9773ae73-e8d5-4991-b108-c0803c8eec79&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;6aba798a-9ccd-4613-9d37-fef90ea66ab4&quot;,
  &quot;CoupeMedication&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;NumberOfAttacks&quot;: 1,
  &quot;LengthInMinutes&quot;: 1,
  &quot;MedicalCodeEpilepsyTypeOfAttackId&quot;: &quot;9773ae73-e8d5-4991-b108-c0803c8eec79&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;6aba798a-9ccd-4613-9d37-fef90ea66ab4&quot;,
  &quot;CoupeMedication&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0567708+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalEpilepsy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0567708+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
  &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
  &lt;MedicalCodeEpilepsyDaypartId&gt;6aba798a-9ccd-4613-9d37-fef90ea66ab4&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;9773ae73-e8d5-4991-b108-c0803c8eec79&lt;/MedicalCodeEpilepsyTypeOfAttackId&gt;
  &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
&lt;/MedicalEpilepsy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalEpilepsy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0567708+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
  &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
  &lt;MedicalCodeEpilepsyDaypartId&gt;6aba798a-9ccd-4613-9d37-fef90ea66ab4&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;9773ae73-e8d5-4991-b108-c0803c8eec79&lt;/MedicalCodeEpilepsyTypeOfAttackId&gt;
  &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
&lt;/MedicalEpilepsy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEpilepsy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalEpilepsy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;NumberOfAttacks&quot;: 1,
    &quot;LengthInMinutes&quot;: 1,
    &quot;MedicalCodeEpilepsyTypeOfAttackDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeEpilepsyDaypartDescription&quot;: &quot;sample string 3&quot;,
    &quot;CoupeMedication&quot;: true,
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0411458+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:59.0411458+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
    &quot;TextValue&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;NumberOfAttacks&quot;: 1,
    &quot;LengthInMinutes&quot;: 1,
    &quot;MedicalCodeEpilepsyTypeOfAttackDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeEpilepsyDaypartDescription&quot;: &quot;sample string 3&quot;,
    &quot;CoupeMedication&quot;: true,
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:59.0411458+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:59.0411458+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
    &quot;TextValue&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalEpilepsySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalEpilepsySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:59.0411458+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0411458+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
    &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
    &lt;MedicalCodeEpilepsyDaypartDescription&gt;sample string 3&lt;/MedicalCodeEpilepsyDaypartDescription&gt;
    &lt;MedicalCodeEpilepsyTypeOfAttackDescription&gt;sample string 2&lt;/MedicalCodeEpilepsyTypeOfAttackDescription&gt;
    &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;/MedicalEpilepsySummary&gt;
  &lt;MedicalEpilepsySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:59.0411458+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0411458+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
    &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
    &lt;MedicalCodeEpilepsyDaypartDescription&gt;sample string 3&lt;/MedicalCodeEpilepsyDaypartDescription&gt;
    &lt;MedicalCodeEpilepsyTypeOfAttackDescription&gt;sample string 2&lt;/MedicalCodeEpilepsyTypeOfAttackDescription&gt;
    &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;/MedicalEpilepsySummary&gt;
&lt;/ArrayOfMedicalEpilepsySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalEpilepsySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalEpilepsySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:59.0411458+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0411458+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
    &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
    &lt;MedicalCodeEpilepsyDaypartDescription&gt;sample string 3&lt;/MedicalCodeEpilepsyDaypartDescription&gt;
    &lt;MedicalCodeEpilepsyTypeOfAttackDescription&gt;sample string 2&lt;/MedicalCodeEpilepsyTypeOfAttackDescription&gt;
    &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;/MedicalEpilepsySummary&gt;
  &lt;MedicalEpilepsySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:59.0411458+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:59.0411458+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;CoupeMedication&gt;true&lt;/CoupeMedication&gt;
    &lt;LengthInMinutes&gt;1&lt;/LengthInMinutes&gt;
    &lt;MedicalCodeEpilepsyDaypartDescription&gt;sample string 3&lt;/MedicalCodeEpilepsyDaypartDescription&gt;
    &lt;MedicalCodeEpilepsyTypeOfAttackDescription&gt;sample string 2&lt;/MedicalCodeEpilepsyTypeOfAttackDescription&gt;
    &lt;NumberOfAttacks&gt;1&lt;/NumberOfAttacks&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;/MedicalEpilepsySummary&gt;
&lt;/ArrayOfMedicalEpilepsySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEuthanasiaPolicy">
                <doc title="PlanCare2Api/MedicalEuthanasiaPolicy" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeEuthanasiaPolicyId&quot;: &quot;b489b0d8-3f6d-4b0f-9b20-ab14640426b6&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeEuthanasiaPolicyId&quot;: &quot;b489b0d8-3f6d-4b0f-9b20-ab14640426b6&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalEuthanasiaPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;b489b0d8-3f6d-4b0f-9b20-ab14640426b6&lt;/MedicalCodeEuthanasiaPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalEuthanasiaPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalEuthanasiaPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;b489b0d8-3f6d-4b0f-9b20-ab14640426b6&lt;/MedicalCodeEuthanasiaPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalEuthanasiaPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEuthanasiaPolicy/{id}">
                <doc title="PlanCare2Api/MedicalEuthanasiaPolicy/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeEuthanasiaPolicyId&quot;: &quot;6a7a7e94-eb94-43cb-93c6-104d02520e85&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:58.6285779+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeEuthanasiaPolicyId&quot;: &quot;6a7a7e94-eb94-43cb-93c6-104d02520e85&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:58.6285779+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalEuthanasiaPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:58.6285779+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;6a7a7e94-eb94-43cb-93c6-104d02520e85&lt;/MedicalCodeEuthanasiaPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalEuthanasiaPolicy&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalEuthanasiaPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:58.6285779+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;6a7a7e94-eb94-43cb-93c6-104d02520e85&lt;/MedicalCodeEuthanasiaPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalEuthanasiaPolicy&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEuthanasiaPolicy/{id}">
                <doc title="PlanCare2Api/MedicalEuthanasiaPolicy/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEuthanasiaPolicy/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalEuthanasiaPolicy/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeEuthanasiaPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeEuthanasiaPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalEuthanasiaPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.1191761+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeEuthanasiaPolicyDescription&gt;sample string 1&lt;/MedicalCodeEuthanasiaPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalEuthanasiaPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalEuthanasiaPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.1191761+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeEuthanasiaPolicyDescription&gt;sample string 1&lt;/MedicalCodeEuthanasiaPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalEuthanasiaPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEuthanasiaPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalEuthanasiaPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEuthanasiaPolicy/Update">
                <doc title="PlanCare2Api/MedicalEuthanasiaPolicy/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeEuthanasiaPolicyId&quot;: &quot;ab17e7ad-11fd-4235-b8bc-c090126a5d1d&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeEuthanasiaPolicyId&quot;: &quot;ab17e7ad-11fd-4235-b8bc-c090126a5d1d&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalEuthanasiaPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;ab17e7ad-11fd-4235-b8bc-c090126a5d1d&lt;/MedicalCodeEuthanasiaPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalEuthanasiaPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalEuthanasiaPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;ab17e7ad-11fd-4235-b8bc-c090126a5d1d&lt;/MedicalCodeEuthanasiaPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalEuthanasiaPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalEuthanasiaPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalEuthanasiaPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeEuthanasiaPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:48.5367658+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:48.5367658+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeEuthanasiaPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:48.5367658+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:48.5367658+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalEuthanasiaPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalEuthanasiaPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:48.5367658+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:48.5367658+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeEuthanasiaPolicyDescription&gt;sample string 1&lt;/MedicalCodeEuthanasiaPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalEuthanasiaPolicySummary&gt;
  &lt;MedicalEuthanasiaPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:48.5367658+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:48.5367658+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeEuthanasiaPolicyDescription&gt;sample string 1&lt;/MedicalCodeEuthanasiaPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalEuthanasiaPolicySummary&gt;
&lt;/ArrayOfMedicalEuthanasiaPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalEuthanasiaPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalEuthanasiaPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:48.5367658+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:48.5367658+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeEuthanasiaPolicyDescription&gt;sample string 1&lt;/MedicalCodeEuthanasiaPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalEuthanasiaPolicySummary&gt;
  &lt;MedicalEuthanasiaPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:48.5367658+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:48.5367658+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeEuthanasiaPolicyDescription&gt;sample string 1&lt;/MedicalCodeEuthanasiaPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalEuthanasiaPolicySummary&gt;
&lt;/ArrayOfMedicalEuthanasiaPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalFluidBalance">
                <doc title="PlanCare2Api/MedicalFluidBalance" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;MedicalCodeWayOfIntakeId&quot;: &quot;fd1609ac-2016-4169-8181-14e073bf1ce9&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T22:07:13.2968075+02:00&quot;,
  &quot;EndDateTime&quot;: &quot;2026-05-26T22:07:13.2968075+02:00&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:13.2968075+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;MedicalCodeWayOfIntakeId&quot;: &quot;fd1609ac-2016-4169-8181-14e073bf1ce9&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T22:07:13.2968075+02:00&quot;,
  &quot;EndDateTime&quot;: &quot;2026-05-26T22:07:13.2968075+02:00&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:13.2968075+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:13.2968075+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;EndDateTime&gt;2026-05-26T22:07:13.2968075+02:00&lt;/EndDateTime&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;fd1609ac-2016-4169-8181-14e073bf1ce9&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&gt;
  &lt;StartDateTime&gt;2026-05-26T22:07:13.2968075+02:00&lt;/StartDateTime&gt;
&lt;/MedicalFluidBalance&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:13.2968075+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;EndDateTime&gt;2026-05-26T22:07:13.2968075+02:00&lt;/EndDateTime&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;fd1609ac-2016-4169-8181-14e073bf1ce9&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&gt;
  &lt;StartDateTime&gt;2026-05-26T22:07:13.2968075+02:00&lt;/StartDateTime&gt;
&lt;/MedicalFluidBalance&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalFluidBalance/{id}">
                <doc title="PlanCare2Api/MedicalFluidBalance/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;MedicalCodeWayOfIntakeId&quot;: &quot;302b60a1-471f-4f8f-b4eb-04217c070319&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;EndDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;MedicalCodeWayOfIntakeId&quot;: &quot;302b60a1-471f-4f8f-b4eb-04217c070319&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;EndDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;EndDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/EndDateTime&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;302b60a1-471f-4f8f-b4eb-04217c070319&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/StartDateTime&gt;
&lt;/MedicalFluidBalance&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;EndDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/EndDateTime&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;302b60a1-471f-4f8f-b4eb-04217c070319&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/StartDateTime&gt;
&lt;/MedicalFluidBalance&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalFluidBalance/{id}">
                <doc title="PlanCare2Api/MedicalFluidBalance/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalFluidBalance/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalFluidBalance/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;Balance&quot;: 3,
  &quot;MedicalCodeWayOfIntakeDescription&quot;: &quot;sample string 4&quot;,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T22:08:47.0982045+02:00&quot;,
  &quot;EndDateTime&quot;: &quot;2026-05-26T22:08:47.0982045+02:00&quot;,
  &quot;Id&quot;: 8,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:47.0982045+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 10&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:47.0982045+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 12&quot;,
  &quot;TextValue&quot;: &quot;sample string 13&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;Balance&quot;: 3,
  &quot;MedicalCodeWayOfIntakeDescription&quot;: &quot;sample string 4&quot;,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T22:08:47.0982045+02:00&quot;,
  &quot;EndDateTime&quot;: &quot;2026-05-26T22:08:47.0982045+02:00&quot;,
  &quot;Id&quot;: 8,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:47.0982045+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 10&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:47.0982045+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 12&quot;,
  &quot;TextValue&quot;: &quot;sample string 13&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalFluidBalanceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 12&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T22:08:47.0982045+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;8&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:47.0982045+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 10&lt;/Source&gt;
  &lt;TextValue&gt;sample string 13&lt;/TextValue&gt;
  &lt;Balance&gt;3&lt;/Balance&gt;
  &lt;EndDateTime&gt;2026-05-26T22:08:47.0982045+02:00&lt;/EndDateTime&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeDescription&gt;sample string 4&lt;/MedicalCodeWayOfIntakeDescription&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&gt;
  &lt;StartDateTime&gt;2026-05-26T22:08:47.0982045+02:00&lt;/StartDateTime&gt;
&lt;/MedicalFluidBalanceSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalFluidBalanceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 12&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T22:08:47.0982045+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;8&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:47.0982045+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 10&lt;/Source&gt;
  &lt;TextValue&gt;sample string 13&lt;/TextValue&gt;
  &lt;Balance&gt;3&lt;/Balance&gt;
  &lt;EndDateTime&gt;2026-05-26T22:08:47.0982045+02:00&lt;/EndDateTime&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeDescription&gt;sample string 4&lt;/MedicalCodeWayOfIntakeDescription&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&gt;
  &lt;StartDateTime&gt;2026-05-26T22:08:47.0982045+02:00&lt;/StartDateTime&gt;
&lt;/MedicalFluidBalanceSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalFluidBalance/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalFluidBalance/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalFluidBalance/Update">
                <doc title="PlanCare2Api/MedicalFluidBalance/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;MedicalCodeWayOfIntakeId&quot;: &quot;2f7e936a-adff-4ee5-b0d6-d4b95bc84f19&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;EndDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;MedicalCodeWayOfIntakeId&quot;: &quot;2f7e936a-adff-4ee5-b0d6-d4b95bc84f19&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;EndDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Id&quot;: 6,
  &quot;RelationId&quot;: 7,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 9&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;EndDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/EndDateTime&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;2f7e936a-adff-4ee5-b0d6-d4b95bc84f19&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/StartDateTime&gt;
&lt;/MedicalFluidBalance&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalFluidBalance xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;7&lt;/RelationId&gt;
  &lt;Source&gt;sample string 9&lt;/Source&gt;
  &lt;EndDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/EndDateTime&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;2f7e936a-adff-4ee5-b0d6-d4b95bc84f19&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/StartDateTime&gt;
&lt;/MedicalFluidBalance&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalFluidBalance?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalFluidBalance?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Intake&quot;: 1,
    &quot;Secretion&quot;: 2,
    &quot;Balance&quot;: 3,
    &quot;MedicalCodeWayOfIntakeDescription&quot;: &quot;sample string 4&quot;,
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
    &quot;EndDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
    &quot;Id&quot;: 8,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 10&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 12&quot;,
    &quot;TextValue&quot;: &quot;sample string 13&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Intake&quot;: 1,
    &quot;Secretion&quot;: 2,
    &quot;Balance&quot;: 3,
    &quot;MedicalCodeWayOfIntakeDescription&quot;: &quot;sample string 4&quot;,
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
    &quot;EndDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
    &quot;Id&quot;: 8,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 10&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 12&quot;,
    &quot;TextValue&quot;: &quot;sample string 13&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalFluidBalanceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalFluidBalanceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 12&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:57.5098669+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;8&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 10&lt;/Source&gt;
    &lt;TextValue&gt;sample string 13&lt;/TextValue&gt;
    &lt;Balance&gt;3&lt;/Balance&gt;
    &lt;EndDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/EndDateTime&gt;
    &lt;Intake&gt;1&lt;/Intake&gt;
    &lt;MedicalCodeWayOfIntakeDescription&gt;sample string 4&lt;/MedicalCodeWayOfIntakeDescription&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Secretion&gt;2&lt;/Secretion&gt;
    &lt;StartDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/StartDateTime&gt;
  &lt;/MedicalFluidBalanceSummary&gt;
  &lt;MedicalFluidBalanceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 12&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:57.5098669+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;8&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 10&lt;/Source&gt;
    &lt;TextValue&gt;sample string 13&lt;/TextValue&gt;
    &lt;Balance&gt;3&lt;/Balance&gt;
    &lt;EndDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/EndDateTime&gt;
    &lt;Intake&gt;1&lt;/Intake&gt;
    &lt;MedicalCodeWayOfIntakeDescription&gt;sample string 4&lt;/MedicalCodeWayOfIntakeDescription&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Secretion&gt;2&lt;/Secretion&gt;
    &lt;StartDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/StartDateTime&gt;
  &lt;/MedicalFluidBalanceSummary&gt;
&lt;/ArrayOfMedicalFluidBalanceSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalFluidBalanceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalFluidBalanceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 12&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:57.5098669+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;8&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 10&lt;/Source&gt;
    &lt;TextValue&gt;sample string 13&lt;/TextValue&gt;
    &lt;Balance&gt;3&lt;/Balance&gt;
    &lt;EndDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/EndDateTime&gt;
    &lt;Intake&gt;1&lt;/Intake&gt;
    &lt;MedicalCodeWayOfIntakeDescription&gt;sample string 4&lt;/MedicalCodeWayOfIntakeDescription&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Secretion&gt;2&lt;/Secretion&gt;
    &lt;StartDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/StartDateTime&gt;
  &lt;/MedicalFluidBalanceSummary&gt;
  &lt;MedicalFluidBalanceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 12&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:57.5098669+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;8&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 10&lt;/Source&gt;
    &lt;TextValue&gt;sample string 13&lt;/TextValue&gt;
    &lt;Balance&gt;3&lt;/Balance&gt;
    &lt;EndDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/EndDateTime&gt;
    &lt;Intake&gt;1&lt;/Intake&gt;
    &lt;MedicalCodeWayOfIntakeDescription&gt;sample string 4&lt;/MedicalCodeWayOfIntakeDescription&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Secretion&gt;2&lt;/Secretion&gt;
    &lt;StartDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/StartDateTime&gt;
  &lt;/MedicalFluidBalanceSummary&gt;
&lt;/ArrayOfMedicalFluidBalanceSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalHeartrate">
                <doc title="PlanCare2Api/MedicalHeartrate" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodeHeartrateRegularityId&quot;: &quot;e1412905-7022-4e8f-a899-8b5a9686a1fb&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;12ce2f9a-9646-4231-93f8-b855356ffb94&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.7286257+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodeHeartrateRegularityId&quot;: &quot;e1412905-7022-4e8f-a899-8b5a9686a1fb&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;12ce2f9a-9646-4231-93f8-b855356ffb94&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.7286257+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalHeartrate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.7286257+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodeHeartrateMethodId&gt;12ce2f9a-9646-4231-93f8-b855356ffb94&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;e1412905-7022-4e8f-a899-8b5a9686a1fb&lt;/MedicalCodeHeartrateRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalHeartrate&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalHeartrate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.7286257+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodeHeartrateMethodId&gt;12ce2f9a-9646-4231-93f8-b855356ffb94&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;e1412905-7022-4e8f-a899-8b5a9686a1fb&lt;/MedicalCodeHeartrateRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalHeartrate&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalHeartrate/{id}">
                <doc title="PlanCare2Api/MedicalHeartrate/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodeHeartrateRegularityId&quot;: &quot;a0b3e627-4f0d-4c3b-8e65-66d7a693bb1c&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;e8f461f5-a5d2-4602-91fc-fd645e9a2d73&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:48.2087976+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodeHeartrateRegularityId&quot;: &quot;a0b3e627-4f0d-4c3b-8e65-66d7a693bb1c&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;e8f461f5-a5d2-4602-91fc-fd645e9a2d73&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:48.2087976+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalHeartrate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:48.2087976+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodeHeartrateMethodId&gt;e8f461f5-a5d2-4602-91fc-fd645e9a2d73&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;a0b3e627-4f0d-4c3b-8e65-66d7a693bb1c&lt;/MedicalCodeHeartrateRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalHeartrate&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalHeartrate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:48.2087976+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodeHeartrateMethodId&gt;e8f461f5-a5d2-4602-91fc-fd645e9a2d73&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;a0b3e627-4f0d-4c3b-8e65-66d7a693bb1c&lt;/MedicalCodeHeartrateRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalHeartrate&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalHeartrate/{id}">
                <doc title="PlanCare2Api/MedicalHeartrate/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalHeartrate/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalHeartrate/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodeHeartrateRegularityDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeHeartrateMethodDescription&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.7286257+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:57.7286257+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodeHeartrateRegularityDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeHeartrateMethodDescription&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.7286257+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:57.7286257+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalHeartrateSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:57.7286257+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.7286257+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodeHeartrateMethodDescription&gt;sample string 3&lt;/MedicalCodeHeartrateMethodDescription&gt;
  &lt;MedicalCodeHeartrateRegularityDescription&gt;sample string 2&lt;/MedicalCodeHeartrateRegularityDescription&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalHeartrateSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalHeartrateSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:57.7286257+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.7286257+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodeHeartrateMethodDescription&gt;sample string 3&lt;/MedicalCodeHeartrateMethodDescription&gt;
  &lt;MedicalCodeHeartrateRegularityDescription&gt;sample string 2&lt;/MedicalCodeHeartrateRegularityDescription&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalHeartrateSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalHeartrate/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalHeartrate/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalHeartrate/Update">
                <doc title="PlanCare2Api/MedicalHeartrate/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodeHeartrateRegularityId&quot;: &quot;ad09779b-0d20-48d2-9ac0-fc0ea2ebe9cd&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;b05d4648-e463-4706-826c-a79456b6aed7&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.7286257+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodeHeartrateRegularityId&quot;: &quot;ad09779b-0d20-48d2-9ac0-fc0ea2ebe9cd&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;b05d4648-e463-4706-826c-a79456b6aed7&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.7286257+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalHeartrate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.7286257+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodeHeartrateMethodId&gt;b05d4648-e463-4706-826c-a79456b6aed7&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;ad09779b-0d20-48d2-9ac0-fc0ea2ebe9cd&lt;/MedicalCodeHeartrateRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalHeartrate&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalHeartrate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.7286257+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodeHeartrateMethodId&gt;b05d4648-e463-4706-826c-a79456b6aed7&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;ad09779b-0d20-48d2-9ac0-fc0ea2ebe9cd&lt;/MedicalCodeHeartrateRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalHeartrate&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalHeartrate?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalHeartrate?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Frequency&quot;: 1,
    &quot;MedicalCodeHeartrateRegularityDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeHeartrateMethodDescription&quot;: &quot;sample string 3&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:36.6494199+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:36.6494199+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Frequency&quot;: 1,
    &quot;MedicalCodeHeartrateRegularityDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeHeartrateMethodDescription&quot;: &quot;sample string 3&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:36.6494199+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:36.6494199+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalHeartrateSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalHeartrateSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:36.6494199+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:36.6494199+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;MedicalCodeHeartrateMethodDescription&gt;sample string 3&lt;/MedicalCodeHeartrateMethodDescription&gt;
    &lt;MedicalCodeHeartrateRegularityDescription&gt;sample string 2&lt;/MedicalCodeHeartrateRegularityDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;/MedicalHeartrateSummary&gt;
  &lt;MedicalHeartrateSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:36.6494199+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:36.6494199+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;MedicalCodeHeartrateMethodDescription&gt;sample string 3&lt;/MedicalCodeHeartrateMethodDescription&gt;
    &lt;MedicalCodeHeartrateRegularityDescription&gt;sample string 2&lt;/MedicalCodeHeartrateRegularityDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;/MedicalHeartrateSummary&gt;
&lt;/ArrayOfMedicalHeartrateSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalHeartrateSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalHeartrateSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:36.6494199+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:36.6494199+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;MedicalCodeHeartrateMethodDescription&gt;sample string 3&lt;/MedicalCodeHeartrateMethodDescription&gt;
    &lt;MedicalCodeHeartrateRegularityDescription&gt;sample string 2&lt;/MedicalCodeHeartrateRegularityDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;/MedicalHeartrateSummary&gt;
  &lt;MedicalHeartrateSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:36.6494199+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:36.6494199+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;MedicalCodeHeartrateMethodDescription&gt;sample string 3&lt;/MedicalCodeHeartrateMethodDescription&gt;
    &lt;MedicalCodeHeartrateRegularityDescription&gt;sample string 2&lt;/MedicalCodeHeartrateRegularityDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;/MedicalHeartrateSummary&gt;
&lt;/ArrayOfMedicalHeartrateSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationAlcohol">
                <doc title="PlanCare2Api/MedicalIntoxicationAlcohol" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T22:07:12.4999126+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T22:07:12.4999126+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;566fe4f8-5553-46a4-ba56-c5c6aeb65f12&quot;,
  &quot;Amount&quot;: 1.0,
  &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
  &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:12.4999126+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T22:07:12.4999126+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T22:07:12.4999126+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;566fe4f8-5553-46a4-ba56-c5c6aeb65f12&quot;,
  &quot;Amount&quot;: 1.0,
  &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
  &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:12.4999126+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalIntoxicationAlcohol xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:12.4999126+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
  &lt;MedicalCodeAlcoholTypeUserId&gt;566fe4f8-5553-46a4-ba56-c5c6aeb65f12&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T22:07:12.4999126+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T22:07:12.4999126+02:00&lt;/StopDate&gt;
  &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
&lt;/MedicalIntoxicationAlcohol&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalIntoxicationAlcohol xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:12.4999126+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
  &lt;MedicalCodeAlcoholTypeUserId&gt;566fe4f8-5553-46a4-ba56-c5c6aeb65f12&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T22:07:12.4999126+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T22:07:12.4999126+02:00&lt;/StopDate&gt;
  &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
&lt;/MedicalIntoxicationAlcohol&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationAlcohol/{id}">
                <doc title="PlanCare2Api/MedicalIntoxicationAlcohol/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T22:07:58.1756772+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T22:07:58.1756772+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;a63e7df6-a7b3-461e-9c8e-9a08fa4bfadf&quot;,
  &quot;Amount&quot;: 1.0,
  &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
  &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:58.1756772+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T22:07:58.1756772+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T22:07:58.1756772+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;a63e7df6-a7b3-461e-9c8e-9a08fa4bfadf&quot;,
  &quot;Amount&quot;: 1.0,
  &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
  &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:58.1756772+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalIntoxicationAlcohol xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:58.1756772+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
  &lt;MedicalCodeAlcoholTypeUserId&gt;a63e7df6-a7b3-461e-9c8e-9a08fa4bfadf&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T22:07:58.1756772+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T22:07:58.1756772+02:00&lt;/StopDate&gt;
  &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
&lt;/MedicalIntoxicationAlcohol&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalIntoxicationAlcohol xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:58.1756772+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
  &lt;MedicalCodeAlcoholTypeUserId&gt;a63e7df6-a7b3-461e-9c8e-9a08fa4bfadf&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T22:07:58.1756772+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T22:07:58.1756772+02:00&lt;/StopDate&gt;
  &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
&lt;/MedicalIntoxicationAlcohol&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationAlcohol/{id}">
                <doc title="PlanCare2Api/MedicalIntoxicationAlcohol/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationAlcohol/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalIntoxicationAlcohol/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserDescription&quot;: &quot;sample string 1&quot;,
  &quot;Amount&quot;: 1.0,
  &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
  &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserDescription&quot;: &quot;sample string 1&quot;,
  &quot;Amount&quot;: 1.0,
  &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
  &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalIntoxicationAlcoholSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6348093+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
  &lt;MedicalCodeAlcoholTypeUserDescription&gt;sample string 1&lt;/MedicalCodeAlcoholTypeUserDescription&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/StopDate&gt;
  &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
&lt;/MedicalIntoxicationAlcoholSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalIntoxicationAlcoholSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6348093+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
  &lt;MedicalCodeAlcoholTypeUserDescription&gt;sample string 1&lt;/MedicalCodeAlcoholTypeUserDescription&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/StopDate&gt;
  &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
&lt;/MedicalIntoxicationAlcoholSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationAlcohol/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalIntoxicationAlcohol/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationAlcohol/Update">
                <doc title="PlanCare2Api/MedicalIntoxicationAlcohol/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;c4f6b505-65cd-4b00-bb87-a3d99135828c&quot;,
  &quot;Amount&quot;: 1.0,
  &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
  &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;c4f6b505-65cd-4b00-bb87-a3d99135828c&quot;,
  &quot;Amount&quot;: 1.0,
  &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
  &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalIntoxicationAlcohol xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
  &lt;MedicalCodeAlcoholTypeUserId&gt;c4f6b505-65cd-4b00-bb87-a3d99135828c&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/StopDate&gt;
  &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
&lt;/MedicalIntoxicationAlcohol&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalIntoxicationAlcohol xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6348093+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
  &lt;MedicalCodeAlcoholTypeUserId&gt;c4f6b505-65cd-4b00-bb87-a3d99135828c&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/StopDate&gt;
  &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
&lt;/MedicalIntoxicationAlcohol&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationAlcohol?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalIntoxicationAlcohol?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6191871+02:00&quot;,
    &quot;StopDate&quot;: &quot;2026-05-26T23:13:54.6191871+02:00&quot;,
    &quot;MedicalCodeAlcoholTypeUserDescription&quot;: &quot;sample string 1&quot;,
    &quot;Amount&quot;: 1.0,
    &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
    &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6191871+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6191871+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6191871+02:00&quot;,
    &quot;StopDate&quot;: &quot;2026-05-26T23:13:54.6191871+02:00&quot;,
    &quot;MedicalCodeAlcoholTypeUserDescription&quot;: &quot;sample string 1&quot;,
    &quot;Amount&quot;: 1.0,
    &quot;AmountUnit&quot;: &quot;sample string 2&quot;,
    &quot;TimeUnit&quot;: &quot;sample string 3&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6191871+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6191871+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalIntoxicationAlcoholSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalIntoxicationAlcoholSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6191871+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6191871+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
    &lt;MedicalCodeAlcoholTypeUserDescription&gt;sample string 1&lt;/MedicalCodeAlcoholTypeUserDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6191871+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:54.6191871+02:00&lt;/StopDate&gt;
    &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
  &lt;/MedicalIntoxicationAlcoholSummary&gt;
  &lt;MedicalIntoxicationAlcoholSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6191871+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6191871+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
    &lt;MedicalCodeAlcoholTypeUserDescription&gt;sample string 1&lt;/MedicalCodeAlcoholTypeUserDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6191871+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:54.6191871+02:00&lt;/StopDate&gt;
    &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
  &lt;/MedicalIntoxicationAlcoholSummary&gt;
&lt;/ArrayOfMedicalIntoxicationAlcoholSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalIntoxicationAlcoholSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalIntoxicationAlcoholSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6191871+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6191871+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
    &lt;MedicalCodeAlcoholTypeUserDescription&gt;sample string 1&lt;/MedicalCodeAlcoholTypeUserDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6191871+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:54.6191871+02:00&lt;/StopDate&gt;
    &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
  &lt;/MedicalIntoxicationAlcoholSummary&gt;
  &lt;MedicalIntoxicationAlcoholSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6191871+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6191871+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;AmountUnit&gt;sample string 2&lt;/AmountUnit&gt;
    &lt;MedicalCodeAlcoholTypeUserDescription&gt;sample string 1&lt;/MedicalCodeAlcoholTypeUserDescription&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6191871+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:54.6191871+02:00&lt;/StopDate&gt;
    &lt;TimeUnit&gt;sample string 3&lt;/TimeUnit&gt;
  &lt;/MedicalIntoxicationAlcoholSummary&gt;
&lt;/ArrayOfMedicalIntoxicationAlcoholSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationTobacco">
                <doc title="PlanCare2Api/MedicalIntoxicationTobacco" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;d4d6403d-7256-45a6-a57a-888982ca2b97&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;704ae429-6e3f-4629-808e-cc3c6c1d0446&quot;,
  &quot;Amount&quot;: 1,
  &quot;PackYears&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;d4d6403d-7256-45a6-a57a-888982ca2b97&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;704ae429-6e3f-4629-808e-cc3c6c1d0446&quot;,
  &quot;Amount&quot;: 1,
  &quot;PackYears&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalIntoxicationTobacco xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4160767+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;MedicalCodeTobaccoStatusId&gt;d4d6403d-7256-45a6-a57a-888982ca2b97&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;704ae429-6e3f-4629-808e-cc3c6c1d0446&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StopDate&gt;
&lt;/MedicalIntoxicationTobacco&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalIntoxicationTobacco xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4160767+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;MedicalCodeTobaccoStatusId&gt;d4d6403d-7256-45a6-a57a-888982ca2b97&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;704ae429-6e3f-4629-808e-cc3c6c1d0446&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StopDate&gt;
&lt;/MedicalIntoxicationTobacco&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationTobacco/{id}">
                <doc title="PlanCare2Api/MedicalIntoxicationTobacco/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;0239075e-817a-49f5-b485-c0d393f440a6&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;b515b386-4390-4408-8507-fc3d18dc8f06&quot;,
  &quot;Amount&quot;: 1,
  &quot;PackYears&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;0239075e-817a-49f5-b485-c0d393f440a6&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;b515b386-4390-4408-8507-fc3d18dc8f06&quot;,
  &quot;Amount&quot;: 1,
  &quot;PackYears&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalIntoxicationTobacco xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4004504+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;MedicalCodeTobaccoStatusId&gt;0239075e-817a-49f5-b485-c0d393f440a6&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;b515b386-4390-4408-8507-fc3d18dc8f06&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StopDate&gt;
&lt;/MedicalIntoxicationTobacco&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalIntoxicationTobacco xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4004504+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;MedicalCodeTobaccoStatusId&gt;0239075e-817a-49f5-b485-c0d393f440a6&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;b515b386-4390-4408-8507-fc3d18dc8f06&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StopDate&gt;
&lt;/MedicalIntoxicationTobacco&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationTobacco/{id}">
                <doc title="PlanCare2Api/MedicalIntoxicationTobacco/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationTobacco/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalIntoxicationTobacco/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusDescription&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeTobaccoTypeUserDescription&quot;: &quot;sample string 2&quot;,
  &quot;Amount&quot;: 1,
  &quot;PackYears&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusDescription&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeTobaccoTypeUserDescription&quot;: &quot;sample string 2&quot;,
  &quot;Amount&quot;: 1,
  &quot;PackYears&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalIntoxicationTobaccoSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4160767+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4160767+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;MedicalCodeTobaccoStatusDescription&gt;sample string 1&lt;/MedicalCodeTobaccoStatusDescription&gt;
  &lt;MedicalCodeTobaccoTypeUserDescription&gt;sample string 2&lt;/MedicalCodeTobaccoTypeUserDescription&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StopDate&gt;
&lt;/MedicalIntoxicationTobaccoSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalIntoxicationTobaccoSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.4160767+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4160767+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;MedicalCodeTobaccoStatusDescription&gt;sample string 1&lt;/MedicalCodeTobaccoStatusDescription&gt;
  &lt;MedicalCodeTobaccoTypeUserDescription&gt;sample string 2&lt;/MedicalCodeTobaccoTypeUserDescription&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StopDate&gt;
&lt;/MedicalIntoxicationTobaccoSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationTobacco/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalIntoxicationTobacco/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationTobacco/Update">
                <doc title="PlanCare2Api/MedicalIntoxicationTobacco/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;d3cf2237-6815-49ca-9c80-9fbc0b8d4bd7&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;a5738218-6811-4050-a6f5-d25161620e79&quot;,
  &quot;Amount&quot;: 1,
  &quot;PackYears&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;d3cf2237-6815-49ca-9c80-9fbc0b8d4bd7&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;a5738218-6811-4050-a6f5-d25161620e79&quot;,
  &quot;Amount&quot;: 1,
  &quot;PackYears&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4160767+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalIntoxicationTobacco xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4160767+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;MedicalCodeTobaccoStatusId&gt;d3cf2237-6815-49ca-9c80-9fbc0b8d4bd7&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;a5738218-6811-4050-a6f5-d25161620e79&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StopDate&gt;
&lt;/MedicalIntoxicationTobacco&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalIntoxicationTobacco xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4160767+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Amount&gt;1&lt;/Amount&gt;
  &lt;MedicalCodeTobaccoStatusId&gt;d3cf2237-6815-49ca-9c80-9fbc0b8d4bd7&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;a5738218-6811-4050-a6f5-d25161620e79&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:55.4160767+02:00&lt;/StopDate&gt;
&lt;/MedicalIntoxicationTobacco&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalIntoxicationTobacco?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalIntoxicationTobacco?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
    &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
    &quot;MedicalCodeTobaccoStatusDescription&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeTobaccoTypeUserDescription&quot;: &quot;sample string 2&quot;,
    &quot;Amount&quot;: 1,
    &quot;PackYears&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
    &quot;StopDate&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
    &quot;MedicalCodeTobaccoStatusDescription&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeTobaccoTypeUserDescription&quot;: &quot;sample string 2&quot;,
    &quot;Amount&quot;: 1,
    &quot;PackYears&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.4004504+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalIntoxicationTobaccoSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalIntoxicationTobaccoSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.4004504+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4004504+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;MedicalCodeTobaccoStatusDescription&gt;sample string 1&lt;/MedicalCodeTobaccoStatusDescription&gt;
    &lt;MedicalCodeTobaccoTypeUserDescription&gt;sample string 2&lt;/MedicalCodeTobaccoTypeUserDescription&gt;
    &lt;PackYears&gt;1&lt;/PackYears&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StopDate&gt;
  &lt;/MedicalIntoxicationTobaccoSummary&gt;
  &lt;MedicalIntoxicationTobaccoSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.4004504+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4004504+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;MedicalCodeTobaccoStatusDescription&gt;sample string 1&lt;/MedicalCodeTobaccoStatusDescription&gt;
    &lt;MedicalCodeTobaccoTypeUserDescription&gt;sample string 2&lt;/MedicalCodeTobaccoTypeUserDescription&gt;
    &lt;PackYears&gt;1&lt;/PackYears&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StopDate&gt;
  &lt;/MedicalIntoxicationTobaccoSummary&gt;
&lt;/ArrayOfMedicalIntoxicationTobaccoSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalIntoxicationTobaccoSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalIntoxicationTobaccoSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.4004504+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4004504+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;MedicalCodeTobaccoStatusDescription&gt;sample string 1&lt;/MedicalCodeTobaccoStatusDescription&gt;
    &lt;MedicalCodeTobaccoTypeUserDescription&gt;sample string 2&lt;/MedicalCodeTobaccoTypeUserDescription&gt;
    &lt;PackYears&gt;1&lt;/PackYears&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StopDate&gt;
  &lt;/MedicalIntoxicationTobaccoSummary&gt;
  &lt;MedicalIntoxicationTobaccoSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.4004504+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.4004504+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Amount&gt;1&lt;/Amount&gt;
    &lt;MedicalCodeTobaccoStatusDescription&gt;sample string 1&lt;/MedicalCodeTobaccoStatusDescription&gt;
    &lt;MedicalCodeTobaccoTypeUserDescription&gt;sample string 2&lt;/MedicalCodeTobaccoTypeUserDescription&gt;
    &lt;PackYears&gt;1&lt;/PackYears&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:55.4004504+02:00&lt;/StopDate&gt;
  &lt;/MedicalIntoxicationTobaccoSummary&gt;
&lt;/ArrayOfMedicalIntoxicationTobaccoSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLength">
                <doc title="PlanCare2Api/MedicalLength" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Length&quot;: 1.0,
  &quot;MedicalCodeContextPositionId&quot;: &quot;1e28c4cc-0885-4481-a40a-bc62fe72392a&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Length&quot;: 1.0,
  &quot;MedicalCodeContextPositionId&quot;: &quot;1e28c4cc-0885-4481-a40a-bc62fe72392a&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalLength xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;MedicalCodeContextPositionId&gt;1e28c4cc-0885-4481-a40a-bc62fe72392a&lt;/MedicalCodeContextPositionId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLength&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalLength xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;MedicalCodeContextPositionId&gt;1e28c4cc-0885-4481-a40a-bc62fe72392a&lt;/MedicalCodeContextPositionId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLength&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLength/{id}">
                <doc title="PlanCare2Api/MedicalLength/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Length&quot;: 1.0,
  &quot;MedicalCodeContextPositionId&quot;: &quot;9070bc8c-fcf3-4ee8-aa37-1827941fdf3b&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Length&quot;: 1.0,
  &quot;MedicalCodeContextPositionId&quot;: &quot;9070bc8c-fcf3-4ee8-aa37-1827941fdf3b&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalLength xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;MedicalCodeContextPositionId&gt;9070bc8c-fcf3-4ee8-aa37-1827941fdf3b&lt;/MedicalCodeContextPositionId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLength&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalLength xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;MedicalCodeContextPositionId&gt;9070bc8c-fcf3-4ee8-aa37-1827941fdf3b&lt;/MedicalCodeContextPositionId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLength&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLength/{id}">
                <doc title="PlanCare2Api/MedicalLength/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLength/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalLength/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Length&quot;: 1.0,
  &quot;MedicalCodeContextPositionDescription&quot;: &quot;sample string 2&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Length&quot;: 1.0,
  &quot;MedicalCodeContextPositionDescription&quot;: &quot;sample string 2&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalLengthSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.0254225+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;MedicalCodeContextPositionDescription&gt;sample string 2&lt;/MedicalCodeContextPositionDescription&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
&lt;/MedicalLengthSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalLengthSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.0254225+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;MedicalCodeContextPositionDescription&gt;sample string 2&lt;/MedicalCodeContextPositionDescription&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
&lt;/MedicalLengthSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLength/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalLength/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLength/Update">
                <doc title="PlanCare2Api/MedicalLength/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Length&quot;: 1.0,
  &quot;MedicalCodeContextPositionId&quot;: &quot;2575c415-e97e-4c8b-8938-44f39620bc84&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Length&quot;: 1.0,
  &quot;MedicalCodeContextPositionId&quot;: &quot;2575c415-e97e-4c8b-8938-44f39620bc84&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalLength xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;MedicalCodeContextPositionId&gt;2575c415-e97e-4c8b-8938-44f39620bc84&lt;/MedicalCodeContextPositionId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLength&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalLength xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Length&gt;1&lt;/Length&gt;
  &lt;MedicalCodeContextPositionId&gt;2575c415-e97e-4c8b-8938-44f39620bc84&lt;/MedicalCodeContextPositionId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLength&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLength?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalLength?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Length&quot;: 1.0,
    &quot;MedicalCodeContextPositionDescription&quot;: &quot;sample string 2&quot;,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Length&quot;: 1.0,
    &quot;MedicalCodeContextPositionDescription&quot;: &quot;sample string 2&quot;,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalLengthSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalLengthSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.009798+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;MedicalCodeContextPositionDescription&gt;sample string 2&lt;/MedicalCodeContextPositionDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;/MedicalLengthSummary&gt;
  &lt;MedicalLengthSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.009798+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;MedicalCodeContextPositionDescription&gt;sample string 2&lt;/MedicalCodeContextPositionDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;/MedicalLengthSummary&gt;
&lt;/ArrayOfMedicalLengthSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalLengthSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalLengthSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.009798+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;MedicalCodeContextPositionDescription&gt;sample string 2&lt;/MedicalCodeContextPositionDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;/MedicalLengthSummary&gt;
  &lt;MedicalLengthSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.009798+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.009798+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Length&gt;1&lt;/Length&gt;
    &lt;MedicalCodeContextPositionDescription&gt;sample string 2&lt;/MedicalCodeContextPositionDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;/MedicalLengthSummary&gt;
&lt;/ArrayOfMedicalLengthSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLivingWillPolicy">
                <doc title="PlanCare2Api/MedicalLivingWillPolicy" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeLivingWillPolicyId&quot;: &quot;d94b42b8-7616-4d40-9e91-f60d5a3afe4b&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeLivingWillPolicyId&quot;: &quot;d94b42b8-7616-4d40-9e91-f60d5a3afe4b&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalLivingWillPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;d94b42b8-7616-4d40-9e91-f60d5a3afe4b&lt;/MedicalCodeLivingWillPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLivingWillPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalLivingWillPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;d94b42b8-7616-4d40-9e91-f60d5a3afe4b&lt;/MedicalCodeLivingWillPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLivingWillPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLivingWillPolicy/{id}">
                <doc title="PlanCare2Api/MedicalLivingWillPolicy/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeLivingWillPolicyId&quot;: &quot;73b8b8b2-b3ae-4361-b208-c829dc95dffd&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeLivingWillPolicyId&quot;: &quot;73b8b8b2-b3ae-4361-b208-c829dc95dffd&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalLivingWillPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;73b8b8b2-b3ae-4361-b208-c829dc95dffd&lt;/MedicalCodeLivingWillPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLivingWillPolicy&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalLivingWillPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;73b8b8b2-b3ae-4361-b208-c829dc95dffd&lt;/MedicalCodeLivingWillPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLivingWillPolicy&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLivingWillPolicy/{id}">
                <doc title="PlanCare2Api/MedicalLivingWillPolicy/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLivingWillPolicy/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalLivingWillPolicy/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeLivingWillPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeLivingWillPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalLivingWillPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6973114+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeLivingWillPolicyDescription&gt;sample string 1&lt;/MedicalCodeLivingWillPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLivingWillPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalLivingWillPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6973114+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeLivingWillPolicyDescription&gt;sample string 1&lt;/MedicalCodeLivingWillPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLivingWillPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLivingWillPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalLivingWillPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLivingWillPolicy/Update">
                <doc title="PlanCare2Api/MedicalLivingWillPolicy/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeLivingWillPolicyId&quot;: &quot;f0e75bf3-5a51-48c7-9ba2-2da6ff9bd429&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeLivingWillPolicyId&quot;: &quot;f0e75bf3-5a51-48c7-9ba2-2da6ff9bd429&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalLivingWillPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;f0e75bf3-5a51-48c7-9ba2-2da6ff9bd429&lt;/MedicalCodeLivingWillPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLivingWillPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalLivingWillPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;f0e75bf3-5a51-48c7-9ba2-2da6ff9bd429&lt;/MedicalCodeLivingWillPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalLivingWillPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalLivingWillPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalLivingWillPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeLivingWillPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeLivingWillPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6973114+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalLivingWillPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalLivingWillPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6973114+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeLivingWillPolicyDescription&gt;sample string 1&lt;/MedicalCodeLivingWillPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalLivingWillPolicySummary&gt;
  &lt;MedicalLivingWillPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6973114+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeLivingWillPolicyDescription&gt;sample string 1&lt;/MedicalCodeLivingWillPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalLivingWillPolicySummary&gt;
&lt;/ArrayOfMedicalLivingWillPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalLivingWillPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalLivingWillPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6973114+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeLivingWillPolicyDescription&gt;sample string 1&lt;/MedicalCodeLivingWillPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalLivingWillPolicySummary&gt;
  &lt;MedicalLivingWillPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.6973114+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6973114+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeLivingWillPolicyDescription&gt;sample string 1&lt;/MedicalCodeLivingWillPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalLivingWillPolicySummary&gt;
&lt;/ArrayOfMedicalLivingWillPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMenstruation">
                <doc title="PlanCare2Api/MedicalMenstruation" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeBloodLossId&quot;: &quot;ce3cf3ba-3dcf-42d2-bb12-e184b11e2433&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;699fbe8e-8c75-4635-b07b-a46a71fdfa2b&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;a3b59281-2c4b-4370-b5e9-c683b7d8ab29&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;0c33482e-38bd-41c5-8c08-e78056888657&quot;,
    &quot;a7e983e2-5923-4004-a7af-4ba177246cb9&quot;
  ],
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeBloodLossId&quot;: &quot;ce3cf3ba-3dcf-42d2-bb12-e184b11e2433&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;699fbe8e-8c75-4635-b07b-a46a71fdfa2b&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;a3b59281-2c4b-4370-b5e9-c683b7d8ab29&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;0c33482e-38bd-41c5-8c08-e78056888657&quot;,
    &quot;a7e983e2-5923-4004-a7af-4ba177246cb9&quot;
  ],
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalMenstruation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;ce3cf3ba-3dcf-42d2-bb12-e184b11e2433&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;0c33482e-38bd-41c5-8c08-e78056888657&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;a7e983e2-5923-4004-a7af-4ba177246cb9&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;699fbe8e-8c75-4635-b07b-a46a71fdfa2b&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;a3b59281-2c4b-4370-b5e9-c683b7d8ab29&lt;/MedicalCodeMoodId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Stressed&gt;true&lt;/Stressed&gt;
&lt;/MedicalMenstruation&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalMenstruation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;ce3cf3ba-3dcf-42d2-bb12-e184b11e2433&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;0c33482e-38bd-41c5-8c08-e78056888657&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;a7e983e2-5923-4004-a7af-4ba177246cb9&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;699fbe8e-8c75-4635-b07b-a46a71fdfa2b&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;a3b59281-2c4b-4370-b5e9-c683b7d8ab29&lt;/MedicalCodeMoodId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Stressed&gt;true&lt;/Stressed&gt;
&lt;/MedicalMenstruation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMenstruation/{id}">
                <doc title="PlanCare2Api/MedicalMenstruation/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeBloodLossId&quot;: &quot;7d11c0e8-5c13-4e6e-96ae-07fd64988aff&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;a9f5aebd-0a10-458c-9236-512c909f681a&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;7308472d-2234-4276-aeee-119df4dde3bc&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;4868ee66-c1e7-45f8-8296-9af4312a6fdc&quot;,
    &quot;cd9f22d6-6ae8-4efd-8bd6-007b1b4f1b94&quot;
  ],
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:14.7023249+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeBloodLossId&quot;: &quot;7d11c0e8-5c13-4e6e-96ae-07fd64988aff&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;a9f5aebd-0a10-458c-9236-512c909f681a&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;7308472d-2234-4276-aeee-119df4dde3bc&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;4868ee66-c1e7-45f8-8296-9af4312a6fdc&quot;,
    &quot;cd9f22d6-6ae8-4efd-8bd6-007b1b4f1b94&quot;
  ],
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:14.7023249+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalMenstruation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:14.7023249+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;7d11c0e8-5c13-4e6e-96ae-07fd64988aff&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;4868ee66-c1e7-45f8-8296-9af4312a6fdc&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;cd9f22d6-6ae8-4efd-8bd6-007b1b4f1b94&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;a9f5aebd-0a10-458c-9236-512c909f681a&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;7308472d-2234-4276-aeee-119df4dde3bc&lt;/MedicalCodeMoodId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Stressed&gt;true&lt;/Stressed&gt;
&lt;/MedicalMenstruation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalMenstruation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:14.7023249+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;7d11c0e8-5c13-4e6e-96ae-07fd64988aff&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;4868ee66-c1e7-45f8-8296-9af4312a6fdc&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;cd9f22d6-6ae8-4efd-8bd6-007b1b4f1b94&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;a9f5aebd-0a10-458c-9236-512c909f681a&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;7308472d-2234-4276-aeee-119df4dde3bc&lt;/MedicalCodeMoodId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Stressed&gt;true&lt;/Stressed&gt;
&lt;/MedicalMenstruation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMenstruation/{id}">
                <doc title="PlanCare2Api/MedicalMenstruation/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMenstruation/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalMenstruation/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;BloodLoss&quot;: &quot;sample string 1&quot;,
  &quot;Duration&quot;: &quot;sample string 2&quot;,
  &quot;Mood&quot;: &quot;sample string 3&quot;,
  &quot;Stressed&quot;: true,
  &quot;Complaints&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
  &quot;TextValue&quot;: &quot;sample string 11&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;BloodLoss&quot;: &quot;sample string 1&quot;,
  &quot;Duration&quot;: &quot;sample string 2&quot;,
  &quot;Mood&quot;: &quot;sample string 3&quot;,
  &quot;Stressed&quot;: true,
  &quot;Complaints&quot;: [
    &quot;sample string 1&quot;,
    &quot;sample string 2&quot;
  ],
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.0410492+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
  &quot;TextValue&quot;: &quot;sample string 11&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalMenstruationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.0410492+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;BloodLoss&gt;sample string 1&lt;/BloodLoss&gt;
  &lt;Complaints xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/Complaints&gt;
  &lt;Duration&gt;sample string 2&lt;/Duration&gt;
  &lt;Mood&gt;sample string 3&lt;/Mood&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;Stressed&gt;true&lt;/Stressed&gt;
&lt;/MedicalMenstruationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalMenstruationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.0410492+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0410492+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;BloodLoss&gt;sample string 1&lt;/BloodLoss&gt;
  &lt;Complaints xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:string&gt;sample string 1&lt;/d2p1:string&gt;
    &lt;d2p1:string&gt;sample string 2&lt;/d2p1:string&gt;
  &lt;/Complaints&gt;
  &lt;Duration&gt;sample string 2&lt;/Duration&gt;
  &lt;Mood&gt;sample string 3&lt;/Mood&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;Stressed&gt;true&lt;/Stressed&gt;
&lt;/MedicalMenstruationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMenstruation/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalMenstruation/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMenstruation/Update">
                <doc title="PlanCare2Api/MedicalMenstruation/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeBloodLossId&quot;: &quot;97cdce70-bdaf-4940-b264-ba57a340fbac&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;ad1e4c64-e565-4ab6-b23e-0ee275c8778a&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;b4a35b83-fea8-45a2-a24e-7c47f07eb71d&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;f372f745-b421-48dc-83b9-1aa953c78ebb&quot;,
    &quot;d217aebe-9223-4365-b4d1-09dd1693ccd7&quot;
  ],
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:22.9125612+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeBloodLossId&quot;: &quot;97cdce70-bdaf-4940-b264-ba57a340fbac&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;ad1e4c64-e565-4ab6-b23e-0ee275c8778a&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;b4a35b83-fea8-45a2-a24e-7c47f07eb71d&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;f372f745-b421-48dc-83b9-1aa953c78ebb&quot;,
    &quot;d217aebe-9223-4365-b4d1-09dd1693ccd7&quot;
  ],
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:22.9125612+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalMenstruation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:22.9125612+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;97cdce70-bdaf-4940-b264-ba57a340fbac&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;f372f745-b421-48dc-83b9-1aa953c78ebb&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;d217aebe-9223-4365-b4d1-09dd1693ccd7&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;ad1e4c64-e565-4ab6-b23e-0ee275c8778a&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;b4a35b83-fea8-45a2-a24e-7c47f07eb71d&lt;/MedicalCodeMoodId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Stressed&gt;true&lt;/Stressed&gt;
&lt;/MedicalMenstruation&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalMenstruation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:22.9125612+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;97cdce70-bdaf-4940-b264-ba57a340fbac&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;f372f745-b421-48dc-83b9-1aa953c78ebb&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;d217aebe-9223-4365-b4d1-09dd1693ccd7&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;ad1e4c64-e565-4ab6-b23e-0ee275c8778a&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;b4a35b83-fea8-45a2-a24e-7c47f07eb71d&lt;/MedicalCodeMoodId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Stressed&gt;true&lt;/Stressed&gt;
&lt;/MedicalMenstruation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMenstruation?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalMenstruation?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BloodLoss&quot;: &quot;sample string 1&quot;,
    &quot;Duration&quot;: &quot;sample string 2&quot;,
    &quot;Mood&quot;: &quot;sample string 3&quot;,
    &quot;Stressed&quot;: true,
    &quot;Complaints&quot;: [
      &quot;sample string 1&quot;,
      &quot;sample string 2&quot;
    ],
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
    &quot;TextValue&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;BloodLoss&quot;: &quot;sample string 1&quot;,
    &quot;Duration&quot;: &quot;sample string 2&quot;,
    &quot;Mood&quot;: &quot;sample string 3&quot;,
    &quot;Stressed&quot;: true,
    &quot;Complaints&quot;: [
      &quot;sample string 1&quot;,
      &quot;sample string 2&quot;
    ],
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.0254225+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
    &quot;TextValue&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalMenstruationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalMenstruationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.0254225+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;BloodLoss&gt;sample string 1&lt;/BloodLoss&gt;
    &lt;Complaints xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/Complaints&gt;
    &lt;Duration&gt;sample string 2&lt;/Duration&gt;
    &lt;Mood&gt;sample string 3&lt;/Mood&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Stressed&gt;true&lt;/Stressed&gt;
  &lt;/MedicalMenstruationSummary&gt;
  &lt;MedicalMenstruationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.0254225+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;BloodLoss&gt;sample string 1&lt;/BloodLoss&gt;
    &lt;Complaints xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/Complaints&gt;
    &lt;Duration&gt;sample string 2&lt;/Duration&gt;
    &lt;Mood&gt;sample string 3&lt;/Mood&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Stressed&gt;true&lt;/Stressed&gt;
  &lt;/MedicalMenstruationSummary&gt;
&lt;/ArrayOfMedicalMenstruationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalMenstruationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalMenstruationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.0254225+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;BloodLoss&gt;sample string 1&lt;/BloodLoss&gt;
    &lt;Complaints xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/Complaints&gt;
    &lt;Duration&gt;sample string 2&lt;/Duration&gt;
    &lt;Mood&gt;sample string 3&lt;/Mood&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Stressed&gt;true&lt;/Stressed&gt;
  &lt;/MedicalMenstruationSummary&gt;
  &lt;MedicalMenstruationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.0254225+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.0254225+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;BloodLoss&gt;sample string 1&lt;/BloodLoss&gt;
    &lt;Complaints xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:string&gt;sample string 1&lt;/d3p1:string&gt;
      &lt;d3p1:string&gt;sample string 2&lt;/d3p1:string&gt;
    &lt;/Complaints&gt;
    &lt;Duration&gt;sample string 2&lt;/Duration&gt;
    &lt;Mood&gt;sample string 3&lt;/Mood&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;Stressed&gt;true&lt;/Stressed&gt;
  &lt;/MedicalMenstruationSummary&gt;
&lt;/ArrayOfMedicalMenstruationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMentalCompetence">
                <doc title="PlanCare2Api/MedicalMentalCompetence" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeMentalCompetenceId&quot;: &quot;da79d389-46ad-4536-aeae-b071226ddfc3&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeMentalCompetenceId&quot;: &quot;da79d389-46ad-4536-aeae-b071226ddfc3&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalMentalCompetence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;da79d389-46ad-4536-aeae-b071226ddfc3&lt;/MedicalCodeMentalCompetenceId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalMentalCompetence&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalMentalCompetence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;da79d389-46ad-4536-aeae-b071226ddfc3&lt;/MedicalCodeMentalCompetenceId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalMentalCompetence&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMentalCompetence/{id}">
                <doc title="PlanCare2Api/MedicalMentalCompetence/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeMentalCompetenceId&quot;: &quot;47eb85b4-e77d-499c-8983-9fabde34b93c&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeMentalCompetenceId&quot;: &quot;47eb85b4-e77d-499c-8983-9fabde34b93c&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalMentalCompetence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;47eb85b4-e77d-499c-8983-9fabde34b93c&lt;/MedicalCodeMentalCompetenceId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalMentalCompetence&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalMentalCompetence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;47eb85b4-e77d-499c-8983-9fabde34b93c&lt;/MedicalCodeMentalCompetenceId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalMentalCompetence&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMentalCompetence/{id}">
                <doc title="PlanCare2Api/MedicalMentalCompetence/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMentalCompetence/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalMentalCompetence/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeMentalCompetenceDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeMentalCompetenceDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalMentalCompetenceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeMentalCompetenceDescription&gt;sample string 1&lt;/MedicalCodeMentalCompetenceDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalMentalCompetenceSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalMentalCompetenceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeMentalCompetenceDescription&gt;sample string 1&lt;/MedicalCodeMentalCompetenceDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalMentalCompetenceSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMentalCompetence/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalMentalCompetence/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMentalCompetence/Update">
                <doc title="PlanCare2Api/MedicalMentalCompetence/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeMentalCompetenceId&quot;: &quot;ecf1f465-5dc4-4934-b7cd-49c07df2b2c0&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeMentalCompetenceId&quot;: &quot;ecf1f465-5dc4-4934-b7cd-49c07df2b2c0&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalMentalCompetence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;ecf1f465-5dc4-4934-b7cd-49c07df2b2c0&lt;/MedicalCodeMentalCompetenceId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalMentalCompetence&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalMentalCompetence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;ecf1f465-5dc4-4934-b7cd-49c07df2b2c0&lt;/MedicalCodeMentalCompetenceId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalMentalCompetence&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalMentalCompetence?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalMentalCompetence?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeMentalCompetenceDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2754755+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.2754755+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeMentalCompetenceDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2754755+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.2754755+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalMentalCompetenceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalMentalCompetenceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.2754755+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2754755+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeMentalCompetenceDescription&gt;sample string 1&lt;/MedicalCodeMentalCompetenceDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalMentalCompetenceSummary&gt;
  &lt;MedicalMentalCompetenceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.2754755+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2754755+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeMentalCompetenceDescription&gt;sample string 1&lt;/MedicalCodeMentalCompetenceDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalMentalCompetenceSummary&gt;
&lt;/ArrayOfMedicalMentalCompetenceSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalMentalCompetenceSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalMentalCompetenceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.2754755+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2754755+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeMentalCompetenceDescription&gt;sample string 1&lt;/MedicalCodeMentalCompetenceDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalMentalCompetenceSummary&gt;
  &lt;MedicalMentalCompetenceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:55.2754755+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2754755+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeMentalCompetenceDescription&gt;sample string 1&lt;/MedicalCodeMentalCompetenceDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalMentalCompetenceSummary&gt;
&lt;/ArrayOfMedicalMentalCompetenceSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalOxygenSaturation">
                <doc title="PlanCare2Api/MedicalOxygenSaturation" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;SpO2&quot;: 1,
  &quot;ExtraOxygenAdministration&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:40.8291023+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;SpO2&quot;: 1,
  &quot;ExtraOxygenAdministration&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:40.8291023+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalOxygenSaturation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:40.8291023+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;SpO2&gt;1&lt;/SpO2&gt;
&lt;/MedicalOxygenSaturation&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalOxygenSaturation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:40.8291023+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;SpO2&gt;1&lt;/SpO2&gt;
&lt;/MedicalOxygenSaturation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalOxygenSaturation/{id}">
                <doc title="PlanCare2Api/MedicalOxygenSaturation/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;SpO2&quot;: 1,
  &quot;ExtraOxygenAdministration&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;SpO2&quot;: 1,
  &quot;ExtraOxygenAdministration&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalOxygenSaturation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;SpO2&gt;1&lt;/SpO2&gt;
&lt;/MedicalOxygenSaturation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalOxygenSaturation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;SpO2&gt;1&lt;/SpO2&gt;
&lt;/MedicalOxygenSaturation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalOxygenSaturation/{id}">
                <doc title="PlanCare2Api/MedicalOxygenSaturation/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalOxygenSaturation/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalOxygenSaturation/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;SpO2&quot;: 1,
  &quot;ExtraOxygenAdministration&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;SpO2&quot;: 1,
  &quot;ExtraOxygenAdministration&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalOxygenSaturationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:57.5098669+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;SpO2&gt;1&lt;/SpO2&gt;
&lt;/MedicalOxygenSaturationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalOxygenSaturationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:57.5098669+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;SpO2&gt;1&lt;/SpO2&gt;
&lt;/MedicalOxygenSaturationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalOxygenSaturation/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalOxygenSaturation/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalOxygenSaturation/Update">
                <doc title="PlanCare2Api/MedicalOxygenSaturation/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;SpO2&quot;: 1,
  &quot;ExtraOxygenAdministration&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;SpO2&quot;: 1,
  &quot;ExtraOxygenAdministration&quot;: true,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalOxygenSaturation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5254927+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;SpO2&gt;1&lt;/SpO2&gt;
&lt;/MedicalOxygenSaturation&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalOxygenSaturation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5254927+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;SpO2&gt;1&lt;/SpO2&gt;
&lt;/MedicalOxygenSaturation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalOxygenSaturation?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalOxygenSaturation?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;SpO2&quot;: 1,
    &quot;ExtraOxygenAdministration&quot;: true,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:07.0413493+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:07.0413493+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;SpO2&quot;: 1,
    &quot;ExtraOxygenAdministration&quot;: true,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:07.0413493+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:07.0413493+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalOxygenSaturationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalOxygenSaturationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:07.0413493+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:07.0413493+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;SpO2&gt;1&lt;/SpO2&gt;
  &lt;/MedicalOxygenSaturationSummary&gt;
  &lt;MedicalOxygenSaturationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:07.0413493+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:07.0413493+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;SpO2&gt;1&lt;/SpO2&gt;
  &lt;/MedicalOxygenSaturationSummary&gt;
&lt;/ArrayOfMedicalOxygenSaturationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalOxygenSaturationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalOxygenSaturationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:07.0413493+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:07.0413493+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;SpO2&gt;1&lt;/SpO2&gt;
  &lt;/MedicalOxygenSaturationSummary&gt;
  &lt;MedicalOxygenSaturationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:07.0413493+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:07.0413493+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;ExtraOxygenAdministration&gt;true&lt;/ExtraOxygenAdministration&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;SpO2&gt;1&lt;/SpO2&gt;
  &lt;/MedicalOxygenSaturationSummary&gt;
&lt;/ArrayOfMedicalOxygenSaturationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPainScore">
                <doc title="PlanCare2Api/MedicalPainScore" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;PainScore&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;PainScore&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalPainScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;PainScore&gt;1&lt;/PainScore&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPainScore&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalPainScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;PainScore&gt;1&lt;/PainScore&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPainScore&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPainScore/{id}">
                <doc title="PlanCare2Api/MedicalPainScore/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;PainScore&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:43.1033634+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;PainScore&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:43.1033634+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalPainScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:43.1033634+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;PainScore&gt;1&lt;/PainScore&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPainScore&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalPainScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:43.1033634+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;PainScore&gt;1&lt;/PainScore&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPainScore&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPainScore/{id}">
                <doc title="PlanCare2Api/MedicalPainScore/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPainScore/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalPainScore/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;PainScore&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;PainScore&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalPainScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.1191761+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;PainScore&gt;1&lt;/PainScore&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPainScoreSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalPainScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.1191761+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;PainScore&gt;1&lt;/PainScore&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPainScoreSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPainScore/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalPainScore/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPainScore/Update">
                <doc title="PlanCare2Api/MedicalPainScore/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;PainScore&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;PainScore&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.1191761+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalPainScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;PainScore&gt;1&lt;/PainScore&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPainScore&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalPainScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.1191761+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;PainScore&gt;1&lt;/PainScore&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPainScore&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPainScore?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalPainScore?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;PainScore&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.103551+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.103551+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;PainScore&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.103551+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.103551+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalPainScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalPainScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.103551+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.103551+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;PainScore&gt;1&lt;/PainScore&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalPainScoreSummary&gt;
  &lt;MedicalPainScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.103551+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.103551+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;PainScore&gt;1&lt;/PainScore&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalPainScoreSummary&gt;
&lt;/ArrayOfMedicalPainScoreSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalPainScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalPainScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.103551+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.103551+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;PainScore&gt;1&lt;/PainScore&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalPainScoreSummary&gt;
  &lt;MedicalPainScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.103551+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.103551+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;PainScore&gt;1&lt;/PainScore&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalPainScoreSummary&gt;
&lt;/ArrayOfMedicalPainScoreSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPulse">
                <doc title="PlanCare2Api/MedicalPulse" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodePulseRegularityId&quot;: &quot;38ba3293-7379-4305-a917-fd917ad42583&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodePulseRegularityId&quot;: &quot;38ba3293-7379-4305-a917-fd917ad42583&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalPulse xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodePulseRegularityId&gt;38ba3293-7379-4305-a917-fd917ad42583&lt;/MedicalCodePulseRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPulse&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalPulse xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodePulseRegularityId&gt;38ba3293-7379-4305-a917-fd917ad42583&lt;/MedicalCodePulseRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPulse&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPulse/{id}">
                <doc title="PlanCare2Api/MedicalPulse/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodePulseRegularityId&quot;: &quot;31da8dd6-562a-474d-aa20-40c2bb27a7cb&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodePulseRegularityId&quot;: &quot;31da8dd6-562a-474d-aa20-40c2bb27a7cb&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalPulse xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodePulseRegularityId&gt;31da8dd6-562a-474d-aa20-40c2bb27a7cb&lt;/MedicalCodePulseRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPulse&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalPulse xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodePulseRegularityId&gt;31da8dd6-562a-474d-aa20-40c2bb27a7cb&lt;/MedicalCodePulseRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPulse&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPulse/{id}">
                <doc title="PlanCare2Api/MedicalPulse/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPulse/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalPulse/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodePulseRegularityDescription&quot;: &quot;sample string 2&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodePulseRegularityDescription&quot;: &quot;sample string 2&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalPulseSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:53.9316727+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodePulseRegularityDescription&gt;sample string 2&lt;/MedicalCodePulseRegularityDescription&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
&lt;/MedicalPulseSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalPulseSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:53.9316727+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodePulseRegularityDescription&gt;sample string 2&lt;/MedicalCodePulseRegularityDescription&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
&lt;/MedicalPulseSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPulse/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalPulse/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPulse/Update">
                <doc title="PlanCare2Api/MedicalPulse/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodePulseRegularityId&quot;: &quot;d9cd7e49-864e-4d70-86d0-a082a18f4c81&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Frequency&quot;: 1,
  &quot;MedicalCodePulseRegularityId&quot;: &quot;d9cd7e49-864e-4d70-86d0-a082a18f4c81&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalPulse xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodePulseRegularityId&gt;d9cd7e49-864e-4d70-86d0-a082a18f4c81&lt;/MedicalCodePulseRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPulse&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalPulse xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Frequency&gt;1&lt;/Frequency&gt;
  &lt;MedicalCodePulseRegularityId&gt;d9cd7e49-864e-4d70-86d0-a082a18f4c81&lt;/MedicalCodePulseRegularityId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalPulse&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalPulse?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalPulse?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Frequency&quot;: 1,
    &quot;MedicalCodePulseRegularityDescription&quot;: &quot;sample string 2&quot;,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Frequency&quot;: 1,
    &quot;MedicalCodePulseRegularityDescription&quot;: &quot;sample string 2&quot;,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:53.9316727+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalPulseSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalPulseSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:53.9316727+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;MedicalCodePulseRegularityDescription&gt;sample string 2&lt;/MedicalCodePulseRegularityDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;/MedicalPulseSummary&gt;
  &lt;MedicalPulseSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:53.9316727+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;MedicalCodePulseRegularityDescription&gt;sample string 2&lt;/MedicalCodePulseRegularityDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;/MedicalPulseSummary&gt;
&lt;/ArrayOfMedicalPulseSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalPulseSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalPulseSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:53.9316727+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;MedicalCodePulseRegularityDescription&gt;sample string 2&lt;/MedicalCodePulseRegularityDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;/MedicalPulseSummary&gt;
  &lt;MedicalPulseSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:53.9316727+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:53.9316727+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;Frequency&gt;1&lt;/Frequency&gt;
    &lt;MedicalCodePulseRegularityDescription&gt;sample string 2&lt;/MedicalCodePulseRegularityDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;/MedicalPulseSummary&gt;
&lt;/ArrayOfMedicalPulseSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalRegistrationMetaData?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalRegistrationMetaData?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TypeName&quot;: &quot;sample string 1&quot;,
    &quot;HasReadPermission&quot;: true,
    &quot;RegistrationCount&quot;: 3,
    &quot;LatestRegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.5723077+02:00&quot;,
    &quot;LatestRegistrationChangedByRelationLookupName&quot;: &quot;sample string 5&quot;,
    &quot;LatestRegistrationTextValue&quot;: &quot;sample string 6&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TypeName&quot;: &quot;sample string 1&quot;,
    &quot;HasReadPermission&quot;: true,
    &quot;RegistrationCount&quot;: 3,
    &quot;LatestRegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.5723077+02:00&quot;,
    &quot;LatestRegistrationChangedByRelationLookupName&quot;: &quot;sample string 5&quot;,
    &quot;LatestRegistrationTextValue&quot;: &quot;sample string 6&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalRegistrationMetaData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalRegistrationMetaData&gt;
    &lt;HasReadPermission&gt;true&lt;/HasReadPermission&gt;
    &lt;LatestRegistrationChangedByRelationLookupName&gt;sample string 5&lt;/LatestRegistrationChangedByRelationLookupName&gt;
    &lt;LatestRegistrationDateTime&gt;2026-05-26T23:13:54.5723077+02:00&lt;/LatestRegistrationDateTime&gt;
    &lt;LatestRegistrationTextValue&gt;sample string 6&lt;/LatestRegistrationTextValue&gt;
    &lt;RegistrationCount&gt;3&lt;/RegistrationCount&gt;
    &lt;TypeName&gt;sample string 1&lt;/TypeName&gt;
  &lt;/MedicalRegistrationMetaData&gt;
  &lt;MedicalRegistrationMetaData&gt;
    &lt;HasReadPermission&gt;true&lt;/HasReadPermission&gt;
    &lt;LatestRegistrationChangedByRelationLookupName&gt;sample string 5&lt;/LatestRegistrationChangedByRelationLookupName&gt;
    &lt;LatestRegistrationDateTime&gt;2026-05-26T23:13:54.5723077+02:00&lt;/LatestRegistrationDateTime&gt;
    &lt;LatestRegistrationTextValue&gt;sample string 6&lt;/LatestRegistrationTextValue&gt;
    &lt;RegistrationCount&gt;3&lt;/RegistrationCount&gt;
    &lt;TypeName&gt;sample string 1&lt;/TypeName&gt;
  &lt;/MedicalRegistrationMetaData&gt;
&lt;/ArrayOfMedicalRegistrationMetaData&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalRegistrationMetaData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalRegistrationMetaData&gt;
    &lt;HasReadPermission&gt;true&lt;/HasReadPermission&gt;
    &lt;LatestRegistrationChangedByRelationLookupName&gt;sample string 5&lt;/LatestRegistrationChangedByRelationLookupName&gt;
    &lt;LatestRegistrationDateTime&gt;2026-05-26T23:13:54.5723077+02:00&lt;/LatestRegistrationDateTime&gt;
    &lt;LatestRegistrationTextValue&gt;sample string 6&lt;/LatestRegistrationTextValue&gt;
    &lt;RegistrationCount&gt;3&lt;/RegistrationCount&gt;
    &lt;TypeName&gt;sample string 1&lt;/TypeName&gt;
  &lt;/MedicalRegistrationMetaData&gt;
  &lt;MedicalRegistrationMetaData&gt;
    &lt;HasReadPermission&gt;true&lt;/HasReadPermission&gt;
    &lt;LatestRegistrationChangedByRelationLookupName&gt;sample string 5&lt;/LatestRegistrationChangedByRelationLookupName&gt;
    &lt;LatestRegistrationDateTime&gt;2026-05-26T23:13:54.5723077+02:00&lt;/LatestRegistrationDateTime&gt;
    &lt;LatestRegistrationTextValue&gt;sample string 6&lt;/LatestRegistrationTextValue&gt;
    &lt;RegistrationCount&gt;3&lt;/RegistrationCount&gt;
    &lt;TypeName&gt;sample string 1&lt;/TypeName&gt;
  &lt;/MedicalRegistrationMetaData&gt;
&lt;/ArrayOfMedicalRegistrationMetaData&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalRenalFunction">
                <doc title="PlanCare2Api/MedicalRenalFunction" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Gfr&quot;: 1,
  &quot;MedicalCodeRenalFunctionFormulaId&quot;: &quot;8b9a42b9-3bd7-4fb4-8dd6-d758ce7afecd&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Gfr&quot;: 1,
  &quot;MedicalCodeRenalFunctionFormulaId&quot;: &quot;8b9a42b9-3bd7-4fb4-8dd6-d758ce7afecd&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalRenalFunction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Gfr&gt;1&lt;/Gfr&gt;
  &lt;MedicalCodeRenalFunctionFormulaId&gt;8b9a42b9-3bd7-4fb4-8dd6-d758ce7afecd&lt;/MedicalCodeRenalFunctionFormulaId&gt;
&lt;/MedicalRenalFunction&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalRenalFunction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Gfr&gt;1&lt;/Gfr&gt;
  &lt;MedicalCodeRenalFunctionFormulaId&gt;8b9a42b9-3bd7-4fb4-8dd6-d758ce7afecd&lt;/MedicalCodeRenalFunctionFormulaId&gt;
&lt;/MedicalRenalFunction&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalRenalFunction/{id}">
                <doc title="PlanCare2Api/MedicalRenalFunction/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Gfr&quot;: 1,
  &quot;MedicalCodeRenalFunctionFormulaId&quot;: &quot;9a3c80e0-0d2a-47fb-919d-b75fa8dbffd3&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:12.5383981+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Gfr&quot;: 1,
  &quot;MedicalCodeRenalFunctionFormulaId&quot;: &quot;9a3c80e0-0d2a-47fb-919d-b75fa8dbffd3&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:12.5383981+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalRenalFunction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:12.5383981+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Gfr&gt;1&lt;/Gfr&gt;
  &lt;MedicalCodeRenalFunctionFormulaId&gt;9a3c80e0-0d2a-47fb-919d-b75fa8dbffd3&lt;/MedicalCodeRenalFunctionFormulaId&gt;
&lt;/MedicalRenalFunction&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalRenalFunction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:12.5383981+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Gfr&gt;1&lt;/Gfr&gt;
  &lt;MedicalCodeRenalFunctionFormulaId&gt;9a3c80e0-0d2a-47fb-919d-b75fa8dbffd3&lt;/MedicalCodeRenalFunctionFormulaId&gt;
&lt;/MedicalRenalFunction&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalRenalFunction/{id}">
                <doc title="PlanCare2Api/MedicalRenalFunction/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalRenalFunction/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalRenalFunction/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Gfr&quot;: 1,
  &quot;MedicalCodeRenalFunctionFormulaDescription&quot;: &quot;sample string 2&quot;,
  &quot;GfrStageText&quot;: &quot;sample string 3&quot;,
  &quot;GfrStageColor&quot;: 4,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Gfr&quot;: 1,
  &quot;MedicalCodeRenalFunctionFormulaDescription&quot;: &quot;sample string 2&quot;,
  &quot;GfrStageText&quot;: &quot;sample string 3&quot;,
  &quot;GfrStageColor&quot;: 4,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalRenalFunctionSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:58.9942702+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;Gfr&gt;1&lt;/Gfr&gt;
  &lt;GfrStageColor&gt;4&lt;/GfrStageColor&gt;
  &lt;GfrStageText&gt;sample string 3&lt;/GfrStageText&gt;
  &lt;MedicalCodeRenalFunctionFormulaDescription&gt;sample string 2&lt;/MedicalCodeRenalFunctionFormulaDescription&gt;
&lt;/MedicalRenalFunctionSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalRenalFunctionSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:58.9942702+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;Gfr&gt;1&lt;/Gfr&gt;
  &lt;GfrStageColor&gt;4&lt;/GfrStageColor&gt;
  &lt;GfrStageText&gt;sample string 3&lt;/GfrStageText&gt;
  &lt;MedicalCodeRenalFunctionFormulaDescription&gt;sample string 2&lt;/MedicalCodeRenalFunctionFormulaDescription&gt;
&lt;/MedicalRenalFunctionSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalRenalFunction/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalRenalFunction/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalRenalFunction/Update">
                <doc title="PlanCare2Api/MedicalRenalFunction/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Gfr&quot;: 1,
  &quot;MedicalCodeRenalFunctionFormulaId&quot;: &quot;99a984b4-d50b-4f23-bd05-d6e818ee1d5b&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Gfr&quot;: 1,
  &quot;MedicalCodeRenalFunctionFormulaId&quot;: &quot;99a984b4-d50b-4f23-bd05-d6e818ee1d5b&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9942702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalRenalFunction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Gfr&gt;1&lt;/Gfr&gt;
  &lt;MedicalCodeRenalFunctionFormulaId&gt;99a984b4-d50b-4f23-bd05-d6e818ee1d5b&lt;/MedicalCodeRenalFunctionFormulaId&gt;
&lt;/MedicalRenalFunction&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalRenalFunction xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9942702+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Gfr&gt;1&lt;/Gfr&gt;
  &lt;MedicalCodeRenalFunctionFormulaId&gt;99a984b4-d50b-4f23-bd05-d6e818ee1d5b&lt;/MedicalCodeRenalFunctionFormulaId&gt;
&lt;/MedicalRenalFunction&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalRenalFunction?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalRenalFunction?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Gfr&quot;: 1,
    &quot;MedicalCodeRenalFunctionFormulaDescription&quot;: &quot;sample string 2&quot;,
    &quot;GfrStageText&quot;: &quot;sample string 3&quot;,
    &quot;GfrStageColor&quot;: 4,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9786448+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:58.9786448+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Gfr&quot;: 1,
    &quot;MedicalCodeRenalFunctionFormulaDescription&quot;: &quot;sample string 2&quot;,
    &quot;GfrStageText&quot;: &quot;sample string 3&quot;,
    &quot;GfrStageColor&quot;: 4,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:58.9786448+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:58.9786448+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalRenalFunctionSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalRenalFunctionSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:58.9786448+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9786448+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Gfr&gt;1&lt;/Gfr&gt;
    &lt;GfrStageColor&gt;4&lt;/GfrStageColor&gt;
    &lt;GfrStageText&gt;sample string 3&lt;/GfrStageText&gt;
    &lt;MedicalCodeRenalFunctionFormulaDescription&gt;sample string 2&lt;/MedicalCodeRenalFunctionFormulaDescription&gt;
  &lt;/MedicalRenalFunctionSummary&gt;
  &lt;MedicalRenalFunctionSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:58.9786448+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9786448+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Gfr&gt;1&lt;/Gfr&gt;
    &lt;GfrStageColor&gt;4&lt;/GfrStageColor&gt;
    &lt;GfrStageText&gt;sample string 3&lt;/GfrStageText&gt;
    &lt;MedicalCodeRenalFunctionFormulaDescription&gt;sample string 2&lt;/MedicalCodeRenalFunctionFormulaDescription&gt;
  &lt;/MedicalRenalFunctionSummary&gt;
&lt;/ArrayOfMedicalRenalFunctionSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalRenalFunctionSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalRenalFunctionSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:58.9786448+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9786448+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Gfr&gt;1&lt;/Gfr&gt;
    &lt;GfrStageColor&gt;4&lt;/GfrStageColor&gt;
    &lt;GfrStageText&gt;sample string 3&lt;/GfrStageText&gt;
    &lt;MedicalCodeRenalFunctionFormulaDescription&gt;sample string 2&lt;/MedicalCodeRenalFunctionFormulaDescription&gt;
  &lt;/MedicalRenalFunctionSummary&gt;
  &lt;MedicalRenalFunctionSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:58.9786448+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:58.9786448+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;Gfr&gt;1&lt;/Gfr&gt;
    &lt;GfrStageColor&gt;4&lt;/GfrStageColor&gt;
    &lt;GfrStageText&gt;sample string 3&lt;/GfrStageText&gt;
    &lt;MedicalCodeRenalFunctionFormulaDescription&gt;sample string 2&lt;/MedicalCodeRenalFunctionFormulaDescription&gt;
  &lt;/MedicalRenalFunctionSummary&gt;
&lt;/ArrayOfMedicalRenalFunctionSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalResuscitationPolicy">
                <doc title="PlanCare2Api/MedicalResuscitationPolicy" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeResuscitationPolicyId&quot;: &quot;00b58b9c-4514-4de7-97bb-6780282fb290&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3067177+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeResuscitationPolicyId&quot;: &quot;00b58b9c-4514-4de7-97bb-6780282fb290&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3067177+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalResuscitationPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3067177+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;00b58b9c-4514-4de7-97bb-6780282fb290&lt;/MedicalCodeResuscitationPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalResuscitationPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalResuscitationPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3067177+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;00b58b9c-4514-4de7-97bb-6780282fb290&lt;/MedicalCodeResuscitationPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalResuscitationPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalResuscitationPolicy/{id}">
                <doc title="PlanCare2Api/MedicalResuscitationPolicy/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeResuscitationPolicyId&quot;: &quot;2af30b0b-eb00-4ec5-aa1d-f0d8c6745090&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3067177+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeResuscitationPolicyId&quot;: &quot;2af30b0b-eb00-4ec5-aa1d-f0d8c6745090&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3067177+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalResuscitationPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3067177+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;2af30b0b-eb00-4ec5-aa1d-f0d8c6745090&lt;/MedicalCodeResuscitationPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalResuscitationPolicy&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalResuscitationPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3067177+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;2af30b0b-eb00-4ec5-aa1d-f0d8c6745090&lt;/MedicalCodeResuscitationPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalResuscitationPolicy&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalResuscitationPolicy/{id}">
                <doc title="PlanCare2Api/MedicalResuscitationPolicy/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalResuscitationPolicy/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalResuscitationPolicy/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeResuscitationPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3067177+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:56.3067177+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeResuscitationPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3067177+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:56.3067177+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalResuscitationPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:56.3067177+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3067177+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeResuscitationPolicyDescription&gt;sample string 1&lt;/MedicalCodeResuscitationPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalResuscitationPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalResuscitationPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:56.3067177+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3067177+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeResuscitationPolicyDescription&gt;sample string 1&lt;/MedicalCodeResuscitationPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalResuscitationPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalResuscitationPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalResuscitationPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalResuscitationPolicy/Update">
                <doc title="PlanCare2Api/MedicalResuscitationPolicy/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeResuscitationPolicyId&quot;: &quot;079f6c5f-b27a-4b61-b20a-0e99e8f88a4e&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:59.37881+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeResuscitationPolicyId&quot;: &quot;079f6c5f-b27a-4b61-b20a-0e99e8f88a4e&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:59.37881+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalResuscitationPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:59.37881+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;079f6c5f-b27a-4b61-b20a-0e99e8f88a4e&lt;/MedicalCodeResuscitationPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalResuscitationPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalResuscitationPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:59.37881+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;079f6c5f-b27a-4b61-b20a-0e99e8f88a4e&lt;/MedicalCodeResuscitationPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalResuscitationPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalResuscitationPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalResuscitationPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeResuscitationPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:20.6314929+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:20.6314929+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeResuscitationPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:20.6314929+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:20.6314929+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalResuscitationPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalResuscitationPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:20.6314929+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:20.6314929+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeResuscitationPolicyDescription&gt;sample string 1&lt;/MedicalCodeResuscitationPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalResuscitationPolicySummary&gt;
  &lt;MedicalResuscitationPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:20.6314929+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:20.6314929+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeResuscitationPolicyDescription&gt;sample string 1&lt;/MedicalCodeResuscitationPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalResuscitationPolicySummary&gt;
&lt;/ArrayOfMedicalResuscitationPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalResuscitationPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalResuscitationPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:20.6314929+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:20.6314929+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeResuscitationPolicyDescription&gt;sample string 1&lt;/MedicalCodeResuscitationPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalResuscitationPolicySummary&gt;
  &lt;MedicalResuscitationPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:20.6314929+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:20.6314929+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeResuscitationPolicyDescription&gt;sample string 1&lt;/MedicalCodeResuscitationPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalResuscitationPolicySummary&gt;
&lt;/ArrayOfMedicalResuscitationPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqRcScore">
                <doc title="PlanCare2Api/MedicalSnaqRcScore" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;WeightLossLongTerm&quot;: true,
  &quot;WeightLossShortTerm&quot;: true,
  &quot;AssistanceWithNutrition&quot;: true,
  &quot;DecreasedAppetite&quot;: true,
  &quot;HeightInCentimeters&quot;: 5,
  &quot;WeightInKilograms&quot;: 6.0,
  &quot;Bmi&quot;: 7.0,
  &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RelationId&quot;: 10,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 12&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;WeightLossLongTerm&quot;: true,
  &quot;WeightLossShortTerm&quot;: true,
  &quot;AssistanceWithNutrition&quot;: true,
  &quot;DecreasedAppetite&quot;: true,
  &quot;HeightInCentimeters&quot;: 5,
  &quot;WeightInKilograms&quot;: 6.0,
  &quot;Bmi&quot;: 7.0,
  &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RelationId&quot;: 10,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 12&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalSnaqRcScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;10&lt;/RelationId&gt;
  &lt;Source&gt;sample string 12&lt;/Source&gt;
  &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
  &lt;Bmi&gt;7&lt;/Bmi&gt;
  &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
  &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
  &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
  &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
  &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
  &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
&lt;/MedicalSnaqRcScore&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalSnaqRcScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;10&lt;/RelationId&gt;
  &lt;Source&gt;sample string 12&lt;/Source&gt;
  &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
  &lt;Bmi&gt;7&lt;/Bmi&gt;
  &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
  &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
  &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
  &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
  &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
  &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
&lt;/MedicalSnaqRcScore&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqRcScore/{id}">
                <doc title="PlanCare2Api/MedicalSnaqRcScore/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;WeightLossLongTerm&quot;: true,
  &quot;WeightLossShortTerm&quot;: true,
  &quot;AssistanceWithNutrition&quot;: true,
  &quot;DecreasedAppetite&quot;: true,
  &quot;HeightInCentimeters&quot;: 5,
  &quot;WeightInKilograms&quot;: 6.0,
  &quot;Bmi&quot;: 7.0,
  &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RelationId&quot;: 10,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:51.6105416+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 12&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;WeightLossLongTerm&quot;: true,
  &quot;WeightLossShortTerm&quot;: true,
  &quot;AssistanceWithNutrition&quot;: true,
  &quot;DecreasedAppetite&quot;: true,
  &quot;HeightInCentimeters&quot;: 5,
  &quot;WeightInKilograms&quot;: 6.0,
  &quot;Bmi&quot;: 7.0,
  &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RelationId&quot;: 10,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:51.6105416+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 12&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalSnaqRcScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:51.6105416+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;10&lt;/RelationId&gt;
  &lt;Source&gt;sample string 12&lt;/Source&gt;
  &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
  &lt;Bmi&gt;7&lt;/Bmi&gt;
  &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
  &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
  &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
  &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
  &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
  &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
&lt;/MedicalSnaqRcScore&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalSnaqRcScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:51.6105416+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;10&lt;/RelationId&gt;
  &lt;Source&gt;sample string 12&lt;/Source&gt;
  &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
  &lt;Bmi&gt;7&lt;/Bmi&gt;
  &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
  &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
  &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
  &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
  &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
  &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
&lt;/MedicalSnaqRcScore&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqRcScore/{id}">
                <doc title="PlanCare2Api/MedicalSnaqRcScore/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqRcScore/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalSnaqRcScore/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;WeightLossLongTerm&quot;: true,
  &quot;WeightLossShortTerm&quot;: true,
  &quot;AssistanceWithNutrition&quot;: true,
  &quot;DecreasedAppetite&quot;: true,
  &quot;HeightInCentimeters&quot;: 5,
  &quot;WeightInKilograms&quot;: 6.0,
  &quot;Bmi&quot;: 7.0,
  &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 11&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 13&quot;,
  &quot;TextValue&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;WeightLossLongTerm&quot;: true,
  &quot;WeightLossShortTerm&quot;: true,
  &quot;AssistanceWithNutrition&quot;: true,
  &quot;DecreasedAppetite&quot;: true,
  &quot;HeightInCentimeters&quot;: 5,
  &quot;WeightInKilograms&quot;: 6.0,
  &quot;Bmi&quot;: 7.0,
  &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 11&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6035588+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 13&quot;,
  &quot;TextValue&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalSnaqRcScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6035588+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 11&lt;/Source&gt;
  &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
  &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
  &lt;Bmi&gt;7&lt;/Bmi&gt;
  &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
  &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
  &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
  &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
  &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
  &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
&lt;/MedicalSnaqRcScoreSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalSnaqRcScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6035588+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6035588+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 11&lt;/Source&gt;
  &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
  &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
  &lt;Bmi&gt;7&lt;/Bmi&gt;
  &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
  &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
  &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
  &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
  &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
  &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
&lt;/MedicalSnaqRcScoreSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqRcScore/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalSnaqRcScore/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqRcScore/Update">
                <doc title="PlanCare2Api/MedicalSnaqRcScore/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;WeightLossLongTerm&quot;: true,
  &quot;WeightLossShortTerm&quot;: true,
  &quot;AssistanceWithNutrition&quot;: true,
  &quot;DecreasedAppetite&quot;: true,
  &quot;HeightInCentimeters&quot;: 5,
  &quot;WeightInKilograms&quot;: 6.0,
  &quot;Bmi&quot;: 7.0,
  &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RelationId&quot;: 10,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:14.0902245+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 12&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;WeightLossLongTerm&quot;: true,
  &quot;WeightLossShortTerm&quot;: true,
  &quot;AssistanceWithNutrition&quot;: true,
  &quot;DecreasedAppetite&quot;: true,
  &quot;HeightInCentimeters&quot;: 5,
  &quot;WeightInKilograms&quot;: 6.0,
  &quot;Bmi&quot;: 7.0,
  &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
  &quot;Id&quot;: 9,
  &quot;RelationId&quot;: 10,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:14.0902245+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 12&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalSnaqRcScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:14.0902245+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;10&lt;/RelationId&gt;
  &lt;Source&gt;sample string 12&lt;/Source&gt;
  &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
  &lt;Bmi&gt;7&lt;/Bmi&gt;
  &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
  &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
  &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
  &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
  &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
  &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
&lt;/MedicalSnaqRcScore&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalSnaqRcScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:14.0902245+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;10&lt;/RelationId&gt;
  &lt;Source&gt;sample string 12&lt;/Source&gt;
  &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
  &lt;Bmi&gt;7&lt;/Bmi&gt;
  &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
  &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
  &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
  &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
  &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
  &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
&lt;/MedicalSnaqRcScore&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqRcScore?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalSnaqRcScore?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;WeightLossLongTerm&quot;: true,
    &quot;WeightLossShortTerm&quot;: true,
    &quot;AssistanceWithNutrition&quot;: true,
    &quot;DecreasedAppetite&quot;: true,
    &quot;HeightInCentimeters&quot;: 5,
    &quot;WeightInKilograms&quot;: 6.0,
    &quot;Bmi&quot;: 7.0,
    &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
    &quot;Id&quot;: 9,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:37.1631313+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 11&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:37.1631313+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 13&quot;,
    &quot;TextValue&quot;: &quot;sample string 14&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;WeightLossLongTerm&quot;: true,
    &quot;WeightLossShortTerm&quot;: true,
    &quot;AssistanceWithNutrition&quot;: true,
    &quot;DecreasedAppetite&quot;: true,
    &quot;HeightInCentimeters&quot;: 5,
    &quot;WeightInKilograms&quot;: 6.0,
    &quot;Bmi&quot;: 7.0,
    &quot;TotalScoreDescription&quot;: &quot;sample string 8&quot;,
    &quot;Id&quot;: 9,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:37.1631313+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 11&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:37.1631313+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 13&quot;,
    &quot;TextValue&quot;: &quot;sample string 14&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalSnaqRcScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalSnaqRcScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:37.1631313+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:37.1631313+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 11&lt;/Source&gt;
    &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
    &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
    &lt;Bmi&gt;7&lt;/Bmi&gt;
    &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
    &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
    &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
    &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
    &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
    &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
  &lt;/MedicalSnaqRcScoreSummary&gt;
  &lt;MedicalSnaqRcScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:37.1631313+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:37.1631313+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 11&lt;/Source&gt;
    &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
    &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
    &lt;Bmi&gt;7&lt;/Bmi&gt;
    &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
    &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
    &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
    &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
    &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
    &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
  &lt;/MedicalSnaqRcScoreSummary&gt;
&lt;/ArrayOfMedicalSnaqRcScoreSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalSnaqRcScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalSnaqRcScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:37.1631313+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:37.1631313+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 11&lt;/Source&gt;
    &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
    &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
    &lt;Bmi&gt;7&lt;/Bmi&gt;
    &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
    &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
    &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
    &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
    &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
    &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
  &lt;/MedicalSnaqRcScoreSummary&gt;
  &lt;MedicalSnaqRcScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 13&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:37.1631313+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:37.1631313+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 11&lt;/Source&gt;
    &lt;TextValue&gt;sample string 14&lt;/TextValue&gt;
    &lt;AssistanceWithNutrition&gt;true&lt;/AssistanceWithNutrition&gt;
    &lt;Bmi&gt;7&lt;/Bmi&gt;
    &lt;DecreasedAppetite&gt;true&lt;/DecreasedAppetite&gt;
    &lt;HeightInCentimeters&gt;5&lt;/HeightInCentimeters&gt;
    &lt;TotalScoreDescription&gt;sample string 8&lt;/TotalScoreDescription&gt;
    &lt;WeightInKilograms&gt;6&lt;/WeightInKilograms&gt;
    &lt;WeightLossLongTerm&gt;true&lt;/WeightLossLongTerm&gt;
    &lt;WeightLossShortTerm&gt;true&lt;/WeightLossShortTerm&gt;
  &lt;/MedicalSnaqRcScoreSummary&gt;
&lt;/ArrayOfMedicalSnaqRcScoreSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqScore">
                <doc title="PlanCare2Api/MedicalSnaqScore" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeWeightLossScoreId&quot;: &quot;bcbda1ea-5b24-476a-9a6c-baf881b2c92b&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;30415506-595b-4a72-8b0f-f458f1dd4c88&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;8ec0de86-74c1-4093-a00c-08071fb1c485&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3696777+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeWeightLossScoreId&quot;: &quot;bcbda1ea-5b24-476a-9a6c-baf881b2c92b&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;30415506-595b-4a72-8b0f-f458f1dd4c88&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;8ec0de86-74c1-4093-a00c-08071fb1c485&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3696777+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalSnaqScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3696777+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;30415506-595b-4a72-8b0f-f458f1dd4c88&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;8ec0de86-74c1-4093-a00c-08071fb1c485&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;bcbda1ea-5b24-476a-9a6c-baf881b2c92b&lt;/MedicalCodeWeightLossScoreId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalSnaqScore&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalSnaqScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3696777+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;30415506-595b-4a72-8b0f-f458f1dd4c88&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;8ec0de86-74c1-4093-a00c-08071fb1c485&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;bcbda1ea-5b24-476a-9a6c-baf881b2c92b&lt;/MedicalCodeWeightLossScoreId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalSnaqScore&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqScore/{id}">
                <doc title="PlanCare2Api/MedicalSnaqScore/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeWeightLossScoreId&quot;: &quot;881f480b-f9f8-4c6d-a886-1610f515d3cf&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;037aab1e-7e2e-4b64-a3af-6e857922b412&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;ca51765d-402d-41e7-b4e0-2854b4280ca9&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:04.2384493+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeWeightLossScoreId&quot;: &quot;881f480b-f9f8-4c6d-a886-1610f515d3cf&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;037aab1e-7e2e-4b64-a3af-6e857922b412&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;ca51765d-402d-41e7-b4e0-2854b4280ca9&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:04.2384493+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalSnaqScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:04.2384493+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;037aab1e-7e2e-4b64-a3af-6e857922b412&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;ca51765d-402d-41e7-b4e0-2854b4280ca9&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;881f480b-f9f8-4c6d-a886-1610f515d3cf&lt;/MedicalCodeWeightLossScoreId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalSnaqScore&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalSnaqScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:04.2384493+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;037aab1e-7e2e-4b64-a3af-6e857922b412&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;ca51765d-402d-41e7-b4e0-2854b4280ca9&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;881f480b-f9f8-4c6d-a886-1610f515d3cf&lt;/MedicalCodeWeightLossScoreId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalSnaqScore&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqScore/{id}">
                <doc title="PlanCare2Api/MedicalSnaqScore/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqScore/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalSnaqScore/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeWeightLossScoreDescription&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAppetiteScoreDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeNutritionScoreDescription&quot;: &quot;sample string 3&quot;,
  &quot;TotalScore&quot;: 4,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3535961+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:56.3535961+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
  &quot;TextValue&quot;: &quot;sample string 11&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeWeightLossScoreDescription&quot;: &quot;sample string 1&quot;,
  &quot;MedicalCodeAppetiteScoreDescription&quot;: &quot;sample string 2&quot;,
  &quot;MedicalCodeNutritionScoreDescription&quot;: &quot;sample string 3&quot;,
  &quot;TotalScore&quot;: 4,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3535961+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:56.3535961+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
  &quot;TextValue&quot;: &quot;sample string 11&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalSnaqScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:56.3535961+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3535961+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;MedicalCodeAppetiteScoreDescription&gt;sample string 2&lt;/MedicalCodeAppetiteScoreDescription&gt;
  &lt;MedicalCodeNutritionScoreDescription&gt;sample string 3&lt;/MedicalCodeNutritionScoreDescription&gt;
  &lt;MedicalCodeWeightLossScoreDescription&gt;sample string 1&lt;/MedicalCodeWeightLossScoreDescription&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;TotalScore&gt;4&lt;/TotalScore&gt;
&lt;/MedicalSnaqScoreSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalSnaqScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:56.3535961+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3535961+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;MedicalCodeAppetiteScoreDescription&gt;sample string 2&lt;/MedicalCodeAppetiteScoreDescription&gt;
  &lt;MedicalCodeNutritionScoreDescription&gt;sample string 3&lt;/MedicalCodeNutritionScoreDescription&gt;
  &lt;MedicalCodeWeightLossScoreDescription&gt;sample string 1&lt;/MedicalCodeWeightLossScoreDescription&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;TotalScore&gt;4&lt;/TotalScore&gt;
&lt;/MedicalSnaqScoreSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqScore/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalSnaqScore/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqScore/Update">
                <doc title="PlanCare2Api/MedicalSnaqScore/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeWeightLossScoreId&quot;: &quot;eaaf4c7f-88a6-4250-8639-b339f7d7d1f2&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;9f148caf-944a-4c26-84c1-90b171caecda&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;f32f8a13-7750-48dc-9ddc-baeb176dca0d&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3696777+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeWeightLossScoreId&quot;: &quot;eaaf4c7f-88a6-4250-8639-b339f7d7d1f2&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;9f148caf-944a-4c26-84c1-90b171caecda&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;f32f8a13-7750-48dc-9ddc-baeb176dca0d&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3696777+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalSnaqScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3696777+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;9f148caf-944a-4c26-84c1-90b171caecda&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;f32f8a13-7750-48dc-9ddc-baeb176dca0d&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;eaaf4c7f-88a6-4250-8639-b339f7d7d1f2&lt;/MedicalCodeWeightLossScoreId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalSnaqScore&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalSnaqScore xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3696777+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;9f148caf-944a-4c26-84c1-90b171caecda&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;f32f8a13-7750-48dc-9ddc-baeb176dca0d&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;eaaf4c7f-88a6-4250-8639-b339f7d7d1f2&lt;/MedicalCodeWeightLossScoreId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
&lt;/MedicalSnaqScore&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalSnaqScore?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalSnaqScore?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeWeightLossScoreDescription&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeAppetiteScoreDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeNutritionScoreDescription&quot;: &quot;sample string 3&quot;,
    &quot;TotalScore&quot;: 4,
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3535961+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:56.3535961+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
    &quot;TextValue&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeWeightLossScoreDescription&quot;: &quot;sample string 1&quot;,
    &quot;MedicalCodeAppetiteScoreDescription&quot;: &quot;sample string 2&quot;,
    &quot;MedicalCodeNutritionScoreDescription&quot;: &quot;sample string 3&quot;,
    &quot;TotalScore&quot;: 4,
    &quot;Remarks&quot;: &quot;sample string 5&quot;,
    &quot;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:56.3535961+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:56.3535961+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 10&quot;,
    &quot;TextValue&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalSnaqScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalSnaqScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:56.3535961+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3535961+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;MedicalCodeAppetiteScoreDescription&gt;sample string 2&lt;/MedicalCodeAppetiteScoreDescription&gt;
    &lt;MedicalCodeNutritionScoreDescription&gt;sample string 3&lt;/MedicalCodeNutritionScoreDescription&gt;
    &lt;MedicalCodeWeightLossScoreDescription&gt;sample string 1&lt;/MedicalCodeWeightLossScoreDescription&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;TotalScore&gt;4&lt;/TotalScore&gt;
  &lt;/MedicalSnaqScoreSummary&gt;
  &lt;MedicalSnaqScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:56.3535961+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3535961+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;MedicalCodeAppetiteScoreDescription&gt;sample string 2&lt;/MedicalCodeAppetiteScoreDescription&gt;
    &lt;MedicalCodeNutritionScoreDescription&gt;sample string 3&lt;/MedicalCodeNutritionScoreDescription&gt;
    &lt;MedicalCodeWeightLossScoreDescription&gt;sample string 1&lt;/MedicalCodeWeightLossScoreDescription&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;TotalScore&gt;4&lt;/TotalScore&gt;
  &lt;/MedicalSnaqScoreSummary&gt;
&lt;/ArrayOfMedicalSnaqScoreSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalSnaqScoreSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalSnaqScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:56.3535961+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3535961+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;MedicalCodeAppetiteScoreDescription&gt;sample string 2&lt;/MedicalCodeAppetiteScoreDescription&gt;
    &lt;MedicalCodeNutritionScoreDescription&gt;sample string 3&lt;/MedicalCodeNutritionScoreDescription&gt;
    &lt;MedicalCodeWeightLossScoreDescription&gt;sample string 1&lt;/MedicalCodeWeightLossScoreDescription&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;TotalScore&gt;4&lt;/TotalScore&gt;
  &lt;/MedicalSnaqScoreSummary&gt;
  &lt;MedicalSnaqScoreSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:56.3535961+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:56.3535961+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;MedicalCodeAppetiteScoreDescription&gt;sample string 2&lt;/MedicalCodeAppetiteScoreDescription&gt;
    &lt;MedicalCodeNutritionScoreDescription&gt;sample string 3&lt;/MedicalCodeNutritionScoreDescription&gt;
    &lt;MedicalCodeWeightLossScoreDescription&gt;sample string 1&lt;/MedicalCodeWeightLossScoreDescription&gt;
    &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
    &lt;TotalScore&gt;4&lt;/TotalScore&gt;
  &lt;/MedicalSnaqScoreSummary&gt;
&lt;/ArrayOfMedicalSnaqScoreSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTemperature">
                <doc title="PlanCare2Api/MedicalTemperature" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Temperature&quot;: 1.0,
  &quot;MedicalCodeTemperatureTypeId&quot;: &quot;faa6d8f4-ffa8-47ea-bc88-af64c25de7fb&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3691816+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Temperature&quot;: 1.0,
  &quot;MedicalCodeTemperatureTypeId&quot;: &quot;faa6d8f4-ffa8-47ea-bc88-af64c25de7fb&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3691816+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalTemperature xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3691816+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;faa6d8f4-ffa8-47ea-bc88-af64c25de7fb&lt;/MedicalCodeTemperatureTypeId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Temperature&gt;1&lt;/Temperature&gt;
&lt;/MedicalTemperature&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalTemperature xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3691816+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;faa6d8f4-ffa8-47ea-bc88-af64c25de7fb&lt;/MedicalCodeTemperatureTypeId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Temperature&gt;1&lt;/Temperature&gt;
&lt;/MedicalTemperature&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTemperature/{id}">
                <doc title="PlanCare2Api/MedicalTemperature/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Temperature&quot;: 1.0,
  &quot;MedicalCodeTemperatureTypeId&quot;: &quot;3ca86fd5-e7fe-43c0-9afe-75372343396c&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Temperature&quot;: 1.0,
  &quot;MedicalCodeTemperatureTypeId&quot;: &quot;3ca86fd5-e7fe-43c0-9afe-75372343396c&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalTemperature xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3535562+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;3ca86fd5-e7fe-43c0-9afe-75372343396c&lt;/MedicalCodeTemperatureTypeId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Temperature&gt;1&lt;/Temperature&gt;
&lt;/MedicalTemperature&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalTemperature xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3535562+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;3ca86fd5-e7fe-43c0-9afe-75372343396c&lt;/MedicalCodeTemperatureTypeId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Temperature&gt;1&lt;/Temperature&gt;
&lt;/MedicalTemperature&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTemperature/{id}">
                <doc title="PlanCare2Api/MedicalTemperature/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTemperature/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalTemperature/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Temperature&quot;: 1.0,
  &quot;MedicalCodeTemperatureTypeDescription&quot;: &quot;sample string 2&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3691816+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.3691816+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Temperature&quot;: 1.0,
  &quot;MedicalCodeTemperatureTypeDescription&quot;: &quot;sample string 2&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3691816+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.3691816+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalTemperatureSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.3691816+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3691816+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;MedicalCodeTemperatureTypeDescription&gt;sample string 2&lt;/MedicalCodeTemperatureTypeDescription&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Temperature&gt;1&lt;/Temperature&gt;
&lt;/MedicalTemperatureSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalTemperatureSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.3691816+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3691816+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;MedicalCodeTemperatureTypeDescription&gt;sample string 2&lt;/MedicalCodeTemperatureTypeDescription&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Temperature&gt;1&lt;/Temperature&gt;
&lt;/MedicalTemperatureSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTemperature/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalTemperature/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTemperature/Update">
                <doc title="PlanCare2Api/MedicalTemperature/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Temperature&quot;: 1.0,
  &quot;MedicalCodeTemperatureTypeId&quot;: &quot;0b83ddc5-454a-4766-9675-a7ccd575302d&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3691816+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Temperature&quot;: 1.0,
  &quot;MedicalCodeTemperatureTypeId&quot;: &quot;0b83ddc5-454a-4766-9675-a7ccd575302d&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3691816+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalTemperature xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3691816+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;0b83ddc5-454a-4766-9675-a7ccd575302d&lt;/MedicalCodeTemperatureTypeId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Temperature&gt;1&lt;/Temperature&gt;
&lt;/MedicalTemperature&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalTemperature xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3691816+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;0b83ddc5-454a-4766-9675-a7ccd575302d&lt;/MedicalCodeTemperatureTypeId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Temperature&gt;1&lt;/Temperature&gt;
&lt;/MedicalTemperature&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTemperature?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalTemperature?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Temperature&quot;: 1.0,
    &quot;MedicalCodeTemperatureTypeDescription&quot;: &quot;sample string 2&quot;,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Temperature&quot;: 1.0,
    &quot;MedicalCodeTemperatureTypeDescription&quot;: &quot;sample string 2&quot;,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.3535562+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalTemperatureSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalTemperatureSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.3535562+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3535562+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;MedicalCodeTemperatureTypeDescription&gt;sample string 2&lt;/MedicalCodeTemperatureTypeDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;Temperature&gt;1&lt;/Temperature&gt;
  &lt;/MedicalTemperatureSummary&gt;
  &lt;MedicalTemperatureSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.3535562+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3535562+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;MedicalCodeTemperatureTypeDescription&gt;sample string 2&lt;/MedicalCodeTemperatureTypeDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;Temperature&gt;1&lt;/Temperature&gt;
  &lt;/MedicalTemperatureSummary&gt;
&lt;/ArrayOfMedicalTemperatureSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalTemperatureSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalTemperatureSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.3535562+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3535562+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;MedicalCodeTemperatureTypeDescription&gt;sample string 2&lt;/MedicalCodeTemperatureTypeDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;Temperature&gt;1&lt;/Temperature&gt;
  &lt;/MedicalTemperatureSummary&gt;
  &lt;MedicalTemperatureSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.3535562+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.3535562+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;MedicalCodeTemperatureTypeDescription&gt;sample string 2&lt;/MedicalCodeTemperatureTypeDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;Temperature&gt;1&lt;/Temperature&gt;
  &lt;/MedicalTemperatureSummary&gt;
&lt;/ArrayOfMedicalTemperatureSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTreatmentPolicy">
                <doc title="PlanCare2Api/MedicalTreatmentPolicy" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeTreatmentPolicyId&quot;: &quot;70bdba08-fc29-40b8-bb0a-12f163bfdc1d&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeTreatmentPolicyId&quot;: &quot;70bdba08-fc29-40b8-bb0a-12f163bfdc1d&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalTreatmentPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;70bdba08-fc29-40b8-bb0a-12f163bfdc1d&lt;/MedicalCodeTreatmentPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalTreatmentPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalTreatmentPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;70bdba08-fc29-40b8-bb0a-12f163bfdc1d&lt;/MedicalCodeTreatmentPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalTreatmentPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTreatmentPolicy/{id}">
                <doc title="PlanCare2Api/MedicalTreatmentPolicy/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeTreatmentPolicyId&quot;: &quot;37294c01-190c-41b7-9080-d99e91da692b&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeTreatmentPolicyId&quot;: &quot;37294c01-190c-41b7-9080-d99e91da692b&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalTreatmentPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;37294c01-190c-41b7-9080-d99e91da692b&lt;/MedicalCodeTreatmentPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalTreatmentPolicy&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalTreatmentPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;37294c01-190c-41b7-9080-d99e91da692b&lt;/MedicalCodeTreatmentPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalTreatmentPolicy&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTreatmentPolicy/{id}">
                <doc title="PlanCare2Api/MedicalTreatmentPolicy/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTreatmentPolicy/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalTreatmentPolicy/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeTreatmentPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeTreatmentPolicyDescription&quot;: &quot;sample string 1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalTreatmentPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeTreatmentPolicyDescription&gt;sample string 1&lt;/MedicalCodeTreatmentPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalTreatmentPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalTreatmentPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.6816866+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.6816866+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;MedicalCodeTreatmentPolicyDescription&gt;sample string 1&lt;/MedicalCodeTreatmentPolicyDescription&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalTreatmentPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTreatmentPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalTreatmentPolicy/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTreatmentPolicy/Update">
                <doc title="PlanCare2Api/MedicalTreatmentPolicy/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeTreatmentPolicyId&quot;: &quot;13d9431d-2cde-491f-8d9c-75e5f5e8c04c&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:07.4095007+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeTreatmentPolicyId&quot;: &quot;13d9431d-2cde-491f-8d9c-75e5f5e8c04c&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:07.4095007+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalTreatmentPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:07.4095007+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;13d9431d-2cde-491f-8d9c-75e5f5e8c04c&lt;/MedicalCodeTreatmentPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalTreatmentPolicy&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalTreatmentPolicy xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:07.4095007+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;13d9431d-2cde-491f-8d9c-75e5f5e8c04c&lt;/MedicalCodeTreatmentPolicyId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
&lt;/MedicalTreatmentPolicy&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalTreatmentPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalTreatmentPolicy?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeTreatmentPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:29.3383808+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:29.3383808+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeTreatmentPolicyDescription&quot;: &quot;sample string 1&quot;,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:29.3383808+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:29.3383808+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalTreatmentPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalTreatmentPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:29.3383808+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:29.3383808+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeTreatmentPolicyDescription&gt;sample string 1&lt;/MedicalCodeTreatmentPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalTreatmentPolicySummary&gt;
  &lt;MedicalTreatmentPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:29.3383808+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:29.3383808+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeTreatmentPolicyDescription&gt;sample string 1&lt;/MedicalCodeTreatmentPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalTreatmentPolicySummary&gt;
&lt;/ArrayOfMedicalTreatmentPolicySummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalTreatmentPolicySummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalTreatmentPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:29.3383808+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:29.3383808+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeTreatmentPolicyDescription&gt;sample string 1&lt;/MedicalCodeTreatmentPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalTreatmentPolicySummary&gt;
  &lt;MedicalTreatmentPolicySummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:09:29.3383808+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:29.3383808+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;MedicalCodeTreatmentPolicyDescription&gt;sample string 1&lt;/MedicalCodeTreatmentPolicyDescription&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;/MedicalTreatmentPolicySummary&gt;
&lt;/ArrayOfMedicalTreatmentPolicySummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalUrinaryRetention">
                <doc title="PlanCare2Api/MedicalUrinaryRetention" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;UrinaryRetention&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;UrinaryRetention&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalUrinaryRetention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
&lt;/MedicalUrinaryRetention&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalUrinaryRetention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
&lt;/MedicalUrinaryRetention&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalUrinaryRetention/{id}">
                <doc title="PlanCare2Api/MedicalUrinaryRetention/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;UrinaryRetention&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:58.7694054+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;UrinaryRetention&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:58.7694054+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalUrinaryRetention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:58.7694054+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
&lt;/MedicalUrinaryRetention&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalUrinaryRetention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:58.7694054+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
&lt;/MedicalUrinaryRetention&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalUrinaryRetention/{id}">
                <doc title="PlanCare2Api/MedicalUrinaryRetention/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalUrinaryRetention/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalUrinaryRetention/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;UrinaryRetention&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.4942422+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:57.4942422+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;UrinaryRetention&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.4942422+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:57.4942422+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
  &quot;TextValue&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalUrinaryRetentionSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:57.4942422+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.4942422+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
&lt;/MedicalUrinaryRetentionSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalUrinaryRetentionSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:57.4942422+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.4942422+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
&lt;/MedicalUrinaryRetentionSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalUrinaryRetention/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalUrinaryRetention/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalUrinaryRetention/Update">
                <doc title="PlanCare2Api/MedicalUrinaryRetention/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;UrinaryRetention&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;UrinaryRetention&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:57.5098669+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalUrinaryRetention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
&lt;/MedicalUrinaryRetention&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalUrinaryRetention xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:57.5098669+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
&lt;/MedicalUrinaryRetention&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalUrinaryRetention?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalUrinaryRetention?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;UrinaryRetention&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:44.7539845+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:44.7539845+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;UrinaryRetention&quot;: 1,
    &quot;Remarks&quot;: &quot;sample string 2&quot;,
    &quot;Id&quot;: 3,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:44.7539845+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:44.7539845+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 7&quot;,
    &quot;TextValue&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalUrinaryRetentionSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalUrinaryRetentionSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:08:44.7539845+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:44.7539845+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
    &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
  &lt;/MedicalUrinaryRetentionSummary&gt;
  &lt;MedicalUrinaryRetentionSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:08:44.7539845+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:44.7539845+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
    &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
  &lt;/MedicalUrinaryRetentionSummary&gt;
&lt;/ArrayOfMedicalUrinaryRetentionSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalUrinaryRetentionSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalUrinaryRetentionSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:08:44.7539845+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:44.7539845+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
    &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
  &lt;/MedicalUrinaryRetentionSummary&gt;
  &lt;MedicalUrinaryRetentionSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 7&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:08:44.7539845+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:44.7539845+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 5&lt;/Source&gt;
    &lt;TextValue&gt;sample string 8&lt;/TextValue&gt;
    &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
    &lt;UrinaryRetention&gt;1&lt;/UrinaryRetention&gt;
  &lt;/MedicalUrinaryRetentionSummary&gt;
&lt;/ArrayOfMedicalUrinaryRetentionSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalVaccination">
                <doc title="PlanCare2Api/MedicalVaccination" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeProductCodeId&quot;: &quot;2cd7fcda-346a-4b0c-a5bf-1f36e33d45c1&quot;,
  &quot;Dose&quot;: 2.0,
  &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
  &quot;VaccinationDates&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;VaccinationDate&quot;: &quot;2026-05-26T22:09:00.3715533+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T22:09:00.3715533+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:00.3715533+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeProductCodeId&quot;: &quot;2cd7fcda-346a-4b0c-a5bf-1f36e33d45c1&quot;,
  &quot;Dose&quot;: 2.0,
  &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
  &quot;VaccinationDates&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;VaccinationDate&quot;: &quot;2026-05-26T22:09:00.3715533+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T22:09:00.3715533+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:00.3715533+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalVaccination xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:00.3715533+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
  &lt;Dose&gt;2&lt;/Dose&gt;
  &lt;MedicalCodeProductCodeId&gt;2cd7fcda-346a-4b0c-a5bf-1f36e33d45c1&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T22:09:00.3715533+02:00&lt;/ReVaccinationDate&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;VaccinationDates&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T22:09:00.3715533+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T22:09:00.3715533+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
  &lt;/VaccinationDates&gt;
&lt;/MedicalVaccination&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalVaccination xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:00.3715533+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
  &lt;Dose&gt;2&lt;/Dose&gt;
  &lt;MedicalCodeProductCodeId&gt;2cd7fcda-346a-4b0c-a5bf-1f36e33d45c1&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T22:09:00.3715533+02:00&lt;/ReVaccinationDate&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;VaccinationDates&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T22:09:00.3715533+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T22:09:00.3715533+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
  &lt;/VaccinationDates&gt;
&lt;/MedicalVaccination&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalVaccination/{id}">
                <doc title="PlanCare2Api/MedicalVaccination/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeProductCodeId&quot;: &quot;e7ca4caf-68d6-45b4-89a9-c378fc3a4027&quot;,
  &quot;Dose&quot;: 2.0,
  &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
  &quot;VaccinationDates&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;VaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeProductCodeId&quot;: &quot;e7ca4caf-68d6-45b4-89a9-c378fc3a4027&quot;,
  &quot;Dose&quot;: 2.0,
  &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
  &quot;VaccinationDates&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;VaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalVaccination xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
  &lt;Dose&gt;2&lt;/Dose&gt;
  &lt;MedicalCodeProductCodeId&gt;e7ca4caf-68d6-45b4-89a9-c378fc3a4027&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ReVaccinationDate&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;VaccinationDates&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
  &lt;/VaccinationDates&gt;
&lt;/MedicalVaccination&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalVaccination xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
  &lt;Dose&gt;2&lt;/Dose&gt;
  &lt;MedicalCodeProductCodeId&gt;e7ca4caf-68d6-45b4-89a9-c378fc3a4027&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ReVaccinationDate&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;VaccinationDates&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
  &lt;/VaccinationDates&gt;
&lt;/MedicalVaccination&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalVaccination/{id}">
                <doc title="PlanCare2Api/MedicalVaccination/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalVaccination/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalVaccination/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;MedicalCodeProductCodeDescription&quot;: &quot;sample string 1&quot;,
  &quot;Dose&quot;: 2.0,
  &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
  &quot;VaccinationDates&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;VaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeProductCodeDescription&quot;: &quot;sample string 1&quot;,
  &quot;Dose&quot;: 2.0,
  &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
  &quot;VaccinationDates&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;VaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
  &quot;TextValue&quot;: &quot;sample string 10&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalVaccinationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
  &lt;Dose&gt;2&lt;/Dose&gt;
  &lt;MedicalCodeProductCodeDescription&gt;sample string 1&lt;/MedicalCodeProductCodeDescription&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ReVaccinationDate&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;VaccinationDates&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
  &lt;/VaccinationDates&gt;
&lt;/MedicalVaccinationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalVaccinationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
  &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
  &lt;Dose&gt;2&lt;/Dose&gt;
  &lt;MedicalCodeProductCodeDescription&gt;sample string 1&lt;/MedicalCodeProductCodeDescription&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ReVaccinationDate&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;VaccinationDates&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
  &lt;/VaccinationDates&gt;
&lt;/MedicalVaccinationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalVaccination/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalVaccination/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalVaccination/Update">
                <doc title="PlanCare2Api/MedicalVaccination/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;MedicalCodeProductCodeId&quot;: &quot;e5d6af70-8c2a-49d3-8d4c-6d3bf9c64ecb&quot;,
  &quot;Dose&quot;: 2.0,
  &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
  &quot;VaccinationDates&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;VaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeProductCodeId&quot;: &quot;e5d6af70-8c2a-49d3-8d4c-6d3bf9c64ecb&quot;,
  &quot;Dose&quot;: 2.0,
  &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
  &quot;VaccinationDates&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;VaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:55.2910747+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalVaccination xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
  &lt;Dose&gt;2&lt;/Dose&gt;
  &lt;MedicalCodeProductCodeId&gt;e5d6af70-8c2a-49d3-8d4c-6d3bf9c64ecb&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ReVaccinationDate&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;VaccinationDates&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
  &lt;/VaccinationDates&gt;
&lt;/MedicalVaccination&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalVaccination xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:55.2910747+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
  &lt;Dose&gt;2&lt;/Dose&gt;
  &lt;MedicalCodeProductCodeId&gt;e5d6af70-8c2a-49d3-8d4c-6d3bf9c64ecb&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/ReVaccinationDate&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;VaccinationDates&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
    &lt;MedicalVaccinationDate&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;VaccinationDate&gt;2026-05-26T23:13:55.2910747+02:00&lt;/VaccinationDate&gt;
    &lt;/MedicalVaccinationDate&gt;
  &lt;/VaccinationDates&gt;
&lt;/MedicalVaccination&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalVaccination?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalVaccination?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeProductCodeDescription&quot;: &quot;sample string 1&quot;,
    &quot;Dose&quot;: 2.0,
    &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
    &quot;VaccinationDates&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;VaccinationDate&quot;: &quot;2026-05-26T22:08:54.5633176+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;ReVaccinationDate&quot;: &quot;2026-05-26T22:08:54.5633176+02:00&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:54.5633176+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:54.5633176+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;MedicalCodeProductCodeDescription&quot;: &quot;sample string 1&quot;,
    &quot;Dose&quot;: 2.0,
    &quot;AdministeredBy&quot;: &quot;sample string 3&quot;,
    &quot;VaccinationDates&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;VaccinationDate&quot;: &quot;2026-05-26T22:08:54.5633176+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;ReVaccinationDate&quot;: &quot;2026-05-26T22:08:54.5633176+02:00&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:54.5633176+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:54.5633176+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 9&quot;,
    &quot;TextValue&quot;: &quot;sample string 10&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalVaccinationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalVaccinationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:08:54.5633176+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:54.5633176+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
    &lt;Dose&gt;2&lt;/Dose&gt;
    &lt;MedicalCodeProductCodeDescription&gt;sample string 1&lt;/MedicalCodeProductCodeDescription&gt;
    &lt;ReVaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/ReVaccinationDate&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
    &lt;VaccinationDates&gt;
      &lt;MedicalVaccinationDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;VaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/VaccinationDate&gt;
      &lt;/MedicalVaccinationDate&gt;
      &lt;MedicalVaccinationDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;VaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/VaccinationDate&gt;
      &lt;/MedicalVaccinationDate&gt;
    &lt;/VaccinationDates&gt;
  &lt;/MedicalVaccinationSummary&gt;
  &lt;MedicalVaccinationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:08:54.5633176+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:54.5633176+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
    &lt;Dose&gt;2&lt;/Dose&gt;
    &lt;MedicalCodeProductCodeDescription&gt;sample string 1&lt;/MedicalCodeProductCodeDescription&gt;
    &lt;ReVaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/ReVaccinationDate&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
    &lt;VaccinationDates&gt;
      &lt;MedicalVaccinationDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;VaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/VaccinationDate&gt;
      &lt;/MedicalVaccinationDate&gt;
      &lt;MedicalVaccinationDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;VaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/VaccinationDate&gt;
      &lt;/MedicalVaccinationDate&gt;
    &lt;/VaccinationDates&gt;
  &lt;/MedicalVaccinationSummary&gt;
&lt;/ArrayOfMedicalVaccinationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalVaccinationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalVaccinationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:08:54.5633176+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:54.5633176+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
    &lt;Dose&gt;2&lt;/Dose&gt;
    &lt;MedicalCodeProductCodeDescription&gt;sample string 1&lt;/MedicalCodeProductCodeDescription&gt;
    &lt;ReVaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/ReVaccinationDate&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
    &lt;VaccinationDates&gt;
      &lt;MedicalVaccinationDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;VaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/VaccinationDate&gt;
      &lt;/MedicalVaccinationDate&gt;
      &lt;MedicalVaccinationDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;VaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/VaccinationDate&gt;
      &lt;/MedicalVaccinationDate&gt;
    &lt;/VaccinationDates&gt;
  &lt;/MedicalVaccinationSummary&gt;
  &lt;MedicalVaccinationSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 9&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T22:08:54.5633176+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:54.5633176+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 7&lt;/Source&gt;
    &lt;TextValue&gt;sample string 10&lt;/TextValue&gt;
    &lt;AdministeredBy&gt;sample string 3&lt;/AdministeredBy&gt;
    &lt;Dose&gt;2&lt;/Dose&gt;
    &lt;MedicalCodeProductCodeDescription&gt;sample string 1&lt;/MedicalCodeProductCodeDescription&gt;
    &lt;ReVaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/ReVaccinationDate&gt;
    &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
    &lt;VaccinationDates&gt;
      &lt;MedicalVaccinationDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;VaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/VaccinationDate&gt;
      &lt;/MedicalVaccinationDate&gt;
      &lt;MedicalVaccinationDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;VaccinationDate&gt;2026-05-26T22:08:54.5633176+02:00&lt;/VaccinationDate&gt;
      &lt;/MedicalVaccinationDate&gt;
    &lt;/VaccinationDates&gt;
  &lt;/MedicalVaccinationSummary&gt;
&lt;/ArrayOfMedicalVaccinationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalWeight">
                <doc title="PlanCare2Api/MedicalWeight" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Weight&quot;: 1.0,
  &quot;MedicalCodeContextClothingId&quot;: &quot;f881bc15-657b-464f-91d6-8dc6c6ed8ce1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Weight&quot;: 1.0,
  &quot;MedicalCodeContextClothingId&quot;: &quot;f881bc15-657b-464f-91d6-8dc6c6ed8ce1&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;f881bc15-657b-464f-91d6-8dc6c6ed8ce1&lt;/MedicalCodeContextClothingId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Weight&gt;1&lt;/Weight&gt;
&lt;/MedicalWeight&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;f881bc15-657b-464f-91d6-8dc6c6ed8ce1&lt;/MedicalCodeContextClothingId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Weight&gt;1&lt;/Weight&gt;
&lt;/MedicalWeight&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalWeight/{id}">
                <doc title="PlanCare2Api/MedicalWeight/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Weight&quot;: 1.0,
  &quot;MedicalCodeContextClothingId&quot;: &quot;a183e764-7ae2-4e96-bb6d-a550e8215d34&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:28.6890994+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Weight&quot;: 1.0,
  &quot;MedicalCodeContextClothingId&quot;: &quot;a183e764-7ae2-4e96-bb6d-a550e8215d34&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:28.6890994+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:28.6890994+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;a183e764-7ae2-4e96-bb6d-a550e8215d34&lt;/MedicalCodeContextClothingId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Weight&gt;1&lt;/Weight&gt;
&lt;/MedicalWeight&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:28.6890994+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;a183e764-7ae2-4e96-bb6d-a550e8215d34&lt;/MedicalCodeContextClothingId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Weight&gt;1&lt;/Weight&gt;
&lt;/MedicalWeight&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalWeight/{id}">
                <doc title="PlanCare2Api/MedicalWeight/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalWeight/ActualValue?relationId={relationId}">
                <doc title="PlanCare2Api/MedicalWeight/ActualValue?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Weight&quot;: 1.0,
  &quot;MedicalCodeContextClothingDescription&quot;: &quot;sample string 2&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Weight&quot;: 1.0,
  &quot;MedicalCodeContextClothingDescription&quot;: &quot;sample string 2&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
  &quot;TextValue&quot;: &quot;sample string 9&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;MedicalWeightSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.24418+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;MedicalCodeContextClothingDescription&gt;sample string 2&lt;/MedicalCodeContextClothingDescription&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Weight&gt;1&lt;/Weight&gt;
&lt;/MedicalWeightSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;MedicalWeightSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:54.24418+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
  &lt;MedicalCodeContextClothingDescription&gt;sample string 2&lt;/MedicalCodeContextClothingDescription&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Weight&gt;1&lt;/Weight&gt;
&lt;/MedicalWeightSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalWeight/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalWeight/Count?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalWeight/Update">
                <doc title="PlanCare2Api/MedicalWeight/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Weight&quot;: 1.0,
  &quot;MedicalCodeContextClothingId&quot;: &quot;2124e2a6-0048-49a5-bbeb-5209f5500c6f&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Weight&quot;: 1.0,
  &quot;MedicalCodeContextClothingId&quot;: &quot;2124e2a6-0048-49a5-bbeb-5209f5500c6f&quot;,
  &quot;Remarks&quot;: &quot;sample string 2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;MedicalWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;2124e2a6-0048-49a5-bbeb-5209f5500c6f&lt;/MedicalCodeContextClothingId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Weight&gt;1&lt;/Weight&gt;
&lt;/MedicalWeight&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;MedicalWeight xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;2124e2a6-0048-49a5-bbeb-5209f5500c6f&lt;/MedicalCodeContextClothingId&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;Weight&gt;1&lt;/Weight&gt;
&lt;/MedicalWeight&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/MedicalWeight?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}">
                <doc title="PlanCare2Api/MedicalWeight?relationId={relationId}&amp;registrationDateTimeFrom={registrationDateTimeFrom}&amp;registrationDateTimeUntil={registrationDateTimeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="registrationDateTimeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="registrationDateTimeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Weight&quot;: 1.0,
    &quot;MedicalCodeContextClothingDescription&quot;: &quot;sample string 2&quot;,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Weight&quot;: 1.0,
    &quot;MedicalCodeContextClothingDescription&quot;: &quot;sample string 2&quot;,
    &quot;Remarks&quot;: &quot;sample string 3&quot;,
    &quot;Id&quot;: 4,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:54.24418+02:00&quot;,
    &quot;ChangedByRelationLookupName&quot;: &quot;sample string 8&quot;,
    &quot;TextValue&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMedicalWeightSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalWeightSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.24418+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;MedicalCodeContextClothingDescription&gt;sample string 2&lt;/MedicalCodeContextClothingDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;Weight&gt;1&lt;/Weight&gt;
  &lt;/MedicalWeightSummary&gt;
  &lt;MedicalWeightSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.24418+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;MedicalCodeContextClothingDescription&gt;sample string 2&lt;/MedicalCodeContextClothingDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;Weight&gt;1&lt;/Weight&gt;
  &lt;/MedicalWeightSummary&gt;
&lt;/ArrayOfMedicalWeightSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMedicalWeightSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical&quot;&gt;
  &lt;MedicalWeightSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.24418+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;MedicalCodeContextClothingDescription&gt;sample string 2&lt;/MedicalCodeContextClothingDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;Weight&gt;1&lt;/Weight&gt;
  &lt;/MedicalWeightSummary&gt;
  &lt;MedicalWeightSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 8&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:54.24418+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:54.24418+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 6&lt;/Source&gt;
    &lt;TextValue&gt;sample string 9&lt;/TextValue&gt;
    &lt;MedicalCodeContextClothingDescription&gt;sample string 2&lt;/MedicalCodeContextClothingDescription&gt;
    &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
    &lt;Weight&gt;1&lt;/Weight&gt;
  &lt;/MedicalWeightSummary&gt;
&lt;/ArrayOfMedicalWeightSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/OrganizationStructure?applyPermissions={applyPermissions}">
                <doc title="PlanCare2Api/OrganizationStructure?applyPermissions={applyPermissions}" /> 
                <method name="GET">
                    <request>
 
                            <param name="applyPermissions"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Type&quot;: 0,
    &quot;TypeName&quot;: &quot;sample string 3&quot;,
    &quot;ParentId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Type&quot;: 0,
    &quot;TypeName&quot;: &quot;sample string 3&quot;,
    &quot;ParentId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfOrganizationStructureEntity xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.OrganizationStructure&quot;&gt;
  &lt;OrganizationStructureEntity&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;ParentId&gt;1&lt;/ParentId&gt;
    &lt;Type&gt;None&lt;/Type&gt;
    &lt;TypeName&gt;sample string 3&lt;/TypeName&gt;
  &lt;/OrganizationStructureEntity&gt;
  &lt;OrganizationStructureEntity&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;ParentId&gt;1&lt;/ParentId&gt;
    &lt;Type&gt;None&lt;/Type&gt;
    &lt;TypeName&gt;sample string 3&lt;/TypeName&gt;
  &lt;/OrganizationStructureEntity&gt;
&lt;/ArrayOfOrganizationStructureEntity&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfOrganizationStructureEntity xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.OrganizationStructure&quot;&gt;
  &lt;OrganizationStructureEntity&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;ParentId&gt;1&lt;/ParentId&gt;
    &lt;Type&gt;None&lt;/Type&gt;
    &lt;TypeName&gt;sample string 3&lt;/TypeName&gt;
  &lt;/OrganizationStructureEntity&gt;
  &lt;OrganizationStructureEntity&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;ParentId&gt;1&lt;/ParentId&gt;
    &lt;Type&gt;None&lt;/Type&gt;
    &lt;TypeName&gt;sample string 3&lt;/TypeName&gt;
  &lt;/OrganizationStructureEntity&gt;
&lt;/ArrayOfOrganizationStructureEntity&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Permissions/AuthorizedForAccessFunctionPermission?accessFunctionGuid={accessFunctionGuid}&amp;permission={permission}">
                <doc title="PlanCare2Api/Permissions/AuthorizedForAccessFunctionPermission?accessFunctionGuid={accessFunctionGuid}&amp;permission={permission}" /> 
                <method name="GET">
                    <request>
 
                            <param name="accessFunctionGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="permission"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>true</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>true</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;boolean xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;true&lt;/boolean&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;boolean xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;true&lt;/boolean&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Permissions/AuthorizedForAccessFunctionPermissions?accessFunctionGuids[0]={accessFunctionGuids[0]}&amp;accessFunctionGuids[1]={accessFunctionGuids[1]}">
                <doc title="PlanCare2Api/Permissions/AuthorizedForAccessFunctionPermissions?accessFunctionGuids[0]={accessFunctionGuids[0]}&amp;accessFunctionGuids[1]={accessFunctionGuids[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="accessFunctionGuids"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;AccessFunctionGuid&quot;: &quot;a5a65c8c-868d-48ba-9410-f8d43380e962&quot;,
    &quot;Permissions&quot;: [
      0,
      0
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;AccessFunctionGuid&quot;: &quot;a5a65c8c-868d-48ba-9410-f8d43380e962&quot;,
    &quot;Permissions&quot;: [
      0,
      0
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfEffectivePermission xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;EffectivePermission&gt;
    &lt;AccessFunctionGuid&gt;a5a65c8c-868d-48ba-9410-f8d43380e962&lt;/AccessFunctionGuid&gt;
    &lt;Permissions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Business.BusinessLogic.Permissions&quot;&gt;
      &lt;d3p1:Permission&gt;None&lt;/d3p1:Permission&gt;
      &lt;d3p1:Permission&gt;None&lt;/d3p1:Permission&gt;
    &lt;/Permissions&gt;
  &lt;/EffectivePermission&gt;
  &lt;EffectivePermission&gt;
    &lt;AccessFunctionGuid&gt;a5a65c8c-868d-48ba-9410-f8d43380e962&lt;/AccessFunctionGuid&gt;
    &lt;Permissions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Business.BusinessLogic.Permissions&quot;&gt;
      &lt;d3p1:Permission&gt;None&lt;/d3p1:Permission&gt;
      &lt;d3p1:Permission&gt;None&lt;/d3p1:Permission&gt;
    &lt;/Permissions&gt;
  &lt;/EffectivePermission&gt;
&lt;/ArrayOfEffectivePermission&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfEffectivePermission xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;EffectivePermission&gt;
    &lt;AccessFunctionGuid&gt;a5a65c8c-868d-48ba-9410-f8d43380e962&lt;/AccessFunctionGuid&gt;
    &lt;Permissions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Business.BusinessLogic.Permissions&quot;&gt;
      &lt;d3p1:Permission&gt;None&lt;/d3p1:Permission&gt;
      &lt;d3p1:Permission&gt;None&lt;/d3p1:Permission&gt;
    &lt;/Permissions&gt;
  &lt;/EffectivePermission&gt;
  &lt;EffectivePermission&gt;
    &lt;AccessFunctionGuid&gt;a5a65c8c-868d-48ba-9410-f8d43380e962&lt;/AccessFunctionGuid&gt;
    &lt;Permissions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Business.BusinessLogic.Permissions&quot;&gt;
      &lt;d3p1:Permission&gt;None&lt;/d3p1:Permission&gt;
      &lt;d3p1:Permission&gt;None&lt;/d3p1:Permission&gt;
    &lt;/Permissions&gt;
  &lt;/EffectivePermission&gt;
&lt;/ArrayOfEffectivePermission&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages/Folder/{folder}/Count">
                <doc title="PlanCare2Api/PlanCareMessages/Folder/{folder}/Count" /> 
                <method name="GET">
                    <request>
 
                            <param name="folder"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>1</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;int xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/int&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages/Message">
                <doc title="PlanCare2Api/PlanCareMessages/Message" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;To&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Type&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Cc&quot;: [
    {
      &quot;$ref&quot;: &quot;2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Subject&quot;: &quot;sample string 1&quot;,
  &quot;Body&quot;: &quot;sample string 2&quot;,
  &quot;RequestReadConfirmation&quot;: true,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;To&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Type&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Cc&quot;: [
    {
      &quot;$ref&quot;: &quot;2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Subject&quot;: &quot;sample string 1&quot;,
  &quot;Body&quot;: &quot;sample string 2&quot;,
  &quot;RequestReadConfirmation&quot;: true,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Message xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Body&gt;sample string 2&lt;/Body&gt;
  &lt;Cc&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
  &lt;/Cc&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;RequestReadConfirmation&gt;true&lt;/RequestReadConfirmation&gt;
  &lt;Subject&gt;sample string 1&lt;/Subject&gt;
  &lt;To&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
  &lt;/To&gt;
&lt;/Message&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Message xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Body&gt;sample string 2&lt;/Body&gt;
  &lt;Cc&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
  &lt;/Cc&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;RequestReadConfirmation&gt;true&lt;/RequestReadConfirmation&gt;
  &lt;Subject&gt;sample string 1&lt;/Subject&gt;
  &lt;To&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
  &lt;/To&gt;
&lt;/Message&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages/PermanentlyRemoveMessage?messageId={messageId}">
                <doc title="PlanCare2Api/PlanCareMessages/PermanentlyRemoveMessage?messageId={messageId}" /> 
                <method name="POST">
                    <request>
 
                            <param name="messageId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages/ReadConfirmation?messageId={messageId}">
                <doc title="PlanCare2Api/PlanCareMessages/ReadConfirmation?messageId={messageId}" /> 
                <method name="POST">
                    <request>
 
                            <param name="messageId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages/ReadStatus?messageId={messageId}&amp;isRead={isRead}">
                <doc title="PlanCare2Api/PlanCareMessages/ReadStatus?messageId={messageId}&amp;isRead={isRead}" /> 
                <method name="POST">
                    <request>
 
                            <param name="messageId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="isRead"
                                   style="template"
                                   type="xs:boolean"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages/RemoveReceivedMessage?messageId={messageId}">
                <doc title="PlanCare2Api/PlanCareMessages/RemoveReceivedMessage?messageId={messageId}" /> 
                <method name="POST">
                    <request>
 
                            <param name="messageId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages/RemoveSentMessage?messageId={messageId}">
                <doc title="PlanCare2Api/PlanCareMessages/RemoveSentMessage?messageId={messageId}" /> 
                <method name="POST">
                    <request>
 
                            <param name="messageId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages/Reply">
                <doc title="PlanCare2Api/PlanCareMessages/Reply" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;To&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Type&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Cc&quot;: [
    {
      &quot;$ref&quot;: &quot;2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Subject&quot;: &quot;sample string 1&quot;,
  &quot;Body&quot;: &quot;sample string 2&quot;,
  &quot;RequestReadConfirmation&quot;: true,
  &quot;RelatedMessageId&quot;: 4
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;To&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Type&quot;: 1
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Cc&quot;: [
    {
      &quot;$ref&quot;: &quot;2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Subject&quot;: &quot;sample string 1&quot;,
  &quot;Body&quot;: &quot;sample string 2&quot;,
  &quot;RequestReadConfirmation&quot;: true,
  &quot;RelatedMessageId&quot;: 4
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Reply xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Body&gt;sample string 2&lt;/Body&gt;
  &lt;Cc&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
  &lt;/Cc&gt;
  &lt;RelatedMessageId&gt;4&lt;/RelatedMessageId&gt;
  &lt;RequestReadConfirmation&gt;true&lt;/RequestReadConfirmation&gt;
  &lt;Subject&gt;sample string 1&lt;/Subject&gt;
  &lt;To&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
  &lt;/To&gt;
&lt;/Reply&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Reply xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Body&gt;sample string 2&lt;/Body&gt;
  &lt;Cc&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
  &lt;/Cc&gt;
  &lt;RelatedMessageId&gt;4&lt;/RelatedMessageId&gt;
  &lt;RequestReadConfirmation&gt;true&lt;/RequestReadConfirmation&gt;
  &lt;Subject&gt;sample string 1&lt;/Subject&gt;
  &lt;To&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
    &lt;MessageAddress&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/MessageAddress&gt;
  &lt;/To&gt;
&lt;/Reply&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages/UnmarkMessageAsRemoved?messageId={messageId}">
                <doc title="PlanCare2Api/PlanCareMessages/UnmarkMessageAsRemoved?messageId={messageId}" /> 
                <method name="POST">
                    <request>
 
                            <param name="messageId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareMessages?folder={folder}">
                <doc title="PlanCare2Api/PlanCareMessages?folder={folder}" /> 
                <method name="GET">
                    <request>
 
                            <param name="folder"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;From&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Type&quot;: 1
    },
    &quot;To&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Cc&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Subject&quot;: &quot;sample string 2&quot;,
    &quot;Body&quot;: &quot;sample string 3&quot;,
    &quot;SentDate&quot;: &quot;2026-05-26T23:13:55.5098288+02:00&quot;,
    &quot;RequestReadConformation&quot;: true,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;Type&quot;: 0,
    &quot;RelatedMessageId&quot;: 1,
    &quot;CalendarPlannedItemId&quot;: 1,
    &quot;RecurrenceText&quot;: &quot;sample string 5&quot;,
    &quot;IsRead&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;From&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Type&quot;: 1
    },
    &quot;To&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Cc&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Subject&quot;: &quot;sample string 2&quot;,
    &quot;Body&quot;: &quot;sample string 3&quot;,
    &quot;SentDate&quot;: &quot;2026-05-26T23:13:55.5098288+02:00&quot;,
    &quot;RequestReadConformation&quot;: true,
    &quot;ClientId&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;Type&quot;: 0,
    &quot;RelatedMessageId&quot;: 1,
    &quot;CalendarPlannedItemId&quot;: 1,
    &quot;RecurrenceText&quot;: &quot;sample string 5&quot;,
    &quot;IsRead&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfPlanCareMessage xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;PlanCareMessage&gt;
    &lt;Body&gt;sample string 3&lt;/Body&gt;
    &lt;CalendarPlannedItemId&gt;1&lt;/CalendarPlannedItemId&gt;
    &lt;Cc&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
    &lt;/Cc&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;From&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/From&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsRead&gt;true&lt;/IsRead&gt;
    &lt;RecurrenceText&gt;sample string 5&lt;/RecurrenceText&gt;
    &lt;RelatedMessageId&gt;1&lt;/RelatedMessageId&gt;
    &lt;RequestReadConformation&gt;true&lt;/RequestReadConformation&gt;
    &lt;SentDate&gt;2026-05-26T23:13:55.5098288+02:00&lt;/SentDate&gt;
    &lt;Subject&gt;sample string 2&lt;/Subject&gt;
    &lt;To&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
    &lt;/To&gt;
    &lt;Type&gt;Message&lt;/Type&gt;
  &lt;/PlanCareMessage&gt;
  &lt;PlanCareMessage&gt;
    &lt;Body&gt;sample string 3&lt;/Body&gt;
    &lt;CalendarPlannedItemId&gt;1&lt;/CalendarPlannedItemId&gt;
    &lt;Cc&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
    &lt;/Cc&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;From&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/From&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsRead&gt;true&lt;/IsRead&gt;
    &lt;RecurrenceText&gt;sample string 5&lt;/RecurrenceText&gt;
    &lt;RelatedMessageId&gt;1&lt;/RelatedMessageId&gt;
    &lt;RequestReadConformation&gt;true&lt;/RequestReadConformation&gt;
    &lt;SentDate&gt;2026-05-26T23:13:55.5098288+02:00&lt;/SentDate&gt;
    &lt;Subject&gt;sample string 2&lt;/Subject&gt;
    &lt;To&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
    &lt;/To&gt;
    &lt;Type&gt;Message&lt;/Type&gt;
  &lt;/PlanCareMessage&gt;
&lt;/ArrayOfPlanCareMessage&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfPlanCareMessage xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;PlanCareMessage&gt;
    &lt;Body&gt;sample string 3&lt;/Body&gt;
    &lt;CalendarPlannedItemId&gt;1&lt;/CalendarPlannedItemId&gt;
    &lt;Cc&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
    &lt;/Cc&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;From&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/From&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsRead&gt;true&lt;/IsRead&gt;
    &lt;RecurrenceText&gt;sample string 5&lt;/RecurrenceText&gt;
    &lt;RelatedMessageId&gt;1&lt;/RelatedMessageId&gt;
    &lt;RequestReadConformation&gt;true&lt;/RequestReadConformation&gt;
    &lt;SentDate&gt;2026-05-26T23:13:55.5098288+02:00&lt;/SentDate&gt;
    &lt;Subject&gt;sample string 2&lt;/Subject&gt;
    &lt;To&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
    &lt;/To&gt;
    &lt;Type&gt;Message&lt;/Type&gt;
  &lt;/PlanCareMessage&gt;
  &lt;PlanCareMessage&gt;
    &lt;Body&gt;sample string 3&lt;/Body&gt;
    &lt;CalendarPlannedItemId&gt;1&lt;/CalendarPlannedItemId&gt;
    &lt;Cc&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
    &lt;/Cc&gt;
    &lt;ClientId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/ClientId&gt;
    &lt;From&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Type&gt;Relation&lt;/Type&gt;
    &lt;/From&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsRead&gt;true&lt;/IsRead&gt;
    &lt;RecurrenceText&gt;sample string 5&lt;/RecurrenceText&gt;
    &lt;RelatedMessageId&gt;1&lt;/RelatedMessageId&gt;
    &lt;RequestReadConformation&gt;true&lt;/RequestReadConformation&gt;
    &lt;SentDate&gt;2026-05-26T23:13:55.5098288+02:00&lt;/SentDate&gt;
    &lt;Subject&gt;sample string 2&lt;/Subject&gt;
    &lt;To&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
      &lt;MessageAddress&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;Type&gt;Relation&lt;/Type&gt;
      &lt;/MessageAddress&gt;
    &lt;/To&gt;
    &lt;Type&gt;Message&lt;/Type&gt;
  &lt;/PlanCareMessage&gt;
&lt;/ArrayOfPlanCareMessage&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareVersions/AssemblyVersion">
                <doc title="PlanCare2Api/PlanCareVersions/AssemblyVersion" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>&quot;sample string&quot;</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>&quot;sample string&quot;</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;string xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;sample string&lt;/string&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;string xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;sample string&lt;/string&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/PlanCareVersions/PlanCareVersion">
                <doc title="PlanCare2Api/PlanCareVersions/PlanCareVersion" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>&quot;sample string&quot;</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>&quot;sample string&quot;</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;string xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;sample string&lt;/string&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;string xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;sample string&lt;/string&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Products">
                <doc title="PlanCare2Api/Products" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Products/{productId}/Acts?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Products/{productId}/Acts?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="productId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ProductId&quot;: 1,
    &quot;ActId&quot;: 2,
    &quot;ActName&quot;: &quot;sample string 3&quot;,
    &quot;ActDescription&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ProductId&quot;: 1,
    &quot;ActId&quot;: 2,
    &quot;ActName&quot;: &quot;sample string 3&quot;,
    &quot;ActDescription&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfProductAct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ProductAct&gt;
    &lt;ActDescription&gt;sample string 4&lt;/ActDescription&gt;
    &lt;ActId&gt;2&lt;/ActId&gt;
    &lt;ActName&gt;sample string 3&lt;/ActName&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;/ProductAct&gt;
  &lt;ProductAct&gt;
    &lt;ActDescription&gt;sample string 4&lt;/ActDescription&gt;
    &lt;ActId&gt;2&lt;/ActId&gt;
    &lt;ActName&gt;sample string 3&lt;/ActName&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;/ProductAct&gt;
&lt;/ArrayOfProductAct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfProductAct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ProductAct&gt;
    &lt;ActDescription&gt;sample string 4&lt;/ActDescription&gt;
    &lt;ActId&gt;2&lt;/ActId&gt;
    &lt;ActName&gt;sample string 3&lt;/ActName&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;/ProductAct&gt;
  &lt;ProductAct&gt;
    &lt;ActDescription&gt;sample string 4&lt;/ActDescription&gt;
    &lt;ActId&gt;2&lt;/ActId&gt;
    &lt;ActName&gt;sample string 3&lt;/ActName&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;/ProductAct&gt;
&lt;/ArrayOfProductAct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Products/{productId}/WorkTypes?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Products/{productId}/WorkTypes?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="productId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ProductId&quot;: 1,
    &quot;WorkTypeId&quot;: 2,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeName&quot;: &quot;sample string 4&quot;,
    &quot;WorkTypeDescription&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ProductId&quot;: 1,
    &quot;WorkTypeId&quot;: 2,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeName&quot;: &quot;sample string 4&quot;,
    &quot;WorkTypeDescription&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfProductWorkType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ProductWorkType&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeDescription&gt;sample string 5&lt;/WorkTypeDescription&gt;
    &lt;WorkTypeId&gt;2&lt;/WorkTypeId&gt;
    &lt;WorkTypeName&gt;sample string 4&lt;/WorkTypeName&gt;
  &lt;/ProductWorkType&gt;
  &lt;ProductWorkType&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeDescription&gt;sample string 5&lt;/WorkTypeDescription&gt;
    &lt;WorkTypeId&gt;2&lt;/WorkTypeId&gt;
    &lt;WorkTypeName&gt;sample string 4&lt;/WorkTypeName&gt;
  &lt;/ProductWorkType&gt;
&lt;/ArrayOfProductWorkType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfProductWorkType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ProductWorkType&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeDescription&gt;sample string 5&lt;/WorkTypeDescription&gt;
    &lt;WorkTypeId&gt;2&lt;/WorkTypeId&gt;
    &lt;WorkTypeName&gt;sample string 4&lt;/WorkTypeName&gt;
  &lt;/ProductWorkType&gt;
  &lt;ProductWorkType&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeDescription&gt;sample string 5&lt;/WorkTypeDescription&gt;
    &lt;WorkTypeId&gt;2&lt;/WorkTypeId&gt;
    &lt;WorkTypeName&gt;sample string 4&lt;/WorkTypeName&gt;
  &lt;/ProductWorkType&gt;
&lt;/ArrayOfProductWorkType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Products?contractTypeId={contractTypeId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Products?contractTypeId={contractTypeId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="contractTypeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Products?employmentId={employmentId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Products?employmentId={employmentId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="employmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:56.2910922+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.2910922+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Projects/{projectId}/CareTrajects?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Projects/{projectId}/CareTrajects?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="projectId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;DbcId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4785584+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4785584+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;DbcId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4785584+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4785584+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfPcdCareTraject xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
&lt;/ArrayOfPcdCareTraject&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfPcdCareTraject xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
&lt;/ArrayOfPcdCareTraject&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Projects/{projectId}/Products?contractId={contractId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Projects/{projectId}/Products?contractId={contractId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="projectId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="contractId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4785584+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4785584+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4785584+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4785584+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4785584+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Projects/pcd/{projectId}/CareTrajects?referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Projects/pcd/{projectId}/CareTrajects?referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="projectId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;DbcId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4941831+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4941831+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;DbcId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.4941831+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.4941831+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfPcdCareTraject xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4941831+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4941831+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4941831+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4941831+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
&lt;/ArrayOfPcdCareTraject&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfPcdCareTraject xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4941831+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4941831+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.4941831+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.4941831+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
&lt;/ArrayOfPcdCareTraject&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Projects/pcd/{projectId}/Products?contractId={contractId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Projects/pcd/{projectId}/Products?contractId={contractId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="projectId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="contractId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:08:05.1197483+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:05.1197483+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;ParentId&quot;: 2,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:08:05.1197483+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:05.1197483+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6,
    &quot;TypeId&quot;: 7,
    &quot;TypeCode&quot;: &quot;sample string 8&quot;,
    &quot;TypeName&quot;: &quot;sample string 9&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:08:05.1197483+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T22:08:05.1197483+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:08:05.1197483+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T22:08:05.1197483+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfProduct xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:08:05.1197483+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T22:08:05.1197483+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
  &lt;Product&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T22:08:05.1197483+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;ParentId&gt;2&lt;/ParentId&gt;
    &lt;StartDate&gt;2026-05-26T22:08:05.1197483+02:00&lt;/StartDate&gt;
    &lt;TypeCode&gt;sample string 8&lt;/TypeCode&gt;
    &lt;TypeId&gt;7&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 9&lt;/TypeName&gt;
  &lt;/Product&gt;
&lt;/ArrayOfProduct&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Projects?contractId={contractId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Projects?contractId={contractId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="contractId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;sample string 1&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;sample string 1&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfProject xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Project&gt;
    &lt;Id&gt;sample string 1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Project&gt;
  &lt;Project&gt;
    &lt;Id&gt;sample string 1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Project&gt;
&lt;/ArrayOfProject&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfProject xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Project&gt;
    &lt;Id&gt;sample string 1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Project&gt;
  &lt;Project&gt;
    &lt;Id&gt;sample string 1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Project&gt;
&lt;/ArrayOfProject&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/ChaptersForCarePlan/{clientId}">
                <doc title="PlanCare2Api/Questionnaires/ChaptersForCarePlan/{clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;f1f5c625-fe04-48e7-9609-25107028bdc8&quot;,
    &quot;FilledQuestionnaireId&quot;: 2,
    &quot;Title&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;f1f5c625-fe04-48e7-9609-25107028bdc8&quot;,
    &quot;FilledQuestionnaireId&quot;: 2,
    &quot;Title&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaireChapter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireChapter&gt;
    &lt;FilledQuestionnaireId&gt;2&lt;/FilledQuestionnaireId&gt;
    &lt;Guid&gt;f1f5c625-fe04-48e7-9609-25107028bdc8&lt;/Guid&gt;
    &lt;Title&gt;sample string 3&lt;/Title&gt;
  &lt;/FilledQuestionnaireChapter&gt;
  &lt;FilledQuestionnaireChapter&gt;
    &lt;FilledQuestionnaireId&gt;2&lt;/FilledQuestionnaireId&gt;
    &lt;Guid&gt;f1f5c625-fe04-48e7-9609-25107028bdc8&lt;/Guid&gt;
    &lt;Title&gt;sample string 3&lt;/Title&gt;
  &lt;/FilledQuestionnaireChapter&gt;
&lt;/ArrayOfFilledQuestionnaireChapter&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaireChapter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireChapter&gt;
    &lt;FilledQuestionnaireId&gt;2&lt;/FilledQuestionnaireId&gt;
    &lt;Guid&gt;f1f5c625-fe04-48e7-9609-25107028bdc8&lt;/Guid&gt;
    &lt;Title&gt;sample string 3&lt;/Title&gt;
  &lt;/FilledQuestionnaireChapter&gt;
  &lt;FilledQuestionnaireChapter&gt;
    &lt;FilledQuestionnaireId&gt;2&lt;/FilledQuestionnaireId&gt;
    &lt;Guid&gt;f1f5c625-fe04-48e7-9609-25107028bdc8&lt;/Guid&gt;
    &lt;Title&gt;sample string 3&lt;/Title&gt;
  &lt;/FilledQuestionnaireChapter&gt;
&lt;/ArrayOfFilledQuestionnaireChapter&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/ChaptersForClientCard/{clientId}">
                <doc title="PlanCare2Api/Questionnaires/ChaptersForClientCard/{clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;f465fffc-e6df-4fd7-ae41-69383199fbd4&quot;,
    &quot;FilledQuestionnaireId&quot;: 2,
    &quot;Title&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;f465fffc-e6df-4fd7-ae41-69383199fbd4&quot;,
    &quot;FilledQuestionnaireId&quot;: 2,
    &quot;Title&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaireChapter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireChapter&gt;
    &lt;FilledQuestionnaireId&gt;2&lt;/FilledQuestionnaireId&gt;
    &lt;Guid&gt;f465fffc-e6df-4fd7-ae41-69383199fbd4&lt;/Guid&gt;
    &lt;Title&gt;sample string 3&lt;/Title&gt;
  &lt;/FilledQuestionnaireChapter&gt;
  &lt;FilledQuestionnaireChapter&gt;
    &lt;FilledQuestionnaireId&gt;2&lt;/FilledQuestionnaireId&gt;
    &lt;Guid&gt;f465fffc-e6df-4fd7-ae41-69383199fbd4&lt;/Guid&gt;
    &lt;Title&gt;sample string 3&lt;/Title&gt;
  &lt;/FilledQuestionnaireChapter&gt;
&lt;/ArrayOfFilledQuestionnaireChapter&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaireChapter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireChapter&gt;
    &lt;FilledQuestionnaireId&gt;2&lt;/FilledQuestionnaireId&gt;
    &lt;Guid&gt;f465fffc-e6df-4fd7-ae41-69383199fbd4&lt;/Guid&gt;
    &lt;Title&gt;sample string 3&lt;/Title&gt;
  &lt;/FilledQuestionnaireChapter&gt;
  &lt;FilledQuestionnaireChapter&gt;
    &lt;FilledQuestionnaireId&gt;2&lt;/FilledQuestionnaireId&gt;
    &lt;Guid&gt;f465fffc-e6df-4fd7-ae41-69383199fbd4&lt;/Guid&gt;
    &lt;Title&gt;sample string 3&lt;/Title&gt;
  &lt;/FilledQuestionnaireChapter&gt;
&lt;/ArrayOfFilledQuestionnaireChapter&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;Status&quot;: 1,
  &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
  &quot;QuestionnaireGuid&quot;: &quot;b6e304eb-38ff-420f-8cdd-ed7ed11bb80d&quot;,
  &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
  &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
  &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
  &quot;CreatedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;,
  &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
  &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;,
  &quot;Locked&quot;: true,
  &quot;LockedByLoggedOnAccessUser&quot;: true,
  &quot;LockedBy&quot;: &quot;sample string 14&quot;,
  &quot;LockedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
  &quot;ClientId&quot;: 4,
  &quot;Status&quot;: 1,
  &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
  &quot;QuestionnaireGuid&quot;: &quot;b6e304eb-38ff-420f-8cdd-ed7ed11bb80d&quot;,
  &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
  &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
  &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
  &quot;CreatedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;,
  &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
  &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;,
  &quot;Locked&quot;: true,
  &quot;LockedByLoggedOnAccessUser&quot;: true,
  &quot;LockedBy&quot;: &quot;sample string 14&quot;,
  &quot;LockedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;FilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
  &lt;CreatedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/CreatedOn&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
  &lt;LastChangedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LastChangedOn&gt;
  &lt;Locked&gt;true&lt;/Locked&gt;
  &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
  &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
  &lt;LockedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LockedOn&gt;
  &lt;QuestionnaireGuid&gt;b6e304eb-38ff-420f-8cdd-ed7ed11bb80d&lt;/QuestionnaireGuid&gt;
  &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
  &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
&lt;/FilledQuestionnaire&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;FilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;ClientId&gt;4&lt;/ClientId&gt;
  &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
  &lt;CreatedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/CreatedOn&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
  &lt;LastChangedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LastChangedOn&gt;
  &lt;Locked&gt;true&lt;/Locked&gt;
  &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
  &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
  &lt;LockedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LockedOn&gt;
  &lt;QuestionnaireGuid&gt;b6e304eb-38ff-420f-8cdd-ed7ed11bb80d&lt;/QuestionnaireGuid&gt;
  &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
  &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
&lt;/FilledQuestionnaire&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/Answers">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/Answers" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;QuestionGuid&quot;: &quot;23793b24-4b91-4ecb-956a-24e736730f38&quot;,
    &quot;AnswerText&quot;: &quot;sample string 3&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T22:07:09.5396746+02:00&quot;,
    &quot;Explanation&quot;: &quot;sample string 4&quot;,
    &quot;SelectedAnswerPossibilityGuids&quot;: [
      &quot;36faed66-4eef-4ecc-91e7-5dddd0948e28&quot;,
      &quot;8ad37b21-ef0f-401d-bc6c-d695b42cf7c6&quot;
    ],
    &quot;PossibleToNavigateTo&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;QuestionGuid&quot;: &quot;23793b24-4b91-4ecb-956a-24e736730f38&quot;,
    &quot;AnswerText&quot;: &quot;sample string 3&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T22:07:09.5396746+02:00&quot;,
    &quot;Explanation&quot;: &quot;sample string 4&quot;,
    &quot;SelectedAnswerPossibilityGuids&quot;: [
      &quot;36faed66-4eef-4ecc-91e7-5dddd0948e28&quot;,
      &quot;8ad37b21-ef0f-401d-bc6c-d695b42cf7c6&quot;
    ],
    &quot;PossibleToNavigateTo&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaireQuestionAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:07:09.5396746+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
    &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
    &lt;QuestionGuid&gt;23793b24-4b91-4ecb-956a-24e736730f38&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;36faed66-4eef-4ecc-91e7-5dddd0948e28&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;8ad37b21-ef0f-401d-bc6c-d695b42cf7c6&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:07:09.5396746+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
    &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
    &lt;QuestionGuid&gt;23793b24-4b91-4ecb-956a-24e736730f38&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;36faed66-4eef-4ecc-91e7-5dddd0948e28&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;8ad37b21-ef0f-401d-bc6c-d695b42cf7c6&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
&lt;/ArrayOfFilledQuestionnaireQuestionAnswer&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaireQuestionAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:07:09.5396746+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
    &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
    &lt;QuestionGuid&gt;23793b24-4b91-4ecb-956a-24e736730f38&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;36faed66-4eef-4ecc-91e7-5dddd0948e28&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;8ad37b21-ef0f-401d-bc6c-d695b42cf7c6&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:07:09.5396746+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
    &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
    &lt;QuestionGuid&gt;23793b24-4b91-4ecb-956a-24e736730f38&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;36faed66-4eef-4ecc-91e7-5dddd0948e28&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;8ad37b21-ef0f-401d-bc6c-d695b42cf7c6&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
&lt;/ArrayOfFilledQuestionnaireQuestionAnswer&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/Answers/{questionGuid}">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/Answers/{questionGuid}" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="questionGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;QuestionGuid&quot;: &quot;628da689-3e5d-4acc-9a81-60c544ac40b3&quot;,
  &quot;AnswerText&quot;: &quot;sample string 3&quot;,
  &quot;AnswerNumber&quot;: 1.0,
  &quot;AnswerDateTime&quot;: &quot;2026-05-26T22:07:54.9639723+02:00&quot;,
  &quot;Explanation&quot;: &quot;sample string 4&quot;,
  &quot;SelectedAnswerPossibilityGuids&quot;: [
    &quot;62582708-febe-41f4-bb6f-78a0763ff625&quot;,
    &quot;8295b7bf-35b0-4357-9e1e-a7269d4a96a1&quot;
  ],
  &quot;PossibleToNavigateTo&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;QuestionGuid&quot;: &quot;628da689-3e5d-4acc-9a81-60c544ac40b3&quot;,
  &quot;AnswerText&quot;: &quot;sample string 3&quot;,
  &quot;AnswerNumber&quot;: 1.0,
  &quot;AnswerDateTime&quot;: &quot;2026-05-26T22:07:54.9639723+02:00&quot;,
  &quot;Explanation&quot;: &quot;sample string 4&quot;,
  &quot;SelectedAnswerPossibilityGuids&quot;: [
    &quot;62582708-febe-41f4-bb6f-78a0763ff625&quot;,
    &quot;8295b7bf-35b0-4357-9e1e-a7269d4a96a1&quot;
  ],
  &quot;PossibleToNavigateTo&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;FilledQuestionnaireQuestionAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;AnswerDateTime&gt;2026-05-26T22:07:54.9639723+02:00&lt;/AnswerDateTime&gt;
  &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
  &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
  &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
  &lt;QuestionGuid&gt;628da689-3e5d-4acc-9a81-60c544ac40b3&lt;/QuestionGuid&gt;
  &lt;SelectedAnswerPossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;62582708-febe-41f4-bb6f-78a0763ff625&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;8295b7bf-35b0-4357-9e1e-a7269d4a96a1&lt;/d2p1:guid&gt;
  &lt;/SelectedAnswerPossibilityGuids&gt;
&lt;/FilledQuestionnaireQuestionAnswer&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;FilledQuestionnaireQuestionAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;AnswerDateTime&gt;2026-05-26T22:07:54.9639723+02:00&lt;/AnswerDateTime&gt;
  &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
  &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
  &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
  &lt;QuestionGuid&gt;628da689-3e5d-4acc-9a81-60c544ac40b3&lt;/QuestionGuid&gt;
  &lt;SelectedAnswerPossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;62582708-febe-41f4-bb6f-78a0763ff625&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;8295b7bf-35b0-4357-9e1e-a7269d4a96a1&lt;/d2p1:guid&gt;
  &lt;/SelectedAnswerPossibilityGuids&gt;
&lt;/FilledQuestionnaireQuestionAnswer&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/Chapters/{questionnaireChapterGuid}/Answers">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/Chapters/{questionnaireChapterGuid}/Answers" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="questionnaireChapterGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;QuestionGuid&quot;: &quot;922adaec-bf0c-4966-9368-84729db840c1&quot;,
    &quot;Rank&quot;: 2,
    &quot;QuestionName&quot;: &quot;sample string 3&quot;,
    &quot;QuestionCode&quot;: &quot;sample string 4&quot;,
    &quot;QuestionPrintText&quot;: &quot;sample string 5&quot;,
    &quot;QuestionType&quot;: 1,
    &quot;AnswerText&quot;: &quot;sample string 6&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:56.4160956+02:00&quot;,
    &quot;AnswerRTF&quot;: &quot;sample string 7&quot;,
    &quot;Explanation&quot;: &quot;sample string 8&quot;,
    &quot;Answered&quot;: true,
    &quot;SubChapterGuid&quot;: &quot;8bd08ba3-98c3-48ca-88c2-15892f67dd76&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;QuestionGuid&quot;: &quot;922adaec-bf0c-4966-9368-84729db840c1&quot;,
    &quot;Rank&quot;: 2,
    &quot;QuestionName&quot;: &quot;sample string 3&quot;,
    &quot;QuestionCode&quot;: &quot;sample string 4&quot;,
    &quot;QuestionPrintText&quot;: &quot;sample string 5&quot;,
    &quot;QuestionType&quot;: 1,
    &quot;AnswerText&quot;: &quot;sample string 6&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:56.4160956+02:00&quot;,
    &quot;AnswerRTF&quot;: &quot;sample string 7&quot;,
    &quot;Explanation&quot;: &quot;sample string 8&quot;,
    &quot;Answered&quot;: true,
    &quot;SubChapterGuid&quot;: &quot;8bd08ba3-98c3-48ca-88c2-15892f67dd76&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfQuestionnaireChapterAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireChapterAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T23:13:56.4160956+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerRTF&gt;sample string 7&lt;/AnswerRTF&gt;
    &lt;AnswerText&gt;sample string 6&lt;/AnswerText&gt;
    &lt;Answered&gt;true&lt;/Answered&gt;
    &lt;Explanation&gt;sample string 8&lt;/Explanation&gt;
    &lt;QuestionCode&gt;sample string 4&lt;/QuestionCode&gt;
    &lt;QuestionGuid&gt;922adaec-bf0c-4966-9368-84729db840c1&lt;/QuestionGuid&gt;
    &lt;QuestionName&gt;sample string 3&lt;/QuestionName&gt;
    &lt;QuestionPrintText&gt;sample string 5&lt;/QuestionPrintText&gt;
    &lt;QuestionType&gt;MultipleChoice&lt;/QuestionType&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;SubChapterGuid&gt;8bd08ba3-98c3-48ca-88c2-15892f67dd76&lt;/SubChapterGuid&gt;
  &lt;/QuestionnaireChapterAnswer&gt;
  &lt;QuestionnaireChapterAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T23:13:56.4160956+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerRTF&gt;sample string 7&lt;/AnswerRTF&gt;
    &lt;AnswerText&gt;sample string 6&lt;/AnswerText&gt;
    &lt;Answered&gt;true&lt;/Answered&gt;
    &lt;Explanation&gt;sample string 8&lt;/Explanation&gt;
    &lt;QuestionCode&gt;sample string 4&lt;/QuestionCode&gt;
    &lt;QuestionGuid&gt;922adaec-bf0c-4966-9368-84729db840c1&lt;/QuestionGuid&gt;
    &lt;QuestionName&gt;sample string 3&lt;/QuestionName&gt;
    &lt;QuestionPrintText&gt;sample string 5&lt;/QuestionPrintText&gt;
    &lt;QuestionType&gt;MultipleChoice&lt;/QuestionType&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;SubChapterGuid&gt;8bd08ba3-98c3-48ca-88c2-15892f67dd76&lt;/SubChapterGuid&gt;
  &lt;/QuestionnaireChapterAnswer&gt;
&lt;/ArrayOfQuestionnaireChapterAnswer&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfQuestionnaireChapterAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireChapterAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T23:13:56.4160956+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerRTF&gt;sample string 7&lt;/AnswerRTF&gt;
    &lt;AnswerText&gt;sample string 6&lt;/AnswerText&gt;
    &lt;Answered&gt;true&lt;/Answered&gt;
    &lt;Explanation&gt;sample string 8&lt;/Explanation&gt;
    &lt;QuestionCode&gt;sample string 4&lt;/QuestionCode&gt;
    &lt;QuestionGuid&gt;922adaec-bf0c-4966-9368-84729db840c1&lt;/QuestionGuid&gt;
    &lt;QuestionName&gt;sample string 3&lt;/QuestionName&gt;
    &lt;QuestionPrintText&gt;sample string 5&lt;/QuestionPrintText&gt;
    &lt;QuestionType&gt;MultipleChoice&lt;/QuestionType&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;SubChapterGuid&gt;8bd08ba3-98c3-48ca-88c2-15892f67dd76&lt;/SubChapterGuid&gt;
  &lt;/QuestionnaireChapterAnswer&gt;
  &lt;QuestionnaireChapterAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T23:13:56.4160956+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerRTF&gt;sample string 7&lt;/AnswerRTF&gt;
    &lt;AnswerText&gt;sample string 6&lt;/AnswerText&gt;
    &lt;Answered&gt;true&lt;/Answered&gt;
    &lt;Explanation&gt;sample string 8&lt;/Explanation&gt;
    &lt;QuestionCode&gt;sample string 4&lt;/QuestionCode&gt;
    &lt;QuestionGuid&gt;922adaec-bf0c-4966-9368-84729db840c1&lt;/QuestionGuid&gt;
    &lt;QuestionName&gt;sample string 3&lt;/QuestionName&gt;
    &lt;QuestionPrintText&gt;sample string 5&lt;/QuestionPrintText&gt;
    &lt;QuestionType&gt;MultipleChoice&lt;/QuestionType&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;SubChapterGuid&gt;8bd08ba3-98c3-48ca-88c2-15892f67dd76&lt;/SubChapterGuid&gt;
  &lt;/QuestionnaireChapterAnswer&gt;
&lt;/ArrayOfQuestionnaireChapterAnswer&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/Chapters/{questionnaireChapterGuid}/SubChapters">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/Chapters/{questionnaireChapterGuid}/SubChapters" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="questionnaireChapterGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;42ec58fa-88bc-4faf-a897-a636da38367b&quot;,
    &quot;Title&quot;: &quot;sample string 2&quot;,
    &quot;Text&quot;: &quot;sample string 3&quot;,
    &quot;ParentSubChapterGuid&quot;: &quot;ad6cf9d0-c511-47f9-b2d0-20584cb20107&quot;,
    &quot;Rank&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;42ec58fa-88bc-4faf-a897-a636da38367b&quot;,
    &quot;Title&quot;: &quot;sample string 2&quot;,
    &quot;Text&quot;: &quot;sample string 3&quot;,
    &quot;ParentSubChapterGuid&quot;: &quot;ad6cf9d0-c511-47f9-b2d0-20584cb20107&quot;,
    &quot;Rank&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfQuestionnaireSubChapter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireSubChapter&gt;
    &lt;Guid&gt;42ec58fa-88bc-4faf-a897-a636da38367b&lt;/Guid&gt;
    &lt;ParentSubChapterGuid&gt;ad6cf9d0-c511-47f9-b2d0-20584cb20107&lt;/ParentSubChapterGuid&gt;
    &lt;Rank&gt;5&lt;/Rank&gt;
    &lt;Text&gt;sample string 3&lt;/Text&gt;
    &lt;Title&gt;sample string 2&lt;/Title&gt;
  &lt;/QuestionnaireSubChapter&gt;
  &lt;QuestionnaireSubChapter&gt;
    &lt;Guid&gt;42ec58fa-88bc-4faf-a897-a636da38367b&lt;/Guid&gt;
    &lt;ParentSubChapterGuid&gt;ad6cf9d0-c511-47f9-b2d0-20584cb20107&lt;/ParentSubChapterGuid&gt;
    &lt;Rank&gt;5&lt;/Rank&gt;
    &lt;Text&gt;sample string 3&lt;/Text&gt;
    &lt;Title&gt;sample string 2&lt;/Title&gt;
  &lt;/QuestionnaireSubChapter&gt;
&lt;/ArrayOfQuestionnaireSubChapter&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfQuestionnaireSubChapter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireSubChapter&gt;
    &lt;Guid&gt;42ec58fa-88bc-4faf-a897-a636da38367b&lt;/Guid&gt;
    &lt;ParentSubChapterGuid&gt;ad6cf9d0-c511-47f9-b2d0-20584cb20107&lt;/ParentSubChapterGuid&gt;
    &lt;Rank&gt;5&lt;/Rank&gt;
    &lt;Text&gt;sample string 3&lt;/Text&gt;
    &lt;Title&gt;sample string 2&lt;/Title&gt;
  &lt;/QuestionnaireSubChapter&gt;
  &lt;QuestionnaireSubChapter&gt;
    &lt;Guid&gt;42ec58fa-88bc-4faf-a897-a636da38367b&lt;/Guid&gt;
    &lt;ParentSubChapterGuid&gt;ad6cf9d0-c511-47f9-b2d0-20584cb20107&lt;/ParentSubChapterGuid&gt;
    &lt;Rank&gt;5&lt;/Rank&gt;
    &lt;Text&gt;sample string 3&lt;/Text&gt;
    &lt;Title&gt;sample string 2&lt;/Title&gt;
  &lt;/QuestionnaireSubChapter&gt;
&lt;/ArrayOfQuestionnaireSubChapter&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/FirstQuestion">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/FirstQuestion" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;11d26a1e-cd60-4478-8c82-5fb06a618491&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;11d26a1e-cd60-4478-8c82-5fb06a618491&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;QuestionnaireNavigationResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Code&gt;Failed&lt;/Code&gt;
  &lt;NewCurrentQuestionGuid&gt;11d26a1e-cd60-4478-8c82-5fb06a618491&lt;/NewCurrentQuestionGuid&gt;
&lt;/QuestionnaireNavigationResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;QuestionnaireNavigationResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Code&gt;Failed&lt;/Code&gt;
  &lt;NewCurrentQuestionGuid&gt;11d26a1e-cd60-4478-8c82-5fb06a618491&lt;/NewCurrentQuestionGuid&gt;
&lt;/QuestionnaireNavigationResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/LastQuestion">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/LastQuestion" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;93693f2b-3601-45db-b9e3-dbd7ac4a546a&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;93693f2b-3601-45db-b9e3-dbd7ac4a546a&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;QuestionnaireNavigationResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Code&gt;Failed&lt;/Code&gt;
  &lt;NewCurrentQuestionGuid&gt;93693f2b-3601-45db-b9e3-dbd7ac4a546a&lt;/NewCurrentQuestionGuid&gt;
&lt;/QuestionnaireNavigationResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;QuestionnaireNavigationResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Code&gt;Failed&lt;/Code&gt;
  &lt;NewCurrentQuestionGuid&gt;93693f2b-3601-45db-b9e3-dbd7ac4a546a&lt;/NewCurrentQuestionGuid&gt;
&lt;/QuestionnaireNavigationResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/NextQuestion?currentQuestionGuid={currentQuestionGuid}">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/NextQuestion?currentQuestionGuid={currentQuestionGuid}" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="currentQuestionGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;c7462138-2760-48f5-be2c-bcd955d629f7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;c7462138-2760-48f5-be2c-bcd955d629f7&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;QuestionnaireNavigationResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Code&gt;Failed&lt;/Code&gt;
  &lt;NewCurrentQuestionGuid&gt;c7462138-2760-48f5-be2c-bcd955d629f7&lt;/NewCurrentQuestionGuid&gt;
&lt;/QuestionnaireNavigationResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;QuestionnaireNavigationResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Code&gt;Failed&lt;/Code&gt;
  &lt;NewCurrentQuestionGuid&gt;c7462138-2760-48f5-be2c-bcd955d629f7&lt;/NewCurrentQuestionGuid&gt;
&lt;/QuestionnaireNavigationResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/OverviewAnswers">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/OverviewAnswers" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Category&quot;: &quot;sample string 1&quot;,
    &quot;Question&quot;: &quot;sample string 2&quot;,
    &quot;Answer&quot;: &quot;sample string 3&quot;,
    &quot;AnswerExplanation&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Category&quot;: &quot;sample string 1&quot;,
    &quot;Question&quot;: &quot;sample string 2&quot;,
    &quot;Answer&quot;: &quot;sample string 3&quot;,
    &quot;AnswerExplanation&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaireOverviewAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireOverviewAnswer&gt;
    &lt;Answer&gt;sample string 3&lt;/Answer&gt;
    &lt;AnswerExplanation&gt;sample string 4&lt;/AnswerExplanation&gt;
    &lt;Category&gt;sample string 1&lt;/Category&gt;
    &lt;Question&gt;sample string 2&lt;/Question&gt;
  &lt;/FilledQuestionnaireOverviewAnswer&gt;
  &lt;FilledQuestionnaireOverviewAnswer&gt;
    &lt;Answer&gt;sample string 3&lt;/Answer&gt;
    &lt;AnswerExplanation&gt;sample string 4&lt;/AnswerExplanation&gt;
    &lt;Category&gt;sample string 1&lt;/Category&gt;
    &lt;Question&gt;sample string 2&lt;/Question&gt;
  &lt;/FilledQuestionnaireOverviewAnswer&gt;
&lt;/ArrayOfFilledQuestionnaireOverviewAnswer&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaireOverviewAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireOverviewAnswer&gt;
    &lt;Answer&gt;sample string 3&lt;/Answer&gt;
    &lt;AnswerExplanation&gt;sample string 4&lt;/AnswerExplanation&gt;
    &lt;Category&gt;sample string 1&lt;/Category&gt;
    &lt;Question&gt;sample string 2&lt;/Question&gt;
  &lt;/FilledQuestionnaireOverviewAnswer&gt;
  &lt;FilledQuestionnaireOverviewAnswer&gt;
    &lt;Answer&gt;sample string 3&lt;/Answer&gt;
    &lt;AnswerExplanation&gt;sample string 4&lt;/AnswerExplanation&gt;
    &lt;Category&gt;sample string 1&lt;/Category&gt;
    &lt;Question&gt;sample string 2&lt;/Question&gt;
  &lt;/FilledQuestionnaireOverviewAnswer&gt;
&lt;/ArrayOfFilledQuestionnaireOverviewAnswer&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/PreviousQuestion?currentQuestionGuid={currentQuestionGuid}">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/PreviousQuestion?currentQuestionGuid={currentQuestionGuid}" /> 
                <method name="GET">
                    <request>
 
                            <param name="filledQuestionnaireId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="currentQuestionGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;8a9ad027-8de9-4cc2-974c-b94207a2b269&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;8a9ad027-8de9-4cc2-974c-b94207a2b269&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;QuestionnaireNavigationResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Code&gt;Failed&lt;/Code&gt;
  &lt;NewCurrentQuestionGuid&gt;8a9ad027-8de9-4cc2-974c-b94207a2b269&lt;/NewCurrentQuestionGuid&gt;
&lt;/QuestionnaireNavigationResult&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;QuestionnaireNavigationResult xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Code&gt;Failed&lt;/Code&gt;
  &lt;NewCurrentQuestionGuid&gt;8a9ad027-8de9-4cc2-974c-b94207a2b269&lt;/NewCurrentQuestionGuid&gt;
&lt;/QuestionnaireNavigationResult&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/{questionnaireGuid}/Chapters">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/{questionnaireGuid}/Chapters" /> 
                <method name="GET">
                    <request>
 
                            <param name="questionnaireGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;6db34de1-c2f3-47b0-b899-419b6f6e8e0e&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;4bec50f3-43c8-4df2-a1ec-5412f951e80e&quot;,
    &quot;HideUnansweredQuestions&quot;: true,
    &quot;VisibleOnCarePlan&quot;: true,
    &quot;VisibleOnClientCard&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;6db34de1-c2f3-47b0-b899-419b6f6e8e0e&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;4bec50f3-43c8-4df2-a1ec-5412f951e80e&quot;,
    &quot;HideUnansweredQuestions&quot;: true,
    &quot;VisibleOnCarePlan&quot;: true,
    &quot;VisibleOnClientCard&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfQuestionnaireChapter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireChapter&gt;
    &lt;Guid&gt;6db34de1-c2f3-47b0-b899-419b6f6e8e0e&lt;/Guid&gt;
    &lt;HideUnansweredQuestions&gt;true&lt;/HideUnansweredQuestions&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;QuestionnaireGuid&gt;4bec50f3-43c8-4df2-a1ec-5412f951e80e&lt;/QuestionnaireGuid&gt;
    &lt;VisibleOnCarePlan&gt;true&lt;/VisibleOnCarePlan&gt;
    &lt;VisibleOnClientCard&gt;true&lt;/VisibleOnClientCard&gt;
  &lt;/QuestionnaireChapter&gt;
  &lt;QuestionnaireChapter&gt;
    &lt;Guid&gt;6db34de1-c2f3-47b0-b899-419b6f6e8e0e&lt;/Guid&gt;
    &lt;HideUnansweredQuestions&gt;true&lt;/HideUnansweredQuestions&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;QuestionnaireGuid&gt;4bec50f3-43c8-4df2-a1ec-5412f951e80e&lt;/QuestionnaireGuid&gt;
    &lt;VisibleOnCarePlan&gt;true&lt;/VisibleOnCarePlan&gt;
    &lt;VisibleOnClientCard&gt;true&lt;/VisibleOnClientCard&gt;
  &lt;/QuestionnaireChapter&gt;
&lt;/ArrayOfQuestionnaireChapter&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfQuestionnaireChapter xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireChapter&gt;
    &lt;Guid&gt;6db34de1-c2f3-47b0-b899-419b6f6e8e0e&lt;/Guid&gt;
    &lt;HideUnansweredQuestions&gt;true&lt;/HideUnansweredQuestions&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;QuestionnaireGuid&gt;4bec50f3-43c8-4df2-a1ec-5412f951e80e&lt;/QuestionnaireGuid&gt;
    &lt;VisibleOnCarePlan&gt;true&lt;/VisibleOnCarePlan&gt;
    &lt;VisibleOnClientCard&gt;true&lt;/VisibleOnClientCard&gt;
  &lt;/QuestionnaireChapter&gt;
  &lt;QuestionnaireChapter&gt;
    &lt;Guid&gt;6db34de1-c2f3-47b0-b899-419b6f6e8e0e&lt;/Guid&gt;
    &lt;HideUnansweredQuestions&gt;true&lt;/HideUnansweredQuestions&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;QuestionnaireGuid&gt;4bec50f3-43c8-4df2-a1ec-5412f951e80e&lt;/QuestionnaireGuid&gt;
    &lt;VisibleOnCarePlan&gt;true&lt;/VisibleOnCarePlan&gt;
    &lt;VisibleOnClientCard&gt;true&lt;/VisibleOnClientCard&gt;
  &lt;/QuestionnaireChapter&gt;
&lt;/ArrayOfQuestionnaireChapter&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/Create">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/Create" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;QuestionnaireGuid&quot;: &quot;d22356fa-9ebb-40a8-b556-9967781660a3&quot;,
  &quot;RelationId&quot;: 2
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;QuestionnaireGuid&quot;: &quot;d22356fa-9ebb-40a8-b556-9967781660a3&quot;,
  &quot;RelationId&quot;: 2
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;FilledQuestionnaireCreate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireGuid&gt;d22356fa-9ebb-40a8-b556-9967781660a3&lt;/QuestionnaireGuid&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
&lt;/FilledQuestionnaireCreate&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;FilledQuestionnaireCreate xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireGuid&gt;d22356fa-9ebb-40a8-b556-9967781660a3&lt;/QuestionnaireGuid&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
&lt;/FilledQuestionnaireCreate&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/Lock">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/Lock" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>1</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>1</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;long xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/long&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;long xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/long&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/Status">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/Status" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;FilledQuestionnaireId&quot;: 1,
  &quot;NewStatus&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;FilledQuestionnaireId&quot;: 1,
  &quot;NewStatus&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;FilledQuestionnaireUpdateStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireId&gt;1&lt;/FilledQuestionnaireId&gt;
  &lt;NewStatus&gt;Concept&lt;/NewStatus&gt;
&lt;/FilledQuestionnaireUpdateStatus&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;FilledQuestionnaireUpdateStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireId&gt;1&lt;/FilledQuestionnaireId&gt;
  &lt;NewStatus&gt;Concept&lt;/NewStatus&gt;
&lt;/FilledQuestionnaireUpdateStatus&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/Unlock">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/Unlock" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>1</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>1</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;long xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/long&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;long xmlns=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;1&lt;/long&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/UpdateAnswer">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/UpdateAnswer" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;QuestionGuid&quot;: &quot;065c0b46-faf9-4e37-aa38-8f5c0323da7a&quot;,
  &quot;AnswerText&quot;: &quot;sample string 3&quot;,
  &quot;AnswerNumber&quot;: 1.0,
  &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:56.3696777+02:00&quot;,
  &quot;Explanation&quot;: &quot;sample string 4&quot;,
  &quot;SelectedAnswerPossibilityGuids&quot;: [
    &quot;a7cdd975-1fc8-4b28-8255-c0b9c7fbdb65&quot;,
    &quot;ca9be072-b0bb-41dc-aaaf-5a6d4961a1d1&quot;
  ],
  &quot;PossibleToNavigateTo&quot;: true
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;QuestionGuid&quot;: &quot;065c0b46-faf9-4e37-aa38-8f5c0323da7a&quot;,
  &quot;AnswerText&quot;: &quot;sample string 3&quot;,
  &quot;AnswerNumber&quot;: 1.0,
  &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:56.3696777+02:00&quot;,
  &quot;Explanation&quot;: &quot;sample string 4&quot;,
  &quot;SelectedAnswerPossibilityGuids&quot;: [
    &quot;a7cdd975-1fc8-4b28-8255-c0b9c7fbdb65&quot;,
    &quot;ca9be072-b0bb-41dc-aaaf-5a6d4961a1d1&quot;
  ],
  &quot;PossibleToNavigateTo&quot;: true
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;FilledQuestionnaireQuestionAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;AnswerDateTime&gt;2026-05-26T23:13:56.3696777+02:00&lt;/AnswerDateTime&gt;
  &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
  &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
  &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
  &lt;QuestionGuid&gt;065c0b46-faf9-4e37-aa38-8f5c0323da7a&lt;/QuestionGuid&gt;
  &lt;SelectedAnswerPossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;a7cdd975-1fc8-4b28-8255-c0b9c7fbdb65&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;ca9be072-b0bb-41dc-aaaf-5a6d4961a1d1&lt;/d2p1:guid&gt;
  &lt;/SelectedAnswerPossibilityGuids&gt;
&lt;/FilledQuestionnaireQuestionAnswer&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;FilledQuestionnaireQuestionAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;AnswerDateTime&gt;2026-05-26T23:13:56.3696777+02:00&lt;/AnswerDateTime&gt;
  &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
  &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
  &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
  &lt;QuestionGuid&gt;065c0b46-faf9-4e37-aa38-8f5c0323da7a&lt;/QuestionGuid&gt;
  &lt;SelectedAnswerPossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;a7cdd975-1fc8-4b28-8255-c0b9c7fbdb65&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;ca9be072-b0bb-41dc-aaaf-5a6d4961a1d1&lt;/d2p1:guid&gt;
  &lt;/SelectedAnswerPossibilityGuids&gt;
&lt;/FilledQuestionnaireQuestionAnswer&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires/UpdateAnswers">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires/UpdateAnswers" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;QuestionGuid&quot;: &quot;f9601203-056f-4d61-9c75-7c97562f8e07&quot;,
    &quot;AnswerText&quot;: &quot;sample string 3&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T22:06:10.8474873+02:00&quot;,
    &quot;Explanation&quot;: &quot;sample string 4&quot;,
    &quot;SelectedAnswerPossibilityGuids&quot;: [
      &quot;2b3a3da7-340b-480f-9a26-501db5bf235a&quot;,
      &quot;eed379e9-93bf-48b3-ac12-d560ab23f598&quot;
    ],
    &quot;PossibleToNavigateTo&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;QuestionGuid&quot;: &quot;f9601203-056f-4d61-9c75-7c97562f8e07&quot;,
    &quot;AnswerText&quot;: &quot;sample string 3&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T22:06:10.8474873+02:00&quot;,
    &quot;Explanation&quot;: &quot;sample string 4&quot;,
    &quot;SelectedAnswerPossibilityGuids&quot;: [
      &quot;2b3a3da7-340b-480f-9a26-501db5bf235a&quot;,
      &quot;eed379e9-93bf-48b3-ac12-d560ab23f598&quot;
    ],
    &quot;PossibleToNavigateTo&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ArrayOfFilledQuestionnaireQuestionAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:06:10.8474873+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
    &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
    &lt;QuestionGuid&gt;f9601203-056f-4d61-9c75-7c97562f8e07&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;2b3a3da7-340b-480f-9a26-501db5bf235a&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;eed379e9-93bf-48b3-ac12-d560ab23f598&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:06:10.8474873+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
    &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
    &lt;QuestionGuid&gt;f9601203-056f-4d61-9c75-7c97562f8e07&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;2b3a3da7-340b-480f-9a26-501db5bf235a&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;eed379e9-93bf-48b3-ac12-d560ab23f598&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
&lt;/ArrayOfFilledQuestionnaireQuestionAnswer&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ArrayOfFilledQuestionnaireQuestionAnswer xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:06:10.8474873+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
    &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
    &lt;QuestionGuid&gt;f9601203-056f-4d61-9c75-7c97562f8e07&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;2b3a3da7-340b-480f-9a26-501db5bf235a&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;eed379e9-93bf-48b3-ac12-d560ab23f598&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:06:10.8474873+02:00&lt;/AnswerDateTime&gt;
    &lt;AnswerNumber&gt;1&lt;/AnswerNumber&gt;
    &lt;AnswerText&gt;sample string 3&lt;/AnswerText&gt;
    &lt;Explanation&gt;sample string 4&lt;/Explanation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;PossibleToNavigateTo&gt;true&lt;/PossibleToNavigateTo&gt;
    &lt;QuestionGuid&gt;f9601203-056f-4d61-9c75-7c97562f8e07&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;2b3a3da7-340b-480f-9a26-501db5bf235a&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;eed379e9-93bf-48b3-ac12-d560ab23f598&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
&lt;/ArrayOfFilledQuestionnaireQuestionAnswer&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientId={clientId}">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;85ebba4f-c81d-4f7b-b4ee-c2032a4b672d&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T23:13:56.4160956+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:56.4160956+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T23:13:56.4160956+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;85ebba4f-c81d-4f7b-b4ee-c2032a4b672d&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T23:13:56.4160956+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:56.4160956+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T23:13:56.4160956+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;85ebba4f-c81d-4f7b-b4ee-c2032a4b672d&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;85ebba4f-c81d-4f7b-b4ee-c2032a4b672d&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;85ebba4f-c81d-4f7b-b4ee-c2032a4b672d&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.4160956+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;85ebba4f-c81d-4f7b-b4ee-c2032a4b672d&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientId={clientId}&amp;filledQuestionnairesStatus={filledQuestionnairesStatus}">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientId={clientId}&amp;filledQuestionnairesStatus={filledQuestionnairesStatus}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="filledQuestionnairesStatus"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;ce06886b-2234-4151-a166-0a22ac07f9c1&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T22:06:05.260096+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T22:06:05.260096+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T22:06:05.260096+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;ce06886b-2234-4151-a166-0a22ac07f9c1&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T22:06:05.260096+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T22:06:05.260096+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T22:06:05.260096+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;ce06886b-2234-4151-a166-0a22ac07f9c1&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;ce06886b-2234-4151-a166-0a22ac07f9c1&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;ce06886b-2234-4151-a166-0a22ac07f9c1&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T22:06:05.260096+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;ce06886b-2234-4151-a166-0a22ac07f9c1&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientId={clientId}&amp;questionnaireGuid={questionnaireGuid}">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientId={clientId}&amp;questionnaireGuid={questionnaireGuid}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="questionnaireGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;18b930cf-a919-4aaf-9f3d-08e2dd1ed04f&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T23:13:56.4317183+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:56.4317183+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T23:13:56.4317183+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;18b930cf-a919-4aaf-9f3d-08e2dd1ed04f&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T23:13:56.4317183+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:56.4317183+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T23:13:56.4317183+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;18b930cf-a919-4aaf-9f3d-08e2dd1ed04f&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;18b930cf-a919-4aaf-9f3d-08e2dd1ed04f&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;18b930cf-a919-4aaf-9f3d-08e2dd1ed04f&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.4317183+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;18b930cf-a919-4aaf-9f3d-08e2dd1ed04f&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;56be5694-c855-4d90-a605-33c86a942842&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;56be5694-c855-4d90-a605-33c86a942842&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T23:13:56.916104+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;56be5694-c855-4d90-a605-33c86a942842&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;56be5694-c855-4d90-a605-33c86a942842&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;56be5694-c855-4d90-a605-33c86a942842&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T23:13:56.916104+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;56be5694-c855-4d90-a605-33c86a942842&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;filledQuestionnairesStatus={filledQuestionnairesStatus}">
                <doc title="PlanCare2Api/Questionnaires/FilledQuestionnaires?clientIds[0]={clientIds[0]}&amp;clientIds[1]={clientIds[1]}&amp;filledQuestionnairesStatus={filledQuestionnairesStatus}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="filledQuestionnairesStatus"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;1d8b4c16-182f-48a7-b023-102d55edc12f&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T22:08:27.2258788+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T22:08:27.2258788+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T22:08:27.2258788+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;ClientId&quot;: 4,
    &quot;Status&quot;: 1,
    &quot;StatusDescription&quot;: &quot;sample string 5&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;1d8b4c16-182f-48a7-b023-102d55edc12f&quot;,
    &quot;QuestionnaireName&quot;: &quot;sample string 7&quot;,
    &quot;QuestionnaireVersion&quot;: &quot;sample string 8&quot;,
    &quot;CreatedBy&quot;: &quot;sample string 9&quot;,
    &quot;CreatedOn&quot;: &quot;2026-05-26T22:08:27.2258788+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T22:08:27.2258788+02:00&quot;,
    &quot;Locked&quot;: true,
    &quot;LockedByLoggedOnAccessUser&quot;: true,
    &quot;LockedBy&quot;: &quot;sample string 14&quot;,
    &quot;LockedOn&quot;: &quot;2026-05-26T22:08:27.2258788+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;1d8b4c16-182f-48a7-b023-102d55edc12f&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;1d8b4c16-182f-48a7-b023-102d55edc12f&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfFilledQuestionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;1d8b4c16-182f-48a7-b023-102d55edc12f&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
  &lt;FilledQuestionnaire&gt;
    &lt;ClientId&gt;4&lt;/ClientId&gt;
    &lt;CreatedBy&gt;sample string 9&lt;/CreatedBy&gt;
    &lt;CreatedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/CreatedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LastChangedBy&gt;sample string 11&lt;/LastChangedBy&gt;
    &lt;LastChangedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/LastChangedOn&gt;
    &lt;Locked&gt;true&lt;/Locked&gt;
    &lt;LockedBy&gt;sample string 14&lt;/LockedBy&gt;
    &lt;LockedByLoggedOnAccessUser&gt;true&lt;/LockedByLoggedOnAccessUser&gt;
    &lt;LockedOn&gt;2026-05-26T22:08:27.2258788+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;1d8b4c16-182f-48a7-b023-102d55edc12f&lt;/QuestionnaireGuid&gt;
    &lt;QuestionnaireName&gt;sample string 7&lt;/QuestionnaireName&gt;
    &lt;QuestionnaireVersion&gt;sample string 8&lt;/QuestionnaireVersion&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDescription&gt;sample string 5&lt;/StatusDescription&gt;
  &lt;/FilledQuestionnaire&gt;
&lt;/ArrayOfFilledQuestionnaire&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/Questionnaires/{questionnaireGuid}">
                <doc title="PlanCare2Api/Questionnaires/Questionnaires/{questionnaireGuid}" /> 
                <method name="GET">
                    <request>
 
                            <param name="questionnaireGuid"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Guid&quot;: &quot;10a3f92c-070d-4058-ae38-60bea28a1878&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;Version&quot;: &quot;sample string 4&quot;,
  &quot;QuestionCategories&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Guid&quot;: &quot;6de5b5b2-dfb8-41cc-a910-089503ba5911&quot;,
      &quot;Rank&quot;: 2,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;StartCollapsed&quot;: true,
      &quot;Questions&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Guid&quot;: &quot;87e9b558-2a79-4737-9ed6-ec602f6be55d&quot;,
          &quot;Rank&quot;: 2,
          &quot;Name&quot;: &quot;sample string 3&quot;,
          &quot;Code&quot;: &quot;sample string 4&quot;,
          &quot;Description&quot;: &quot;sample string 5&quot;,
          &quot;QuestionCategoryName&quot;: &quot;sample string 6&quot;,
          &quot;AnswerIsRequired&quot;: true,
          &quot;AllowAnswerExplanation&quot;: true,
          &quot;Type&quot;: 1,
          &quot;AnswerPossibilities&quot;: [
            {
              &quot;$id&quot;: &quot;4&quot;,
              &quot;Guid&quot;: &quot;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&quot;,
              &quot;Rank&quot;: 2,
              &quot;Answer&quot;: &quot;sample string 3&quot;,
              &quot;IsDefaultValue&quot;: true,
              &quot;IsActive&quot;: true,
              &quot;NavigationOption&quot;: 0,
              &quot;NextQuestionGuid&quot;: &quot;1e887a3d-87fe-4237-91d4-418e02f8fb4e&quot;
            },
            {
              &quot;$ref&quot;: &quot;4&quot;
            }
          ],
          &quot;QuestionText&quot;: {
            &quot;$id&quot;: &quot;5&quot;,
            &quot;MaximumLength&quot;: 1,
            &quot;DefaultValue&quot;: &quot;sample string 1&quot;,
            &quot;Format&quot;: true,
            &quot;EnableSpellcheck&quot;: true
          },
          &quot;QuestionNumber&quot;: {
            &quot;$id&quot;: &quot;6&quot;,
            &quot;Decimals&quot;: 1,
            &quot;MinimumValue&quot;: 1.0,
            &quot;MaximumValue&quot;: 1.0,
            &quot;DefaultValue&quot;: 1.0
          },
          &quot;QuestionDate&quot;: {
            &quot;$id&quot;: &quot;7&quot;,
            &quot;DefaultValueOption&quot;: 1,
            &quot;CustomDefaultValue&quot;: &quot;2026-05-26T22:07:01.3775764+02:00&quot;,
            &quot;AllowedValueOption&quot;: 1,
            &quot;IncludeTime&quot;: true
          },
          &quot;NavigationOption&quot;: 0,
          &quot;NextQuestionGuid&quot;: &quot;c05bc93c-95ce-4fae-b65e-004dd9246f43&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ChildQuestionCategories&quot;: [
        {
          &quot;$ref&quot;: &quot;2&quot;
        },
        {
          &quot;$ref&quot;: &quot;2&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Questions&quot;: [
    {
      &quot;$ref&quot;: &quot;3&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Guid&quot;: &quot;10a3f92c-070d-4058-ae38-60bea28a1878&quot;,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;,
  &quot;Version&quot;: &quot;sample string 4&quot;,
  &quot;QuestionCategories&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Guid&quot;: &quot;6de5b5b2-dfb8-41cc-a910-089503ba5911&quot;,
      &quot;Rank&quot;: 2,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;StartCollapsed&quot;: true,
      &quot;Questions&quot;: [
        {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Guid&quot;: &quot;87e9b558-2a79-4737-9ed6-ec602f6be55d&quot;,
          &quot;Rank&quot;: 2,
          &quot;Name&quot;: &quot;sample string 3&quot;,
          &quot;Code&quot;: &quot;sample string 4&quot;,
          &quot;Description&quot;: &quot;sample string 5&quot;,
          &quot;QuestionCategoryName&quot;: &quot;sample string 6&quot;,
          &quot;AnswerIsRequired&quot;: true,
          &quot;AllowAnswerExplanation&quot;: true,
          &quot;Type&quot;: 1,
          &quot;AnswerPossibilities&quot;: [
            {
              &quot;$id&quot;: &quot;4&quot;,
              &quot;Guid&quot;: &quot;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&quot;,
              &quot;Rank&quot;: 2,
              &quot;Answer&quot;: &quot;sample string 3&quot;,
              &quot;IsDefaultValue&quot;: true,
              &quot;IsActive&quot;: true,
              &quot;NavigationOption&quot;: 0,
              &quot;NextQuestionGuid&quot;: &quot;1e887a3d-87fe-4237-91d4-418e02f8fb4e&quot;
            },
            {
              &quot;$ref&quot;: &quot;4&quot;
            }
          ],
          &quot;QuestionText&quot;: {
            &quot;$id&quot;: &quot;5&quot;,
            &quot;MaximumLength&quot;: 1,
            &quot;DefaultValue&quot;: &quot;sample string 1&quot;,
            &quot;Format&quot;: true,
            &quot;EnableSpellcheck&quot;: true
          },
          &quot;QuestionNumber&quot;: {
            &quot;$id&quot;: &quot;6&quot;,
            &quot;Decimals&quot;: 1,
            &quot;MinimumValue&quot;: 1.0,
            &quot;MaximumValue&quot;: 1.0,
            &quot;DefaultValue&quot;: 1.0
          },
          &quot;QuestionDate&quot;: {
            &quot;$id&quot;: &quot;7&quot;,
            &quot;DefaultValueOption&quot;: 1,
            &quot;CustomDefaultValue&quot;: &quot;2026-05-26T22:07:01.3775764+02:00&quot;,
            &quot;AllowedValueOption&quot;: 1,
            &quot;IncludeTime&quot;: true
          },
          &quot;NavigationOption&quot;: 0,
          &quot;NextQuestionGuid&quot;: &quot;c05bc93c-95ce-4fae-b65e-004dd9246f43&quot;
        },
        {
          &quot;$ref&quot;: &quot;3&quot;
        }
      ],
      &quot;ChildQuestionCategories&quot;: [
        {
          &quot;$ref&quot;: &quot;2&quot;
        },
        {
          &quot;$ref&quot;: &quot;2&quot;
        }
      ]
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Questions&quot;: [
    {
      &quot;$ref&quot;: &quot;3&quot;
    },
    {
      &quot;$ref&quot;: &quot;3&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;Questionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;Guid&gt;10a3f92c-070d-4058-ae38-60bea28a1878&lt;/Guid&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;QuestionCategories&gt;
    &lt;QuestionnaireQuestionCategory z:Id=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;
      &lt;ChildQuestionCategories&gt;
        &lt;QuestionnaireQuestionCategory z:Ref=&quot;i1&quot; /&gt;
        &lt;QuestionnaireQuestionCategory z:Ref=&quot;i1&quot; /&gt;
      &lt;/ChildQuestionCategories&gt;
      &lt;Guid&gt;6de5b5b2-dfb8-41cc-a910-089503ba5911&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;Questions&gt;
        &lt;QuestionnaireQuestion&gt;
          &lt;AllowAnswerExplanation&gt;true&lt;/AllowAnswerExplanation&gt;
          &lt;AnswerIsRequired&gt;true&lt;/AnswerIsRequired&gt;
          &lt;AnswerPossibilities&gt;
            &lt;QuestionnaireQuestionAnswerPossibility&gt;
              &lt;Answer&gt;sample string 3&lt;/Answer&gt;
              &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
              &lt;IsActive&gt;true&lt;/IsActive&gt;
              &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
              &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
              &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
              &lt;Rank&gt;2&lt;/Rank&gt;
            &lt;/QuestionnaireQuestionAnswerPossibility&gt;
            &lt;QuestionnaireQuestionAnswerPossibility&gt;
              &lt;Answer&gt;sample string 3&lt;/Answer&gt;
              &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
              &lt;IsActive&gt;true&lt;/IsActive&gt;
              &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
              &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
              &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
              &lt;Rank&gt;2&lt;/Rank&gt;
            &lt;/QuestionnaireQuestionAnswerPossibility&gt;
          &lt;/AnswerPossibilities&gt;
          &lt;Code&gt;sample string 4&lt;/Code&gt;
          &lt;Description&gt;sample string 5&lt;/Description&gt;
          &lt;Guid&gt;87e9b558-2a79-4737-9ed6-ec602f6be55d&lt;/Guid&gt;
          &lt;Name&gt;sample string 3&lt;/Name&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;c05bc93c-95ce-4fae-b65e-004dd9246f43&lt;/NextQuestionGuid&gt;
          &lt;QuestionCategoryName&gt;sample string 6&lt;/QuestionCategoryName&gt;
          &lt;QuestionDate&gt;
            &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
            &lt;CustomDefaultValue&gt;2026-05-26T22:07:01.3775764+02:00&lt;/CustomDefaultValue&gt;
            &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
            &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
          &lt;/QuestionDate&gt;
          &lt;QuestionNumber&gt;
            &lt;Decimals&gt;1&lt;/Decimals&gt;
            &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
            &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
            &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
          &lt;/QuestionNumber&gt;
          &lt;QuestionText&gt;
            &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
            &lt;EnableSpellcheck&gt;true&lt;/EnableSpellcheck&gt;
            &lt;Format&gt;true&lt;/Format&gt;
            &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
          &lt;/QuestionText&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
          &lt;Type&gt;MultipleChoice&lt;/Type&gt;
        &lt;/QuestionnaireQuestion&gt;
        &lt;QuestionnaireQuestion&gt;
          &lt;AllowAnswerExplanation&gt;true&lt;/AllowAnswerExplanation&gt;
          &lt;AnswerIsRequired&gt;true&lt;/AnswerIsRequired&gt;
          &lt;AnswerPossibilities&gt;
            &lt;QuestionnaireQuestionAnswerPossibility&gt;
              &lt;Answer&gt;sample string 3&lt;/Answer&gt;
              &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
              &lt;IsActive&gt;true&lt;/IsActive&gt;
              &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
              &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
              &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
              &lt;Rank&gt;2&lt;/Rank&gt;
            &lt;/QuestionnaireQuestionAnswerPossibility&gt;
            &lt;QuestionnaireQuestionAnswerPossibility&gt;
              &lt;Answer&gt;sample string 3&lt;/Answer&gt;
              &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
              &lt;IsActive&gt;true&lt;/IsActive&gt;
              &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
              &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
              &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
              &lt;Rank&gt;2&lt;/Rank&gt;
            &lt;/QuestionnaireQuestionAnswerPossibility&gt;
          &lt;/AnswerPossibilities&gt;
          &lt;Code&gt;sample string 4&lt;/Code&gt;
          &lt;Description&gt;sample string 5&lt;/Description&gt;
          &lt;Guid&gt;87e9b558-2a79-4737-9ed6-ec602f6be55d&lt;/Guid&gt;
          &lt;Name&gt;sample string 3&lt;/Name&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;c05bc93c-95ce-4fae-b65e-004dd9246f43&lt;/NextQuestionGuid&gt;
          &lt;QuestionCategoryName&gt;sample string 6&lt;/QuestionCategoryName&gt;
          &lt;QuestionDate&gt;
            &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
            &lt;CustomDefaultValue&gt;2026-05-26T22:07:01.3775764+02:00&lt;/CustomDefaultValue&gt;
            &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
            &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
          &lt;/QuestionDate&gt;
          &lt;QuestionNumber&gt;
            &lt;Decimals&gt;1&lt;/Decimals&gt;
            &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
            &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
            &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
          &lt;/QuestionNumber&gt;
          &lt;QuestionText&gt;
            &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
            &lt;EnableSpellcheck&gt;true&lt;/EnableSpellcheck&gt;
            &lt;Format&gt;true&lt;/Format&gt;
            &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
          &lt;/QuestionText&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
          &lt;Type&gt;MultipleChoice&lt;/Type&gt;
        &lt;/QuestionnaireQuestion&gt;
      &lt;/Questions&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;StartCollapsed&gt;true&lt;/StartCollapsed&gt;
    &lt;/QuestionnaireQuestionCategory&gt;
    &lt;QuestionnaireQuestionCategory z:Ref=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot; /&gt;
  &lt;/QuestionCategories&gt;
  &lt;Questions&gt;
    &lt;QuestionnaireQuestion&gt;
      &lt;AllowAnswerExplanation&gt;true&lt;/AllowAnswerExplanation&gt;
      &lt;AnswerIsRequired&gt;true&lt;/AnswerIsRequired&gt;
      &lt;AnswerPossibilities&gt;
        &lt;QuestionnaireQuestionAnswerPossibility&gt;
          &lt;Answer&gt;sample string 3&lt;/Answer&gt;
          &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;/QuestionnaireQuestionAnswerPossibility&gt;
        &lt;QuestionnaireQuestionAnswerPossibility&gt;
          &lt;Answer&gt;sample string 3&lt;/Answer&gt;
          &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;/QuestionnaireQuestionAnswerPossibility&gt;
      &lt;/AnswerPossibilities&gt;
      &lt;Code&gt;sample string 4&lt;/Code&gt;
      &lt;Description&gt;sample string 5&lt;/Description&gt;
      &lt;Guid&gt;87e9b558-2a79-4737-9ed6-ec602f6be55d&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
      &lt;NextQuestionGuid&gt;c05bc93c-95ce-4fae-b65e-004dd9246f43&lt;/NextQuestionGuid&gt;
      &lt;QuestionCategoryName&gt;sample string 6&lt;/QuestionCategoryName&gt;
      &lt;QuestionDate&gt;
        &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
        &lt;CustomDefaultValue&gt;2026-05-26T22:07:01.3775764+02:00&lt;/CustomDefaultValue&gt;
        &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
        &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
      &lt;/QuestionDate&gt;
      &lt;QuestionNumber&gt;
        &lt;Decimals&gt;1&lt;/Decimals&gt;
        &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
        &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
        &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
      &lt;/QuestionNumber&gt;
      &lt;QuestionText&gt;
        &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
        &lt;EnableSpellcheck&gt;true&lt;/EnableSpellcheck&gt;
        &lt;Format&gt;true&lt;/Format&gt;
        &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
      &lt;/QuestionText&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Type&gt;MultipleChoice&lt;/Type&gt;
    &lt;/QuestionnaireQuestion&gt;
    &lt;QuestionnaireQuestion&gt;
      &lt;AllowAnswerExplanation&gt;true&lt;/AllowAnswerExplanation&gt;
      &lt;AnswerIsRequired&gt;true&lt;/AnswerIsRequired&gt;
      &lt;AnswerPossibilities&gt;
        &lt;QuestionnaireQuestionAnswerPossibility&gt;
          &lt;Answer&gt;sample string 3&lt;/Answer&gt;
          &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;/QuestionnaireQuestionAnswerPossibility&gt;
        &lt;QuestionnaireQuestionAnswerPossibility&gt;
          &lt;Answer&gt;sample string 3&lt;/Answer&gt;
          &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;/QuestionnaireQuestionAnswerPossibility&gt;
      &lt;/AnswerPossibilities&gt;
      &lt;Code&gt;sample string 4&lt;/Code&gt;
      &lt;Description&gt;sample string 5&lt;/Description&gt;
      &lt;Guid&gt;87e9b558-2a79-4737-9ed6-ec602f6be55d&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
      &lt;NextQuestionGuid&gt;c05bc93c-95ce-4fae-b65e-004dd9246f43&lt;/NextQuestionGuid&gt;
      &lt;QuestionCategoryName&gt;sample string 6&lt;/QuestionCategoryName&gt;
      &lt;QuestionDate&gt;
        &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
        &lt;CustomDefaultValue&gt;2026-05-26T22:07:01.3775764+02:00&lt;/CustomDefaultValue&gt;
        &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
        &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
      &lt;/QuestionDate&gt;
      &lt;QuestionNumber&gt;
        &lt;Decimals&gt;1&lt;/Decimals&gt;
        &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
        &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
        &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
      &lt;/QuestionNumber&gt;
      &lt;QuestionText&gt;
        &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
        &lt;EnableSpellcheck&gt;true&lt;/EnableSpellcheck&gt;
        &lt;Format&gt;true&lt;/Format&gt;
        &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
      &lt;/QuestionText&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Type&gt;MultipleChoice&lt;/Type&gt;
    &lt;/QuestionnaireQuestion&gt;
  &lt;/Questions&gt;
  &lt;Version&gt;sample string 4&lt;/Version&gt;
&lt;/Questionnaire&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;Questionnaire xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;Guid&gt;10a3f92c-070d-4058-ae38-60bea28a1878&lt;/Guid&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;QuestionCategories&gt;
    &lt;QuestionnaireQuestionCategory z:Id=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot;&gt;
      &lt;ChildQuestionCategories&gt;
        &lt;QuestionnaireQuestionCategory z:Ref=&quot;i1&quot; /&gt;
        &lt;QuestionnaireQuestionCategory z:Ref=&quot;i1&quot; /&gt;
      &lt;/ChildQuestionCategories&gt;
      &lt;Guid&gt;6de5b5b2-dfb8-41cc-a910-089503ba5911&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;Questions&gt;
        &lt;QuestionnaireQuestion&gt;
          &lt;AllowAnswerExplanation&gt;true&lt;/AllowAnswerExplanation&gt;
          &lt;AnswerIsRequired&gt;true&lt;/AnswerIsRequired&gt;
          &lt;AnswerPossibilities&gt;
            &lt;QuestionnaireQuestionAnswerPossibility&gt;
              &lt;Answer&gt;sample string 3&lt;/Answer&gt;
              &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
              &lt;IsActive&gt;true&lt;/IsActive&gt;
              &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
              &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
              &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
              &lt;Rank&gt;2&lt;/Rank&gt;
            &lt;/QuestionnaireQuestionAnswerPossibility&gt;
            &lt;QuestionnaireQuestionAnswerPossibility&gt;
              &lt;Answer&gt;sample string 3&lt;/Answer&gt;
              &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
              &lt;IsActive&gt;true&lt;/IsActive&gt;
              &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
              &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
              &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
              &lt;Rank&gt;2&lt;/Rank&gt;
            &lt;/QuestionnaireQuestionAnswerPossibility&gt;
          &lt;/AnswerPossibilities&gt;
          &lt;Code&gt;sample string 4&lt;/Code&gt;
          &lt;Description&gt;sample string 5&lt;/Description&gt;
          &lt;Guid&gt;87e9b558-2a79-4737-9ed6-ec602f6be55d&lt;/Guid&gt;
          &lt;Name&gt;sample string 3&lt;/Name&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;c05bc93c-95ce-4fae-b65e-004dd9246f43&lt;/NextQuestionGuid&gt;
          &lt;QuestionCategoryName&gt;sample string 6&lt;/QuestionCategoryName&gt;
          &lt;QuestionDate&gt;
            &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
            &lt;CustomDefaultValue&gt;2026-05-26T22:07:01.3775764+02:00&lt;/CustomDefaultValue&gt;
            &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
            &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
          &lt;/QuestionDate&gt;
          &lt;QuestionNumber&gt;
            &lt;Decimals&gt;1&lt;/Decimals&gt;
            &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
            &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
            &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
          &lt;/QuestionNumber&gt;
          &lt;QuestionText&gt;
            &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
            &lt;EnableSpellcheck&gt;true&lt;/EnableSpellcheck&gt;
            &lt;Format&gt;true&lt;/Format&gt;
            &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
          &lt;/QuestionText&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
          &lt;Type&gt;MultipleChoice&lt;/Type&gt;
        &lt;/QuestionnaireQuestion&gt;
        &lt;QuestionnaireQuestion&gt;
          &lt;AllowAnswerExplanation&gt;true&lt;/AllowAnswerExplanation&gt;
          &lt;AnswerIsRequired&gt;true&lt;/AnswerIsRequired&gt;
          &lt;AnswerPossibilities&gt;
            &lt;QuestionnaireQuestionAnswerPossibility&gt;
              &lt;Answer&gt;sample string 3&lt;/Answer&gt;
              &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
              &lt;IsActive&gt;true&lt;/IsActive&gt;
              &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
              &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
              &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
              &lt;Rank&gt;2&lt;/Rank&gt;
            &lt;/QuestionnaireQuestionAnswerPossibility&gt;
            &lt;QuestionnaireQuestionAnswerPossibility&gt;
              &lt;Answer&gt;sample string 3&lt;/Answer&gt;
              &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
              &lt;IsActive&gt;true&lt;/IsActive&gt;
              &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
              &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
              &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
              &lt;Rank&gt;2&lt;/Rank&gt;
            &lt;/QuestionnaireQuestionAnswerPossibility&gt;
          &lt;/AnswerPossibilities&gt;
          &lt;Code&gt;sample string 4&lt;/Code&gt;
          &lt;Description&gt;sample string 5&lt;/Description&gt;
          &lt;Guid&gt;87e9b558-2a79-4737-9ed6-ec602f6be55d&lt;/Guid&gt;
          &lt;Name&gt;sample string 3&lt;/Name&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;c05bc93c-95ce-4fae-b65e-004dd9246f43&lt;/NextQuestionGuid&gt;
          &lt;QuestionCategoryName&gt;sample string 6&lt;/QuestionCategoryName&gt;
          &lt;QuestionDate&gt;
            &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
            &lt;CustomDefaultValue&gt;2026-05-26T22:07:01.3775764+02:00&lt;/CustomDefaultValue&gt;
            &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
            &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
          &lt;/QuestionDate&gt;
          &lt;QuestionNumber&gt;
            &lt;Decimals&gt;1&lt;/Decimals&gt;
            &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
            &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
            &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
          &lt;/QuestionNumber&gt;
          &lt;QuestionText&gt;
            &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
            &lt;EnableSpellcheck&gt;true&lt;/EnableSpellcheck&gt;
            &lt;Format&gt;true&lt;/Format&gt;
            &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
          &lt;/QuestionText&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
          &lt;Type&gt;MultipleChoice&lt;/Type&gt;
        &lt;/QuestionnaireQuestion&gt;
      &lt;/Questions&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;StartCollapsed&gt;true&lt;/StartCollapsed&gt;
    &lt;/QuestionnaireQuestionCategory&gt;
    &lt;QuestionnaireQuestionCategory z:Ref=&quot;i1&quot; xmlns:z=&quot;http://schemas.microsoft.com/2003/10/Serialization/&quot; /&gt;
  &lt;/QuestionCategories&gt;
  &lt;Questions&gt;
    &lt;QuestionnaireQuestion&gt;
      &lt;AllowAnswerExplanation&gt;true&lt;/AllowAnswerExplanation&gt;
      &lt;AnswerIsRequired&gt;true&lt;/AnswerIsRequired&gt;
      &lt;AnswerPossibilities&gt;
        &lt;QuestionnaireQuestionAnswerPossibility&gt;
          &lt;Answer&gt;sample string 3&lt;/Answer&gt;
          &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;/QuestionnaireQuestionAnswerPossibility&gt;
        &lt;QuestionnaireQuestionAnswerPossibility&gt;
          &lt;Answer&gt;sample string 3&lt;/Answer&gt;
          &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;/QuestionnaireQuestionAnswerPossibility&gt;
      &lt;/AnswerPossibilities&gt;
      &lt;Code&gt;sample string 4&lt;/Code&gt;
      &lt;Description&gt;sample string 5&lt;/Description&gt;
      &lt;Guid&gt;87e9b558-2a79-4737-9ed6-ec602f6be55d&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
      &lt;NextQuestionGuid&gt;c05bc93c-95ce-4fae-b65e-004dd9246f43&lt;/NextQuestionGuid&gt;
      &lt;QuestionCategoryName&gt;sample string 6&lt;/QuestionCategoryName&gt;
      &lt;QuestionDate&gt;
        &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
        &lt;CustomDefaultValue&gt;2026-05-26T22:07:01.3775764+02:00&lt;/CustomDefaultValue&gt;
        &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
        &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
      &lt;/QuestionDate&gt;
      &lt;QuestionNumber&gt;
        &lt;Decimals&gt;1&lt;/Decimals&gt;
        &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
        &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
        &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
      &lt;/QuestionNumber&gt;
      &lt;QuestionText&gt;
        &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
        &lt;EnableSpellcheck&gt;true&lt;/EnableSpellcheck&gt;
        &lt;Format&gt;true&lt;/Format&gt;
        &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
      &lt;/QuestionText&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Type&gt;MultipleChoice&lt;/Type&gt;
    &lt;/QuestionnaireQuestion&gt;
    &lt;QuestionnaireQuestion&gt;
      &lt;AllowAnswerExplanation&gt;true&lt;/AllowAnswerExplanation&gt;
      &lt;AnswerIsRequired&gt;true&lt;/AnswerIsRequired&gt;
      &lt;AnswerPossibilities&gt;
        &lt;QuestionnaireQuestionAnswerPossibility&gt;
          &lt;Answer&gt;sample string 3&lt;/Answer&gt;
          &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;/QuestionnaireQuestionAnswerPossibility&gt;
        &lt;QuestionnaireQuestionAnswerPossibility&gt;
          &lt;Answer&gt;sample string 3&lt;/Answer&gt;
          &lt;Guid&gt;bf75435d-c64d-4914-a6b4-a8c9c17a6fa9&lt;/Guid&gt;
          &lt;IsActive&gt;true&lt;/IsActive&gt;
          &lt;IsDefaultValue&gt;true&lt;/IsDefaultValue&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;1e887a3d-87fe-4237-91d4-418e02f8fb4e&lt;/NextQuestionGuid&gt;
          &lt;Rank&gt;2&lt;/Rank&gt;
        &lt;/QuestionnaireQuestionAnswerPossibility&gt;
      &lt;/AnswerPossibilities&gt;
      &lt;Code&gt;sample string 4&lt;/Code&gt;
      &lt;Description&gt;sample string 5&lt;/Description&gt;
      &lt;Guid&gt;87e9b558-2a79-4737-9ed6-ec602f6be55d&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
      &lt;NextQuestionGuid&gt;c05bc93c-95ce-4fae-b65e-004dd9246f43&lt;/NextQuestionGuid&gt;
      &lt;QuestionCategoryName&gt;sample string 6&lt;/QuestionCategoryName&gt;
      &lt;QuestionDate&gt;
        &lt;AllowedValueOption&gt;AllDates&lt;/AllowedValueOption&gt;
        &lt;CustomDefaultValue&gt;2026-05-26T22:07:01.3775764+02:00&lt;/CustomDefaultValue&gt;
        &lt;DefaultValueOption&gt;NotApplicable&lt;/DefaultValueOption&gt;
        &lt;IncludeTime&gt;true&lt;/IncludeTime&gt;
      &lt;/QuestionDate&gt;
      &lt;QuestionNumber&gt;
        &lt;Decimals&gt;1&lt;/Decimals&gt;
        &lt;DefaultValue&gt;1&lt;/DefaultValue&gt;
        &lt;MaximumValue&gt;1&lt;/MaximumValue&gt;
        &lt;MinimumValue&gt;1&lt;/MinimumValue&gt;
      &lt;/QuestionNumber&gt;
      &lt;QuestionText&gt;
        &lt;DefaultValue&gt;sample string 1&lt;/DefaultValue&gt;
        &lt;EnableSpellcheck&gt;true&lt;/EnableSpellcheck&gt;
        &lt;Format&gt;true&lt;/Format&gt;
        &lt;MaximumLength&gt;1&lt;/MaximumLength&gt;
      &lt;/QuestionText&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
      &lt;Type&gt;MultipleChoice&lt;/Type&gt;
    &lt;/QuestionnaireQuestion&gt;
  &lt;/Questions&gt;
  &lt;Version&gt;sample string 4&lt;/Version&gt;
&lt;/Questionnaire&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Questionnaires/QuestionnairesAvailableForInsert?intendedFor={intendedFor}">
                <doc title="PlanCare2Api/Questionnaires/QuestionnairesAvailableForInsert?intendedFor={intendedFor}" /> 
                <method name="GET">
                    <request>
 
                            <param name="intendedFor"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;825d8fc4-42e8-4de2-928a-1158f8d3a28f&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;CategoryName&quot;: &quot;sample string 3&quot;,
    &quot;Version&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.9317287+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;825d8fc4-42e8-4de2-928a-1158f8d3a28f&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;CategoryName&quot;: &quot;sample string 3&quot;,
    &quot;Version&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:56.9317287+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfQuestionnaireAvailableForInsert xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireAvailableForInsert&gt;
    &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
    &lt;Guid&gt;825d8fc4-42e8-4de2-928a-1158f8d3a28f&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.9317287+02:00&lt;/StartDate&gt;
    &lt;Version&gt;sample string 4&lt;/Version&gt;
  &lt;/QuestionnaireAvailableForInsert&gt;
  &lt;QuestionnaireAvailableForInsert&gt;
    &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
    &lt;Guid&gt;825d8fc4-42e8-4de2-928a-1158f8d3a28f&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.9317287+02:00&lt;/StartDate&gt;
    &lt;Version&gt;sample string 4&lt;/Version&gt;
  &lt;/QuestionnaireAvailableForInsert&gt;
&lt;/ArrayOfQuestionnaireAvailableForInsert&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfQuestionnaireAvailableForInsert xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire&quot;&gt;
  &lt;QuestionnaireAvailableForInsert&gt;
    &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
    &lt;Guid&gt;825d8fc4-42e8-4de2-928a-1158f8d3a28f&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.9317287+02:00&lt;/StartDate&gt;
    &lt;Version&gt;sample string 4&lt;/Version&gt;
  &lt;/QuestionnaireAvailableForInsert&gt;
  &lt;QuestionnaireAvailableForInsert&gt;
    &lt;CategoryName&gt;sample string 3&lt;/CategoryName&gt;
    &lt;Guid&gt;825d8fc4-42e8-4de2-928a-1158f8d3a28f&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:56.9317287+02:00&lt;/StartDate&gt;
    &lt;Version&gt;sample string 4&lt;/Version&gt;
  &lt;/QuestionnaireAvailableForInsert&gt;
&lt;/ArrayOfQuestionnaireAvailableForInsert&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RealizedWorktime?dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/RealizedWorktime?dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeOrganizationEntity&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CostCenter&quot;: &quot;sample string 1&quot;,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Id&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      }
    },
    &quot;EmployeeRegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;EmployeeEmploymentNumber&quot;: &quot;sample string 5&quot;,
    &quot;EmploymentOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ClientOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;Start&quot;: &quot;2026-05-26T23:13:53.9941739+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:53.9941739+02:00&quot;,
    &quot;Amount&quot;: 8,
    &quot;ApprovalLevel&quot;: 9,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelMethod&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeOrganizationEntity&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CostCenter&quot;: &quot;sample string 1&quot;,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Id&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      }
    },
    &quot;EmployeeRegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;EmployeeEmploymentNumber&quot;: &quot;sample string 5&quot;,
    &quot;EmploymentOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ClientOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;Start&quot;: &quot;2026-05-26T23:13:53.9941739+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:53.9941739+02:00&quot;,
    &quot;Amount&quot;: 8,
    &quot;ApprovalLevel&quot;: 9,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelMethod&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRealizedWorktime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:53.9941739+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:53.9941739+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:53.9941739+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:53.9941739+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
&lt;/ArrayOfRealizedWorktime&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRealizedWorktime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:53.9941739+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:53.9941739+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:53.9941739+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:53.9941739+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
&lt;/ArrayOfRealizedWorktime&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RealizedWorktime?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;approvalLevel={approvalLevel}">
                <doc title="PlanCare2Api/RealizedWorktime?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;approvalLevel={approvalLevel}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="approvalLevel"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeOrganizationEntity&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CostCenter&quot;: &quot;sample string 1&quot;,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Id&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      }
    },
    &quot;EmployeeRegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;EmployeeEmploymentNumber&quot;: &quot;sample string 5&quot;,
    &quot;EmploymentOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ClientOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;Start&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;Amount&quot;: 8,
    &quot;ApprovalLevel&quot;: 9,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelMethod&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeOrganizationEntity&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CostCenter&quot;: &quot;sample string 1&quot;,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Id&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      }
    },
    &quot;EmployeeRegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;EmployeeEmploymentNumber&quot;: &quot;sample string 5&quot;,
    &quot;EmploymentOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ClientOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;Start&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;Amount&quot;: 8,
    &quot;ApprovalLevel&quot;: 9,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelMethod&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRealizedWorktime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
&lt;/ArrayOfRealizedWorktime&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRealizedWorktime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
&lt;/ArrayOfRealizedWorktime&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RealizedWorktime?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;approvalLevel={approvalLevel}&amp;employmentOrganizationEntity={employmentOrganizationEntity}">
                <doc title="PlanCare2Api/RealizedWorktime?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;approvalLevel={approvalLevel}&amp;employmentOrganizationEntity={employmentOrganizationEntity}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="approvalLevel"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="employmentOrganizationEntity"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeOrganizationEntity&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CostCenter&quot;: &quot;sample string 1&quot;,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Id&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      }
    },
    &quot;EmployeeRegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;EmployeeEmploymentNumber&quot;: &quot;sample string 5&quot;,
    &quot;EmploymentOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ClientOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;Start&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;Amount&quot;: 8,
    &quot;ApprovalLevel&quot;: 9,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelMethod&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeOrganizationEntity&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CostCenter&quot;: &quot;sample string 1&quot;,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Id&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      }
    },
    &quot;EmployeeRegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;EmployeeEmploymentNumber&quot;: &quot;sample string 5&quot;,
    &quot;EmploymentOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ClientOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;Start&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;Amount&quot;: 8,
    &quot;ApprovalLevel&quot;: 9,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelMethod&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRealizedWorktime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
&lt;/ArrayOfRealizedWorktime&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRealizedWorktime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
&lt;/ArrayOfRealizedWorktime&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RealizedWorktime?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;employmentOrganizationEntity={employmentOrganizationEntity}">
                <doc title="PlanCare2Api/RealizedWorktime?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;employmentOrganizationEntity={employmentOrganizationEntity}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="employmentOrganizationEntity"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeOrganizationEntity&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CostCenter&quot;: &quot;sample string 1&quot;,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Id&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      }
    },
    &quot;EmployeeRegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;EmployeeEmploymentNumber&quot;: &quot;sample string 5&quot;,
    &quot;EmploymentOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ClientOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;Start&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;Amount&quot;: 8,
    &quot;ApprovalLevel&quot;: 9,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelMethod&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;WorkTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeOrganizationEntity&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;CostCenter&quot;: &quot;sample string 1&quot;,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Id&quot;: {
        &quot;$id&quot;: &quot;3&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      }
    },
    &quot;EmployeeRegistrationNumber&quot;: &quot;sample string 4&quot;,
    &quot;EmployeeEmploymentNumber&quot;: &quot;sample string 5&quot;,
    &quot;EmploymentOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ClientOrganizationEntity&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;Start&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:54.009798+02:00&quot;,
    &quot;Amount&quot;: 8,
    &quot;ApprovalLevel&quot;: 9,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelMethod&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRealizedWorktime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
&lt;/ArrayOfRealizedWorktime&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRealizedWorktime xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
  &lt;RealizedWorktime&gt;
    &lt;Amount&gt;8&lt;/Amount&gt;
    &lt;ApprovalLevel&gt;9&lt;/ApprovalLevel&gt;
    &lt;ClientOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/ClientOrganizationEntity&gt;
    &lt;EmployeeEmploymentNumber&gt;sample string 5&lt;/EmployeeEmploymentNumber&gt;
    &lt;EmployeeRegistrationNumber&gt;sample string 4&lt;/EmployeeRegistrationNumber&gt;
    &lt;EmploymentOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/EmploymentOrganizationEntity&gt;
    &lt;End&gt;2026-05-26T23:13:54.009798+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;Location&gt;
      &lt;HouseNumber&gt;1&lt;/HouseNumber&gt;
      &lt;HouseNumberAddition&gt;sample string 2&lt;/HouseNumberAddition&gt;
      &lt;ZipCode&gt;sample string 1&lt;/ZipCode&gt;
    &lt;/Location&gt;
    &lt;Start&gt;2026-05-26T23:13:54.009798+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelMethod xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
    &lt;/TravelMethod&gt;
    &lt;WorkTypeCode&gt;sample string 3&lt;/WorkTypeCode&gt;
    &lt;WorkTypeOrganizationEntity xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
      &lt;d3p1:Id xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
    &lt;/WorkTypeOrganizationEntity&gt;
  &lt;/RealizedWorktime&gt;
&lt;/ArrayOfRealizedWorktime&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/ActiveCorrelations?referenceDate={referenceDate}&amp;correlationTypeId={correlationTypeId}&amp;allowAccessClientPortal={allowAccessClientPortal}">
                <doc title="PlanCare2Api/Relations/{relationId}/ActiveCorrelations?referenceDate={referenceDate}&amp;correlationTypeId={correlationTypeId}&amp;allowAccessClientPortal={allowAccessClientPortal}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="correlationTypeId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="allowAccessClientPortal"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;SourceId&quot;: 2,
    &quot;SourceName&quot;: &quot;sample string 3&quot;,
    &quot;SourceRelationName&quot;: &quot;sample string 4&quot;,
    &quot;ConnectionName&quot;: &quot;sample string 2&quot;,
    &quot;CorrelationType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;TargetId&quot;: 1,
    &quot;TargetName&quot;: &quot;sample string 6&quot;,
    &quot;TargetRelationName&quot;: &quot;sample string 7&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.7754574+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.7754574+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;c95e9b00-b65c-46f5-9aca-a73090f26de3&quot;,
    &quot;Description&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineOrRoleName&quot;: &quot;sample string 10&quot;,
    &quot;ExcludeFromDossier&quot;: true,
    &quot;Priority&quot;: 12,
    &quot;AllowAccessClientPortal&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;SourceId&quot;: 2,
    &quot;SourceName&quot;: &quot;sample string 3&quot;,
    &quot;SourceRelationName&quot;: &quot;sample string 4&quot;,
    &quot;ConnectionName&quot;: &quot;sample string 2&quot;,
    &quot;CorrelationType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;TargetId&quot;: 1,
    &quot;TargetName&quot;: &quot;sample string 6&quot;,
    &quot;TargetRelationName&quot;: &quot;sample string 7&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.7754574+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.7754574+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;c95e9b00-b65c-46f5-9aca-a73090f26de3&quot;,
    &quot;Description&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineOrRoleName&quot;: &quot;sample string 10&quot;,
    &quot;ExcludeFromDossier&quot;: true,
    &quot;Priority&quot;: 12,
    &quot;AllowAccessClientPortal&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCorrelation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;c95e9b00-b65c-46f5-9aca-a73090f26de3&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;c95e9b00-b65c-46f5-9aca-a73090f26de3&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
&lt;/ArrayOfCorrelation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCorrelation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;c95e9b00-b65c-46f5-9aca-a73090f26de3&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;c95e9b00-b65c-46f5-9aca-a73090f26de3&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
&lt;/ArrayOfCorrelation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Addresses">
                <doc title="PlanCare2Api/Relations/{relationId}/Addresses" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TypeId&quot;: 1,
    &quot;TypeName&quot;: &quot;sample string 2&quot;,
    &quot;TypeRank&quot;: 3,
    &quot;Street&quot;: &quot;sample string 4&quot;,
    &quot;HouseNumber&quot;: &quot;sample string 5&quot;,
    &quot;HouseNumberAddon&quot;: &quot;sample string 6&quot;,
    &quot;HouseNumberAddition&quot;: &quot;sample string 7&quot;,
    &quot;HouseNumberDesignation&quot;: &quot;sample string 8&quot;,
    &quot;City&quot;: &quot;sample string 9&quot;,
    &quot;Municipality&quot;: &quot;sample string 10&quot;,
    &quot;PostalCode&quot;: &quot;sample string 11&quot;,
    &quot;CountryId&quot;: 12,
    &quot;CountryName&quot;: &quot;sample string 13&quot;,
    &quot;ValidFrom&quot;: &quot;2026-05-26T23:13:55.6973312+02:00&quot;,
    &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:55.6973312+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TypeId&quot;: 1,
    &quot;TypeName&quot;: &quot;sample string 2&quot;,
    &quot;TypeRank&quot;: 3,
    &quot;Street&quot;: &quot;sample string 4&quot;,
    &quot;HouseNumber&quot;: &quot;sample string 5&quot;,
    &quot;HouseNumberAddon&quot;: &quot;sample string 6&quot;,
    &quot;HouseNumberAddition&quot;: &quot;sample string 7&quot;,
    &quot;HouseNumberDesignation&quot;: &quot;sample string 8&quot;,
    &quot;City&quot;: &quot;sample string 9&quot;,
    &quot;Municipality&quot;: &quot;sample string 10&quot;,
    &quot;PostalCode&quot;: &quot;sample string 11&quot;,
    &quot;CountryId&quot;: 12,
    &quot;CountryName&quot;: &quot;sample string 13&quot;,
    &quot;ValidFrom&quot;: &quot;2026-05-26T23:13:55.6973312+02:00&quot;,
    &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:55.6973312+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAddress xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Address&gt;
    &lt;City&gt;sample string 9&lt;/City&gt;
    &lt;CountryId&gt;12&lt;/CountryId&gt;
    &lt;CountryName&gt;sample string 13&lt;/CountryName&gt;
    &lt;HouseNumber&gt;sample string 5&lt;/HouseNumber&gt;
    &lt;HouseNumberAddition&gt;sample string 7&lt;/HouseNumberAddition&gt;
    &lt;HouseNumberAddon&gt;sample string 6&lt;/HouseNumberAddon&gt;
    &lt;HouseNumberDesignation&gt;sample string 8&lt;/HouseNumberDesignation&gt;
    &lt;Municipality&gt;sample string 10&lt;/Municipality&gt;
    &lt;PostalCode&gt;sample string 11&lt;/PostalCode&gt;
    &lt;Street&gt;sample string 4&lt;/Street&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 2&lt;/TypeName&gt;
    &lt;TypeRank&gt;3&lt;/TypeRank&gt;
    &lt;ValidFrom&gt;2026-05-26T23:13:55.6973312+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:55.6973312+02:00&lt;/ValidUntil&gt;
  &lt;/Address&gt;
  &lt;Address&gt;
    &lt;City&gt;sample string 9&lt;/City&gt;
    &lt;CountryId&gt;12&lt;/CountryId&gt;
    &lt;CountryName&gt;sample string 13&lt;/CountryName&gt;
    &lt;HouseNumber&gt;sample string 5&lt;/HouseNumber&gt;
    &lt;HouseNumberAddition&gt;sample string 7&lt;/HouseNumberAddition&gt;
    &lt;HouseNumberAddon&gt;sample string 6&lt;/HouseNumberAddon&gt;
    &lt;HouseNumberDesignation&gt;sample string 8&lt;/HouseNumberDesignation&gt;
    &lt;Municipality&gt;sample string 10&lt;/Municipality&gt;
    &lt;PostalCode&gt;sample string 11&lt;/PostalCode&gt;
    &lt;Street&gt;sample string 4&lt;/Street&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 2&lt;/TypeName&gt;
    &lt;TypeRank&gt;3&lt;/TypeRank&gt;
    &lt;ValidFrom&gt;2026-05-26T23:13:55.6973312+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:55.6973312+02:00&lt;/ValidUntil&gt;
  &lt;/Address&gt;
&lt;/ArrayOfAddress&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAddress xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Address&gt;
    &lt;City&gt;sample string 9&lt;/City&gt;
    &lt;CountryId&gt;12&lt;/CountryId&gt;
    &lt;CountryName&gt;sample string 13&lt;/CountryName&gt;
    &lt;HouseNumber&gt;sample string 5&lt;/HouseNumber&gt;
    &lt;HouseNumberAddition&gt;sample string 7&lt;/HouseNumberAddition&gt;
    &lt;HouseNumberAddon&gt;sample string 6&lt;/HouseNumberAddon&gt;
    &lt;HouseNumberDesignation&gt;sample string 8&lt;/HouseNumberDesignation&gt;
    &lt;Municipality&gt;sample string 10&lt;/Municipality&gt;
    &lt;PostalCode&gt;sample string 11&lt;/PostalCode&gt;
    &lt;Street&gt;sample string 4&lt;/Street&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 2&lt;/TypeName&gt;
    &lt;TypeRank&gt;3&lt;/TypeRank&gt;
    &lt;ValidFrom&gt;2026-05-26T23:13:55.6973312+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:55.6973312+02:00&lt;/ValidUntil&gt;
  &lt;/Address&gt;
  &lt;Address&gt;
    &lt;City&gt;sample string 9&lt;/City&gt;
    &lt;CountryId&gt;12&lt;/CountryId&gt;
    &lt;CountryName&gt;sample string 13&lt;/CountryName&gt;
    &lt;HouseNumber&gt;sample string 5&lt;/HouseNumber&gt;
    &lt;HouseNumberAddition&gt;sample string 7&lt;/HouseNumberAddition&gt;
    &lt;HouseNumberAddon&gt;sample string 6&lt;/HouseNumberAddon&gt;
    &lt;HouseNumberDesignation&gt;sample string 8&lt;/HouseNumberDesignation&gt;
    &lt;Municipality&gt;sample string 10&lt;/Municipality&gt;
    &lt;PostalCode&gt;sample string 11&lt;/PostalCode&gt;
    &lt;Street&gt;sample string 4&lt;/Street&gt;
    &lt;TypeId&gt;1&lt;/TypeId&gt;
    &lt;TypeName&gt;sample string 2&lt;/TypeName&gt;
    &lt;TypeRank&gt;3&lt;/TypeRank&gt;
    &lt;ValidFrom&gt;2026-05-26T23:13:55.6973312+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:55.6973312+02:00&lt;/ValidUntil&gt;
  &lt;/Address&gt;
&lt;/ArrayOfAddress&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/CareProviders">
                <doc title="PlanCare2Api/Relations/{relationId}/CareProviders" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Type&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.7285837+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.7285837+02:00&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;LookupName&quot;: &quot;sample string 3&quot;,
    &quot;Code&quot;: &quot;sample string 4&quot;,
    &quot;PracticeName&quot;: &quot;sample string 5&quot;,
    &quot;Address&quot;: &quot;sample string 6&quot;,
    &quot;Contacts&quot;: &quot;sample string 7&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Type&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.7285837+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.7285837+02:00&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;LookupName&quot;: &quot;sample string 3&quot;,
    &quot;Code&quot;: &quot;sample string 4&quot;,
    &quot;PracticeName&quot;: &quot;sample string 5&quot;,
    &quot;Address&quot;: &quot;sample string 6&quot;,
    &quot;Contacts&quot;: &quot;sample string 7&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCareProvider xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CareProvider&gt;
    &lt;Address&gt;sample string 6&lt;/Address&gt;
    &lt;Code&gt;sample string 4&lt;/Code&gt;
    &lt;Contacts&gt;sample string 7&lt;/Contacts&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7285837+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LookupName&gt;sample string 3&lt;/LookupName&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;PracticeName&gt;sample string 5&lt;/PracticeName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7285837+02:00&lt;/StartDate&gt;
    &lt;Type&gt;Pharmacy&lt;/Type&gt;
  &lt;/CareProvider&gt;
  &lt;CareProvider&gt;
    &lt;Address&gt;sample string 6&lt;/Address&gt;
    &lt;Code&gt;sample string 4&lt;/Code&gt;
    &lt;Contacts&gt;sample string 7&lt;/Contacts&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7285837+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LookupName&gt;sample string 3&lt;/LookupName&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;PracticeName&gt;sample string 5&lt;/PracticeName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7285837+02:00&lt;/StartDate&gt;
    &lt;Type&gt;Pharmacy&lt;/Type&gt;
  &lt;/CareProvider&gt;
&lt;/ArrayOfCareProvider&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCareProvider xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CareProvider&gt;
    &lt;Address&gt;sample string 6&lt;/Address&gt;
    &lt;Code&gt;sample string 4&lt;/Code&gt;
    &lt;Contacts&gt;sample string 7&lt;/Contacts&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7285837+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LookupName&gt;sample string 3&lt;/LookupName&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;PracticeName&gt;sample string 5&lt;/PracticeName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7285837+02:00&lt;/StartDate&gt;
    &lt;Type&gt;Pharmacy&lt;/Type&gt;
  &lt;/CareProvider&gt;
  &lt;CareProvider&gt;
    &lt;Address&gt;sample string 6&lt;/Address&gt;
    &lt;Code&gt;sample string 4&lt;/Code&gt;
    &lt;Contacts&gt;sample string 7&lt;/Contacts&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7285837+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;LookupName&gt;sample string 3&lt;/LookupName&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;PracticeName&gt;sample string 5&lt;/PracticeName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7285837+02:00&lt;/StartDate&gt;
    &lt;Type&gt;Pharmacy&lt;/Type&gt;
  &lt;/CareProvider&gt;
&lt;/ArrayOfCareProvider&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Contacts">
                <doc title="PlanCare2Api/Relations/{relationId}/Contacts" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;Type&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;IsPrivate&quot;: true
    },
    &quot;Value&quot;: &quot;sample string 3&quot;,
    &quot;Info&quot;: &quot;sample string 4&quot;,
    &quot;Rank&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;Type&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Description&quot;: &quot;sample string 2&quot;,
      &quot;IsPrivate&quot;: true
    },
    &quot;Value&quot;: &quot;sample string 3&quot;,
    &quot;Info&quot;: &quot;sample string 4&quot;,
    &quot;Rank&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContact xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Contact&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Info&gt;sample string 4&lt;/Info&gt;
    &lt;Rank&gt;5&lt;/Rank&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;Type&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsPrivate&gt;true&lt;/IsPrivate&gt;
    &lt;/Type&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/Contact&gt;
  &lt;Contact&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Info&gt;sample string 4&lt;/Info&gt;
    &lt;Rank&gt;5&lt;/Rank&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;Type&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsPrivate&gt;true&lt;/IsPrivate&gt;
    &lt;/Type&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/Contact&gt;
&lt;/ArrayOfContact&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContact xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Contact&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Info&gt;sample string 4&lt;/Info&gt;
    &lt;Rank&gt;5&lt;/Rank&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;Type&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsPrivate&gt;true&lt;/IsPrivate&gt;
    &lt;/Type&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/Contact&gt;
  &lt;Contact&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Info&gt;sample string 4&lt;/Info&gt;
    &lt;Rank&gt;5&lt;/Rank&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;Type&gt;
      &lt;Description&gt;sample string 2&lt;/Description&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;IsPrivate&gt;true&lt;/IsPrivate&gt;
    &lt;/Type&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/Contact&gt;
&lt;/ArrayOfContact&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Correlations">
                <doc title="PlanCare2Api/Relations/{relationId}/Correlations" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;SourceId&quot;: 2,
    &quot;SourceName&quot;: &quot;sample string 3&quot;,
    &quot;SourceRelationName&quot;: &quot;sample string 4&quot;,
    &quot;ConnectionName&quot;: &quot;sample string 2&quot;,
    &quot;CorrelationType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;TargetId&quot;: 1,
    &quot;TargetName&quot;: &quot;sample string 6&quot;,
    &quot;TargetRelationName&quot;: &quot;sample string 7&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.759833+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.759833+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;9eaf43f7-70d4-477a-a589-f041b97a3104&quot;,
    &quot;Description&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineOrRoleName&quot;: &quot;sample string 10&quot;,
    &quot;ExcludeFromDossier&quot;: true,
    &quot;Priority&quot;: 12,
    &quot;AllowAccessClientPortal&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;SourceId&quot;: 2,
    &quot;SourceName&quot;: &quot;sample string 3&quot;,
    &quot;SourceRelationName&quot;: &quot;sample string 4&quot;,
    &quot;ConnectionName&quot;: &quot;sample string 2&quot;,
    &quot;CorrelationType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;TargetId&quot;: 1,
    &quot;TargetName&quot;: &quot;sample string 6&quot;,
    &quot;TargetRelationName&quot;: &quot;sample string 7&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.759833+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.759833+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;9eaf43f7-70d4-477a-a589-f041b97a3104&quot;,
    &quot;Description&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineOrRoleName&quot;: &quot;sample string 10&quot;,
    &quot;ExcludeFromDossier&quot;: true,
    &quot;Priority&quot;: 12,
    &quot;AllowAccessClientPortal&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCorrelation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;9eaf43f7-70d4-477a-a589-f041b97a3104&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.759833+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.759833+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;9eaf43f7-70d4-477a-a589-f041b97a3104&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.759833+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.759833+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
&lt;/ArrayOfCorrelation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCorrelation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;9eaf43f7-70d4-477a-a589-f041b97a3104&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.759833+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.759833+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;9eaf43f7-70d4-477a-a589-f041b97a3104&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.759833+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.759833+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
&lt;/ArrayOfCorrelation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Correlations/Organization">
                <doc title="PlanCare2Api/Relations/{relationId}/Correlations/Organization" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;OrganizationEntityId&quot;: 4,
    &quot;OrganizationEntityName&quot;: &quot;sample string 5&quot;,
    &quot;Priority&quot;: 6,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8067092+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8067092+02:00&quot;,
    &quot;Description&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;RelationId&quot;: 2,
    &quot;RelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;OrganizationEntityId&quot;: 4,
    &quot;OrganizationEntityName&quot;: &quot;sample string 5&quot;,
    &quot;Priority&quot;: 6,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8067092+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8067092+02:00&quot;,
    &quot;Description&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationCorrelationOrganizationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationCorrelationOrganizationSummary&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;Description&gt;sample string 8&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/EndDate&gt;
    &lt;OrganizationEntityId&gt;4&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 5&lt;/OrganizationEntityName&gt;
    &lt;Priority&gt;6&lt;/Priority&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/StartDate&gt;
  &lt;/RelationCorrelationOrganizationSummary&gt;
  &lt;RelationCorrelationOrganizationSummary&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;Description&gt;sample string 8&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/EndDate&gt;
    &lt;OrganizationEntityId&gt;4&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 5&lt;/OrganizationEntityName&gt;
    &lt;Priority&gt;6&lt;/Priority&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/StartDate&gt;
  &lt;/RelationCorrelationOrganizationSummary&gt;
&lt;/ArrayOfRelationCorrelationOrganizationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationCorrelationOrganizationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationCorrelationOrganizationSummary&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;Description&gt;sample string 8&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/EndDate&gt;
    &lt;OrganizationEntityId&gt;4&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 5&lt;/OrganizationEntityName&gt;
    &lt;Priority&gt;6&lt;/Priority&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/StartDate&gt;
  &lt;/RelationCorrelationOrganizationSummary&gt;
  &lt;RelationCorrelationOrganizationSummary&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;Description&gt;sample string 8&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/EndDate&gt;
    &lt;OrganizationEntityId&gt;4&lt;/OrganizationEntityId&gt;
    &lt;OrganizationEntityName&gt;sample string 5&lt;/OrganizationEntityName&gt;
    &lt;Priority&gt;6&lt;/Priority&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;RelationLookUpName&gt;sample string 3&lt;/RelationLookUpName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/StartDate&gt;
  &lt;/RelationCorrelationOrganizationSummary&gt;
&lt;/ArrayOfRelationCorrelationOrganizationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Correlations/Treatment">
                <doc title="PlanCare2Api/Relations/{relationId}/Correlations/Treatment" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;SourceRelationId&quot;: 2,
    &quot;SourceRelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;TargetRelationId&quot;: 4,
    &quot;TargetRelationLookUpName&quot;: &quot;sample string 5&quot;,
    &quot;CorrelationRoleId&quot;: &quot;710d7a91-806a-48df-a022-05364e6fbf91&quot;,
    &quot;CorrelationRoleName&quot;: &quot;sample string 6&quot;,
    &quot;DisciplineId&quot;: 1,
    &quot;DisciplineName&quot;: &quot;sample string 7&quot;,
    &quot;ExcludeFromDossier&quot;: true,
    &quot;Priority&quot;: 9,
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:42.0972114+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:42.0972114+02:00&quot;,
    &quot;Description&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;SourceRelationId&quot;: 2,
    &quot;SourceRelationLookUpName&quot;: &quot;sample string 3&quot;,
    &quot;TargetRelationId&quot;: 4,
    &quot;TargetRelationLookUpName&quot;: &quot;sample string 5&quot;,
    &quot;CorrelationRoleId&quot;: &quot;710d7a91-806a-48df-a022-05364e6fbf91&quot;,
    &quot;CorrelationRoleName&quot;: &quot;sample string 6&quot;,
    &quot;DisciplineId&quot;: 1,
    &quot;DisciplineName&quot;: &quot;sample string 7&quot;,
    &quot;ExcludeFromDossier&quot;: true,
    &quot;Priority&quot;: 9,
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:42.0972114+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:42.0972114+02:00&quot;,
    &quot;Description&quot;: &quot;sample string 11&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationCorrelationTreatmentSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationCorrelationTreatmentSummary&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;710d7a91-806a-48df-a022-05364e6fbf91&lt;/CorrelationRoleId&gt;
    &lt;CorrelationRoleName&gt;sample string 6&lt;/CorrelationRoleName&gt;
    &lt;Description&gt;sample string 11&lt;/Description&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 7&lt;/DisciplineName&gt;
    &lt;EndDate&gt;2026-05-26T22:09:42.0972114+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;9&lt;/Priority&gt;
    &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
    &lt;SourceRelationLookUpName&gt;sample string 3&lt;/SourceRelationLookUpName&gt;
    &lt;StartDate&gt;2026-05-26T22:09:42.0972114+02:00&lt;/StartDate&gt;
    &lt;TargetRelationId&gt;4&lt;/TargetRelationId&gt;
    &lt;TargetRelationLookUpName&gt;sample string 5&lt;/TargetRelationLookUpName&gt;
  &lt;/RelationCorrelationTreatmentSummary&gt;
  &lt;RelationCorrelationTreatmentSummary&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;710d7a91-806a-48df-a022-05364e6fbf91&lt;/CorrelationRoleId&gt;
    &lt;CorrelationRoleName&gt;sample string 6&lt;/CorrelationRoleName&gt;
    &lt;Description&gt;sample string 11&lt;/Description&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 7&lt;/DisciplineName&gt;
    &lt;EndDate&gt;2026-05-26T22:09:42.0972114+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;9&lt;/Priority&gt;
    &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
    &lt;SourceRelationLookUpName&gt;sample string 3&lt;/SourceRelationLookUpName&gt;
    &lt;StartDate&gt;2026-05-26T22:09:42.0972114+02:00&lt;/StartDate&gt;
    &lt;TargetRelationId&gt;4&lt;/TargetRelationId&gt;
    &lt;TargetRelationLookUpName&gt;sample string 5&lt;/TargetRelationLookUpName&gt;
  &lt;/RelationCorrelationTreatmentSummary&gt;
&lt;/ArrayOfRelationCorrelationTreatmentSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationCorrelationTreatmentSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationCorrelationTreatmentSummary&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;710d7a91-806a-48df-a022-05364e6fbf91&lt;/CorrelationRoleId&gt;
    &lt;CorrelationRoleName&gt;sample string 6&lt;/CorrelationRoleName&gt;
    &lt;Description&gt;sample string 11&lt;/Description&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 7&lt;/DisciplineName&gt;
    &lt;EndDate&gt;2026-05-26T22:09:42.0972114+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;9&lt;/Priority&gt;
    &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
    &lt;SourceRelationLookUpName&gt;sample string 3&lt;/SourceRelationLookUpName&gt;
    &lt;StartDate&gt;2026-05-26T22:09:42.0972114+02:00&lt;/StartDate&gt;
    &lt;TargetRelationId&gt;4&lt;/TargetRelationId&gt;
    &lt;TargetRelationLookUpName&gt;sample string 5&lt;/TargetRelationLookUpName&gt;
  &lt;/RelationCorrelationTreatmentSummary&gt;
  &lt;RelationCorrelationTreatmentSummary&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;710d7a91-806a-48df-a022-05364e6fbf91&lt;/CorrelationRoleId&gt;
    &lt;CorrelationRoleName&gt;sample string 6&lt;/CorrelationRoleName&gt;
    &lt;Description&gt;sample string 11&lt;/Description&gt;
    &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 7&lt;/DisciplineName&gt;
    &lt;EndDate&gt;2026-05-26T22:09:42.0972114+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;9&lt;/Priority&gt;
    &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
    &lt;SourceRelationLookUpName&gt;sample string 3&lt;/SourceRelationLookUpName&gt;
    &lt;StartDate&gt;2026-05-26T22:09:42.0972114+02:00&lt;/StartDate&gt;
    &lt;TargetRelationId&gt;4&lt;/TargetRelationId&gt;
    &lt;TargetRelationLookUpName&gt;sample string 5&lt;/TargetRelationLookUpName&gt;
  &lt;/RelationCorrelationTreatmentSummary&gt;
&lt;/ArrayOfRelationCorrelationTreatmentSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Correlations?correlationTypeId={correlationTypeId}">
                <doc title="PlanCare2Api/Relations/{relationId}/Correlations?correlationTypeId={correlationTypeId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="correlationTypeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;SourceId&quot;: 2,
    &quot;SourceName&quot;: &quot;sample string 3&quot;,
    &quot;SourceRelationName&quot;: &quot;sample string 4&quot;,
    &quot;ConnectionName&quot;: &quot;sample string 2&quot;,
    &quot;CorrelationType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;TargetId&quot;: 1,
    &quot;TargetName&quot;: &quot;sample string 6&quot;,
    &quot;TargetRelationName&quot;: &quot;sample string 7&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.7754574+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.7754574+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;7824c981-f393-450b-9e38-e9ee6599738e&quot;,
    &quot;Description&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineOrRoleName&quot;: &quot;sample string 10&quot;,
    &quot;ExcludeFromDossier&quot;: true,
    &quot;Priority&quot;: 12,
    &quot;AllowAccessClientPortal&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;CorrelationId&quot;: 1,
    &quot;SourceId&quot;: 2,
    &quot;SourceName&quot;: &quot;sample string 3&quot;,
    &quot;SourceRelationName&quot;: &quot;sample string 4&quot;,
    &quot;ConnectionName&quot;: &quot;sample string 2&quot;,
    &quot;CorrelationType&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;TargetId&quot;: 1,
    &quot;TargetName&quot;: &quot;sample string 6&quot;,
    &quot;TargetRelationName&quot;: &quot;sample string 7&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.7754574+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.7754574+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;7824c981-f393-450b-9e38-e9ee6599738e&quot;,
    &quot;Description&quot;: &quot;sample string 9&quot;,
    &quot;DisciplineOrRoleName&quot;: &quot;sample string 10&quot;,
    &quot;ExcludeFromDossier&quot;: true,
    &quot;Priority&quot;: 12,
    &quot;AllowAccessClientPortal&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCorrelation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;7824c981-f393-450b-9e38-e9ee6599738e&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;7824c981-f393-450b-9e38-e9ee6599738e&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
&lt;/ArrayOfCorrelation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCorrelation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;7824c981-f393-450b-9e38-e9ee6599738e&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
  &lt;Correlation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ConnectionName&gt;sample string 2&lt;/ConnectionName&gt;
    &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
    &lt;CorrelationRoleId&gt;7824c981-f393-450b-9e38-e9ee6599738e&lt;/CorrelationRoleId&gt;
    &lt;CorrelationType&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;/CorrelationType&gt;
    &lt;Description&gt;sample string 9&lt;/Description&gt;
    &lt;DisciplineOrRoleName&gt;sample string 10&lt;/DisciplineOrRoleName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/EndDate&gt;
    &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
    &lt;Priority&gt;12&lt;/Priority&gt;
    &lt;SourceId&gt;2&lt;/SourceId&gt;
    &lt;SourceName&gt;sample string 3&lt;/SourceName&gt;
    &lt;SourceRelationName&gt;sample string 4&lt;/SourceRelationName&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.7754574+02:00&lt;/StartDate&gt;
    &lt;TargetId&gt;1&lt;/TargetId&gt;
    &lt;TargetName&gt;sample string 6&lt;/TargetName&gt;
    &lt;TargetRelationName&gt;sample string 7&lt;/TargetRelationName&gt;
  &lt;/Correlation&gt;
&lt;/ArrayOfCorrelation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Notes">
                <doc title="PlanCare2Api/Relations/{relationId}/Notes" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Type&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Guid&quot;: &quot;fda12699-bcce-4473-a5be-70760dd6d5a4&quot;,
      &quot;Text&quot;: &quot;sample string 2&quot;
    },
    &quot;RelationId&quot;: 2,
    &quot;RelationById&quot;: 3,
    &quot;Date&quot;: &quot;2026-05-26T23:13:55.9004593+02:00&quot;,
    &quot;Text&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Type&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Guid&quot;: &quot;fda12699-bcce-4473-a5be-70760dd6d5a4&quot;,
      &quot;Text&quot;: &quot;sample string 2&quot;
    },
    &quot;RelationId&quot;: 2,
    &quot;RelationById&quot;: 3,
    &quot;Date&quot;: &quot;2026-05-26T23:13:55.9004593+02:00&quot;,
    &quot;Text&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationNoteSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationNoteSummary&gt;
    &lt;Date&gt;2026-05-26T23:13:55.9004593+02:00&lt;/Date&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationById&gt;3&lt;/RelationById&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;Text&gt;sample string 5&lt;/Text&gt;
    &lt;Type&gt;
      &lt;Guid&gt;fda12699-bcce-4473-a5be-70760dd6d5a4&lt;/Guid&gt;
      &lt;Text&gt;sample string 2&lt;/Text&gt;
    &lt;/Type&gt;
  &lt;/RelationNoteSummary&gt;
  &lt;RelationNoteSummary&gt;
    &lt;Date&gt;2026-05-26T23:13:55.9004593+02:00&lt;/Date&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationById&gt;3&lt;/RelationById&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;Text&gt;sample string 5&lt;/Text&gt;
    &lt;Type&gt;
      &lt;Guid&gt;fda12699-bcce-4473-a5be-70760dd6d5a4&lt;/Guid&gt;
      &lt;Text&gt;sample string 2&lt;/Text&gt;
    &lt;/Type&gt;
  &lt;/RelationNoteSummary&gt;
&lt;/ArrayOfRelationNoteSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationNoteSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationNoteSummary&gt;
    &lt;Date&gt;2026-05-26T23:13:55.9004593+02:00&lt;/Date&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationById&gt;3&lt;/RelationById&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;Text&gt;sample string 5&lt;/Text&gt;
    &lt;Type&gt;
      &lt;Guid&gt;fda12699-bcce-4473-a5be-70760dd6d5a4&lt;/Guid&gt;
      &lt;Text&gt;sample string 2&lt;/Text&gt;
    &lt;/Type&gt;
  &lt;/RelationNoteSummary&gt;
  &lt;RelationNoteSummary&gt;
    &lt;Date&gt;2026-05-26T23:13:55.9004593+02:00&lt;/Date&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RelationById&gt;3&lt;/RelationById&gt;
    &lt;RelationId&gt;2&lt;/RelationId&gt;
    &lt;Text&gt;sample string 5&lt;/Text&gt;
    &lt;Type&gt;
      &lt;Guid&gt;fda12699-bcce-4473-a5be-70760dd6d5a4&lt;/Guid&gt;
      &lt;Text&gt;sample string 2&lt;/Text&gt;
    &lt;/Type&gt;
  &lt;/RelationNoteSummary&gt;
&lt;/ArrayOfRelationNoteSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Photo">
                <doc title="PlanCare2Api/Relations/{relationId}/Photo" /> 
                <method name="POST">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;Content&quot;: &quot;sample string 1&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Content&quot;: &quot;sample string 1&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;Photo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Content&gt;sample string 1&lt;/Content&gt;
&lt;/Photo&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;Photo xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Content&gt;sample string 1&lt;/Content&gt;
&lt;/Photo&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Photo">
                <doc title="PlanCare2Api/Relations/{relationId}/Photo" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;Photo&quot;: &quot;sample string 2&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;Photo&quot;: &quot;sample string 2&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;RelationPhoto xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Photo&gt;sample string 2&lt;/Photo&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
&lt;/RelationPhoto&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;RelationPhoto xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Photo&gt;sample string 2&lt;/Photo&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
&lt;/RelationPhoto&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/{relationId}/Thumbnail">
                <doc title="PlanCare2Api/Relations/{relationId}/Thumbnail" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;Photo&quot;: &quot;sample string 2&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;Photo&quot;: &quot;sample string 2&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;RelationPhoto xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Photo&gt;sample string 2&lt;/Photo&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
&lt;/RelationPhoto&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;RelationPhoto xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Photo&gt;sample string 2&lt;/Photo&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
&lt;/RelationPhoto&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/CommonData">
                <doc title="PlanCare2Api/Relations/CommonData" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;RelationId&quot;: 1,
  &quot;MaritalStatusId&quot;: 1,
  &quot;NationalityId&quot;: 1,
  &quot;LegalStatusId&quot;: 1,
  &quot;LanguageId&quot;: 1,
  &quot;ParticularFormOfCommunicationId&quot;: 1,
  &quot;LivingUnitId&quot;: 1,
  &quot;ReligionId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;RelationId&quot;: 1,
  &quot;MaritalStatusId&quot;: 1,
  &quot;NationalityId&quot;: 1,
  &quot;LegalStatusId&quot;: 1,
  &quot;LanguageId&quot;: 1,
  &quot;ParticularFormOfCommunicationId&quot;: 1,
  &quot;LivingUnitId&quot;: 1,
  &quot;ReligionId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;RelationCommonData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;LanguageId&gt;1&lt;/LanguageId&gt;
  &lt;LegalStatusId&gt;1&lt;/LegalStatusId&gt;
  &lt;LivingUnitId&gt;1&lt;/LivingUnitId&gt;
  &lt;MaritalStatusId&gt;1&lt;/MaritalStatusId&gt;
  &lt;NationalityId&gt;1&lt;/NationalityId&gt;
  &lt;ParticularFormOfCommunicationId&gt;1&lt;/ParticularFormOfCommunicationId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;ReligionId&gt;1&lt;/ReligionId&gt;
&lt;/RelationCommonData&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;RelationCommonData xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;LanguageId&gt;1&lt;/LanguageId&gt;
  &lt;LegalStatusId&gt;1&lt;/LegalStatusId&gt;
  &lt;LivingUnitId&gt;1&lt;/LivingUnitId&gt;
  &lt;MaritalStatusId&gt;1&lt;/MaritalStatusId&gt;
  &lt;NationalityId&gt;1&lt;/NationalityId&gt;
  &lt;ParticularFormOfCommunicationId&gt;1&lt;/ParticularFormOfCommunicationId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;ReligionId&gt;1&lt;/ReligionId&gt;
&lt;/RelationCommonData&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/CommonData?relationId={relationId}">
                <doc title="PlanCare2Api/Relations/CommonData?relationId={relationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;MaritalStatusId&quot;: 1,
  &quot;MaritalStatus&quot;: &quot;sample string 2&quot;,
  &quot;NationalityId&quot;: 1,
  &quot;Nationality&quot;: &quot;sample string 3&quot;,
  &quot;LegalStatusId&quot;: 1,
  &quot;LegalStatus&quot;: &quot;sample string 4&quot;,
  &quot;LanguageId&quot;: 1,
  &quot;Language&quot;: &quot;sample string 5&quot;,
  &quot;ParticularFormOfCommunicationId&quot;: 1,
  &quot;ParticularFormOfCommunication&quot;: &quot;sample string 6&quot;,
  &quot;LivingUnitId&quot;: 1,
  &quot;LivingUnit&quot;: &quot;sample string 7&quot;,
  &quot;ReligionId&quot;: 1,
  &quot;Religion&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;RelationId&quot;: 1,
  &quot;MaritalStatusId&quot;: 1,
  &quot;MaritalStatus&quot;: &quot;sample string 2&quot;,
  &quot;NationalityId&quot;: 1,
  &quot;Nationality&quot;: &quot;sample string 3&quot;,
  &quot;LegalStatusId&quot;: 1,
  &quot;LegalStatus&quot;: &quot;sample string 4&quot;,
  &quot;LanguageId&quot;: 1,
  &quot;Language&quot;: &quot;sample string 5&quot;,
  &quot;ParticularFormOfCommunicationId&quot;: 1,
  &quot;ParticularFormOfCommunication&quot;: &quot;sample string 6&quot;,
  &quot;LivingUnitId&quot;: 1,
  &quot;LivingUnit&quot;: &quot;sample string 7&quot;,
  &quot;ReligionId&quot;: 1,
  &quot;Religion&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;RelationCommonDataSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Language&gt;sample string 5&lt;/Language&gt;
  &lt;LanguageId&gt;1&lt;/LanguageId&gt;
  &lt;LegalStatus&gt;sample string 4&lt;/LegalStatus&gt;
  &lt;LegalStatusId&gt;1&lt;/LegalStatusId&gt;
  &lt;LivingUnit&gt;sample string 7&lt;/LivingUnit&gt;
  &lt;LivingUnitId&gt;1&lt;/LivingUnitId&gt;
  &lt;MaritalStatus&gt;sample string 2&lt;/MaritalStatus&gt;
  &lt;MaritalStatusId&gt;1&lt;/MaritalStatusId&gt;
  &lt;Nationality&gt;sample string 3&lt;/Nationality&gt;
  &lt;NationalityId&gt;1&lt;/NationalityId&gt;
  &lt;ParticularFormOfCommunication&gt;sample string 6&lt;/ParticularFormOfCommunication&gt;
  &lt;ParticularFormOfCommunicationId&gt;1&lt;/ParticularFormOfCommunicationId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;Religion&gt;sample string 8&lt;/Religion&gt;
  &lt;ReligionId&gt;1&lt;/ReligionId&gt;
&lt;/RelationCommonDataSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;RelationCommonDataSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Language&gt;sample string 5&lt;/Language&gt;
  &lt;LanguageId&gt;1&lt;/LanguageId&gt;
  &lt;LegalStatus&gt;sample string 4&lt;/LegalStatus&gt;
  &lt;LegalStatusId&gt;1&lt;/LegalStatusId&gt;
  &lt;LivingUnit&gt;sample string 7&lt;/LivingUnit&gt;
  &lt;LivingUnitId&gt;1&lt;/LivingUnitId&gt;
  &lt;MaritalStatus&gt;sample string 2&lt;/MaritalStatus&gt;
  &lt;MaritalStatusId&gt;1&lt;/MaritalStatusId&gt;
  &lt;Nationality&gt;sample string 3&lt;/Nationality&gt;
  &lt;NationalityId&gt;1&lt;/NationalityId&gt;
  &lt;ParticularFormOfCommunication&gt;sample string 6&lt;/ParticularFormOfCommunication&gt;
  &lt;ParticularFormOfCommunicationId&gt;1&lt;/ParticularFormOfCommunicationId&gt;
  &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;Religion&gt;sample string 8&lt;/Religion&gt;
  &lt;ReligionId&gt;1&lt;/ReligionId&gt;
&lt;/RelationCommonDataSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/CorrelationRoles?correlationTypeId={correlationTypeId}">
                <doc title="PlanCare2Api/Relations/CorrelationRoles?correlationTypeId={correlationTypeId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="correlationTypeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;51808a4f-d837-43e2-b843-189b06f5f24f&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsActive&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;51808a4f-d837-43e2-b843-189b06f5f24f&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsActive&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationCorrelationRole xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationCorrelationRole&gt;
    &lt;Guid&gt;51808a4f-d837-43e2-b843-189b06f5f24f&lt;/Guid&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationCorrelationRole&gt;
  &lt;RelationCorrelationRole&gt;
    &lt;Guid&gt;51808a4f-d837-43e2-b843-189b06f5f24f&lt;/Guid&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationCorrelationRole&gt;
&lt;/ArrayOfRelationCorrelationRole&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationCorrelationRole xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationCorrelationRole&gt;
    &lt;Guid&gt;51808a4f-d837-43e2-b843-189b06f5f24f&lt;/Guid&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationCorrelationRole&gt;
  &lt;RelationCorrelationRole&gt;
    &lt;Guid&gt;51808a4f-d837-43e2-b843-189b06f5f24f&lt;/Guid&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationCorrelationRole&gt;
&lt;/ArrayOfRelationCorrelationRole&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Correlations/{correlationId}">
                <doc title="PlanCare2Api/Relations/Correlations/{correlationId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="correlationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Correlations/ContactPersonsWithClients?referenceDate={referenceDate}&amp;allowAccessClientPortal={allowAccessClientPortal}">
                <doc title="PlanCare2Api/Relations/Correlations/ContactPersonsWithClients?referenceDate={referenceDate}&amp;allowAccessClientPortal={allowAccessClientPortal}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="false" />                             <param name="allowAccessClientPortal"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ContactPersonRelationId&quot;: 1,
    &quot;ClientId&quot;: 2,
    &quot;ClientRelationId&quot;: 3,
    &quot;AllowAccessClientPortal&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ContactPersonRelationId&quot;: 1,
    &quot;ClientId&quot;: 2,
    &quot;ClientRelationId&quot;: 3,
    &quot;AllowAccessClientPortal&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfContactPersonClientCorrelation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;ContactPersonClientCorrelation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientRelationId&gt;3&lt;/ClientRelationId&gt;
    &lt;ContactPersonRelationId&gt;1&lt;/ContactPersonRelationId&gt;
  &lt;/ContactPersonClientCorrelation&gt;
  &lt;ContactPersonClientCorrelation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientRelationId&gt;3&lt;/ClientRelationId&gt;
    &lt;ContactPersonRelationId&gt;1&lt;/ContactPersonRelationId&gt;
  &lt;/ContactPersonClientCorrelation&gt;
&lt;/ArrayOfContactPersonClientCorrelation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfContactPersonClientCorrelation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;ContactPersonClientCorrelation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientRelationId&gt;3&lt;/ClientRelationId&gt;
    &lt;ContactPersonRelationId&gt;1&lt;/ContactPersonRelationId&gt;
  &lt;/ContactPersonClientCorrelation&gt;
  &lt;ContactPersonClientCorrelation&gt;
    &lt;AllowAccessClientPortal&gt;true&lt;/AllowAccessClientPortal&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;ClientRelationId&gt;3&lt;/ClientRelationId&gt;
    &lt;ContactPersonRelationId&gt;1&lt;/ContactPersonRelationId&gt;
  &lt;/ContactPersonClientCorrelation&gt;
&lt;/ArrayOfContactPersonClientCorrelation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Correlations/Organization">
                <doc title="PlanCare2Api/Relations/Correlations/Organization" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;OrganizationEntityId&quot;: 3,
  &quot;Priority&quot;: 4,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;OrganizationEntityId&quot;: 3,
  &quot;Priority&quot;: 4,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;RelationCorrelationOrganization xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;OrganizationEntityId&gt;3&lt;/OrganizationEntityId&gt;
  &lt;Priority&gt;4&lt;/Priority&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/StartDate&gt;
&lt;/RelationCorrelationOrganization&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;RelationCorrelationOrganization xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;OrganizationEntityId&gt;3&lt;/OrganizationEntityId&gt;
  &lt;Priority&gt;4&lt;/Priority&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/StartDate&gt;
&lt;/RelationCorrelationOrganization&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Correlations/Organization/{correlationId}">
                <doc title="PlanCare2Api/Relations/Correlations/Organization/{correlationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="correlationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;OrganizationEntityId&quot;: 3,
  &quot;Priority&quot;: 4,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8067092+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;OrganizationEntityId&quot;: 3,
  &quot;Priority&quot;: 4,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8067092+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;RelationCorrelationOrganization xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;OrganizationEntityId&gt;3&lt;/OrganizationEntityId&gt;
  &lt;Priority&gt;4&lt;/Priority&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/StartDate&gt;
&lt;/RelationCorrelationOrganization&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;RelationCorrelationOrganization xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;OrganizationEntityId&gt;3&lt;/OrganizationEntityId&gt;
  &lt;Priority&gt;4&lt;/Priority&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8067092+02:00&lt;/StartDate&gt;
&lt;/RelationCorrelationOrganization&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Correlations/Organization/Update">
                <doc title="PlanCare2Api/Relations/Correlations/Organization/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;OrganizationEntityId&quot;: 3,
  &quot;Priority&quot;: 4,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;RelationId&quot;: 2,
  &quot;OrganizationEntityId&quot;: 3,
  &quot;Priority&quot;: 4,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;RelationCorrelationOrganization xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;OrganizationEntityId&gt;3&lt;/OrganizationEntityId&gt;
  &lt;Priority&gt;4&lt;/Priority&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/StartDate&gt;
&lt;/RelationCorrelationOrganization&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;RelationCorrelationOrganization xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;OrganizationEntityId&gt;3&lt;/OrganizationEntityId&gt;
  &lt;Priority&gt;4&lt;/Priority&gt;
  &lt;RelationId&gt;2&lt;/RelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/StartDate&gt;
&lt;/RelationCorrelationOrganization&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Correlations/Treatment">
                <doc title="PlanCare2Api/Relations/Correlations/Treatment" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;SourceRelationId&quot;: 2,
  &quot;TargetRelationId&quot;: 3,
  &quot;CorrelationRoleId&quot;: &quot;35d7fc2a-6a59-4e1b-bdf8-b52f1b070187&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T22:09:50.259041+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:50.259041+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;SourceRelationId&quot;: 2,
  &quot;TargetRelationId&quot;: 3,
  &quot;CorrelationRoleId&quot;: &quot;35d7fc2a-6a59-4e1b-bdf8-b52f1b070187&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T22:09:50.259041+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:50.259041+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;RelationCorrelationTreatment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;CorrelationRoleId&gt;35d7fc2a-6a59-4e1b-bdf8-b52f1b070187&lt;/CorrelationRoleId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EndDate&gt;2026-05-26T22:09:50.259041+02:00&lt;/EndDate&gt;
  &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
  &lt;Priority&gt;5&lt;/Priority&gt;
  &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
  &lt;StartDate&gt;2026-05-26T22:09:50.259041+02:00&lt;/StartDate&gt;
  &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
&lt;/RelationCorrelationTreatment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;RelationCorrelationTreatment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;CorrelationRoleId&gt;35d7fc2a-6a59-4e1b-bdf8-b52f1b070187&lt;/CorrelationRoleId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EndDate&gt;2026-05-26T22:09:50.259041+02:00&lt;/EndDate&gt;
  &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
  &lt;Priority&gt;5&lt;/Priority&gt;
  &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
  &lt;StartDate&gt;2026-05-26T22:09:50.259041+02:00&lt;/StartDate&gt;
  &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
&lt;/RelationCorrelationTreatment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Correlations/Treatment/{correlationId}">
                <doc title="PlanCare2Api/Relations/Correlations/Treatment/{correlationId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="correlationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;SourceRelationId&quot;: 2,
  &quot;TargetRelationId&quot;: 3,
  &quot;CorrelationRoleId&quot;: &quot;e6ce278c-7fd1-4de8-8572-86cc6762a994&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;SourceRelationId&quot;: 2,
  &quot;TargetRelationId&quot;: 3,
  &quot;CorrelationRoleId&quot;: &quot;e6ce278c-7fd1-4de8-8572-86cc6762a994&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;RelationCorrelationTreatment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;CorrelationRoleId&gt;e6ce278c-7fd1-4de8-8572-86cc6762a994&lt;/CorrelationRoleId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
  &lt;Priority&gt;5&lt;/Priority&gt;
  &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/StartDate&gt;
  &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
&lt;/RelationCorrelationTreatment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;RelationCorrelationTreatment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;CorrelationRoleId&gt;e6ce278c-7fd1-4de8-8572-86cc6762a994&lt;/CorrelationRoleId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
  &lt;Priority&gt;5&lt;/Priority&gt;
  &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/StartDate&gt;
  &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
&lt;/RelationCorrelationTreatment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Correlations/Treatment/Update">
                <doc title="PlanCare2Api/Relations/Correlations/Treatment/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;SourceRelationId&quot;: 2,
  &quot;TargetRelationId&quot;: 3,
  &quot;CorrelationRoleId&quot;: &quot;35a339e2-2b69-4ede-9da0-3c63e9fce6c3&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;CorrelationId&quot;: 1,
  &quot;SourceRelationId&quot;: 2,
  &quot;TargetRelationId&quot;: 3,
  &quot;CorrelationRoleId&quot;: &quot;35a339e2-2b69-4ede-9da0-3c63e9fce6c3&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.8223372+02:00&quot;,
  &quot;Description&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;RelationCorrelationTreatment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;CorrelationRoleId&gt;35a339e2-2b69-4ede-9da0-3c63e9fce6c3&lt;/CorrelationRoleId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
  &lt;Priority&gt;5&lt;/Priority&gt;
  &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/StartDate&gt;
  &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
&lt;/RelationCorrelationTreatment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;RelationCorrelationTreatment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationId&gt;1&lt;/CorrelationId&gt;
  &lt;CorrelationRoleId&gt;35a339e2-2b69-4ede-9da0-3c63e9fce6c3&lt;/CorrelationRoleId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EndDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/EndDate&gt;
  &lt;ExcludeFromDossier&gt;true&lt;/ExcludeFromDossier&gt;
  &lt;Priority&gt;5&lt;/Priority&gt;
  &lt;SourceRelationId&gt;2&lt;/SourceRelationId&gt;
  &lt;StartDate&gt;2026-05-26T23:13:55.8223372+02:00&lt;/StartDate&gt;
  &lt;TargetRelationId&gt;3&lt;/TargetRelationId&gt;
&lt;/RelationCorrelationTreatment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/CorrelationTypes">
                <doc title="PlanCare2Api/Relations/CorrelationTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCorrelationType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationType&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/CorrelationType&gt;
  &lt;CorrelationType&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/CorrelationType&gt;
&lt;/ArrayOfCorrelationType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCorrelationType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;CorrelationType&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/CorrelationType&gt;
  &lt;CorrelationType&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/CorrelationType&gt;
&lt;/ArrayOfCorrelationType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/CountriesOfBirth">
                <doc title="PlanCare2Api/Relations/CountriesOfBirth" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationCountryOfBirth xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationCountryOfBirth&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationCountryOfBirth&gt;
  &lt;RelationCountryOfBirth&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationCountryOfBirth&gt;
&lt;/ArrayOfRelationCountryOfBirth&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationCountryOfBirth xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationCountryOfBirth&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationCountryOfBirth&gt;
  &lt;RelationCountryOfBirth&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationCountryOfBirth&gt;
&lt;/ArrayOfRelationCountryOfBirth&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Genders">
                <doc title="PlanCare2Api/Relations/Genders" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationGender xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationGender&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationGender&gt;
  &lt;RelationGender&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationGender&gt;
&lt;/ArrayOfRelationGender&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationGender xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationGender&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationGender&gt;
  &lt;RelationGender&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationGender&gt;
&lt;/ArrayOfRelationGender&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Languages">
                <doc title="PlanCare2Api/Relations/Languages" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationLanguage xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLanguage&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLanguage&gt;
  &lt;RelationLanguage&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLanguage&gt;
&lt;/ArrayOfRelationLanguage&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationLanguage xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLanguage&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLanguage&gt;
  &lt;RelationLanguage&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLanguage&gt;
&lt;/ArrayOfRelationLanguage&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/LastNameFormats">
                <doc title="PlanCare2Api/Relations/LastNameFormats" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationLastNameFormat xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLastNameFormat&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLastNameFormat&gt;
  &lt;RelationLastNameFormat&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLastNameFormat&gt;
&lt;/ArrayOfRelationLastNameFormat&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationLastNameFormat xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLastNameFormat&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLastNameFormat&gt;
  &lt;RelationLastNameFormat&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLastNameFormat&gt;
&lt;/ArrayOfRelationLastNameFormat&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/LegalStatuses">
                <doc title="PlanCare2Api/Relations/LegalStatuses" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationLegalStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLegalStatus&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLegalStatus&gt;
  &lt;RelationLegalStatus&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLegalStatus&gt;
&lt;/ArrayOfRelationLegalStatus&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationLegalStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLegalStatus&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLegalStatus&gt;
  &lt;RelationLegalStatus&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLegalStatus&gt;
&lt;/ArrayOfRelationLegalStatus&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/LivingUnits">
                <doc title="PlanCare2Api/Relations/LivingUnits" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationLivingUnit xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLivingUnit&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLivingUnit&gt;
  &lt;RelationLivingUnit&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLivingUnit&gt;
&lt;/ArrayOfRelationLivingUnit&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationLivingUnit xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLivingUnit&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLivingUnit&gt;
  &lt;RelationLivingUnit&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLivingUnit&gt;
&lt;/ArrayOfRelationLivingUnit&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/LookupNameFormats">
                <doc title="PlanCare2Api/Relations/LookupNameFormats" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationLookupNameFormat xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLookupNameFormat&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLookupNameFormat&gt;
  &lt;RelationLookupNameFormat&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLookupNameFormat&gt;
&lt;/ArrayOfRelationLookupNameFormat&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationLookupNameFormat xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationLookupNameFormat&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLookupNameFormat&gt;
  &lt;RelationLookupNameFormat&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationLookupNameFormat&gt;
&lt;/ArrayOfRelationLookupNameFormat&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/MaritalStatuses">
                <doc title="PlanCare2Api/Relations/MaritalStatuses" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationMaritalStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationMaritalStatus&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationMaritalStatus&gt;
  &lt;RelationMaritalStatus&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationMaritalStatus&gt;
&lt;/ArrayOfRelationMaritalStatus&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationMaritalStatus xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationMaritalStatus&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationMaritalStatus&gt;
  &lt;RelationMaritalStatus&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationMaritalStatus&gt;
&lt;/ArrayOfRelationMaritalStatus&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Nationalities">
                <doc title="PlanCare2Api/Relations/Nationalities" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationNationality xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationNationality&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationNationality&gt;
  &lt;RelationNationality&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationNationality&gt;
&lt;/ArrayOfRelationNationality&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationNationality xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationNationality&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationNationality&gt;
  &lt;RelationNationality&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationNationality&gt;
&lt;/ArrayOfRelationNationality&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Note">
                <doc title="PlanCare2Api/Relations/Note" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;TypeGuid&quot;: &quot;fd4f5c07-c281-497a-b89d-44df094187ce&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T22:06:17.1220211+02:00&quot;,
  &quot;Text&quot;: &quot;sample string 5&quot;,
  &quot;Visibility&quot;: 0,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;TypeGuid&quot;: &quot;fd4f5c07-c281-497a-b89d-44df094187ce&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T22:06:17.1220211+02:00&quot;,
  &quot;Text&quot;: &quot;sample string 5&quot;,
  &quot;Visibility&quot;: 0,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;RelationNote xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Date&gt;2026-05-26T22:06:17.1220211+02:00&lt;/Date&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Text&gt;sample string 5&lt;/Text&gt;
  &lt;TypeGuid&gt;fd4f5c07-c281-497a-b89d-44df094187ce&lt;/TypeGuid&gt;
  &lt;Visibility&gt;PublicForAllDisciplines&lt;/Visibility&gt;
&lt;/RelationNote&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;RelationNote xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Date&gt;2026-05-26T22:06:17.1220211+02:00&lt;/Date&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Text&gt;sample string 5&lt;/Text&gt;
  &lt;TypeGuid&gt;fd4f5c07-c281-497a-b89d-44df094187ce&lt;/TypeGuid&gt;
  &lt;Visibility&gt;PublicForAllDisciplines&lt;/Visibility&gt;
&lt;/RelationNote&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Note/{id}">
                <doc title="PlanCare2Api/Relations/Note/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;TypeGuid&quot;: &quot;8c357c1a-109e-4a21-a1dc-8f3c77807d09&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:55.9160851+02:00&quot;,
  &quot;Text&quot;: &quot;sample string 5&quot;,
  &quot;Visibility&quot;: 0,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;TypeGuid&quot;: &quot;8c357c1a-109e-4a21-a1dc-8f3c77807d09&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:55.9160851+02:00&quot;,
  &quot;Text&quot;: &quot;sample string 5&quot;,
  &quot;Visibility&quot;: 0,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;RelationNote xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Date&gt;2026-05-26T23:13:55.9160851+02:00&lt;/Date&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Text&gt;sample string 5&lt;/Text&gt;
  &lt;TypeGuid&gt;8c357c1a-109e-4a21-a1dc-8f3c77807d09&lt;/TypeGuid&gt;
  &lt;Visibility&gt;PublicForAllDisciplines&lt;/Visibility&gt;
&lt;/RelationNote&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;RelationNote xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Date&gt;2026-05-26T23:13:55.9160851+02:00&lt;/Date&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Text&gt;sample string 5&lt;/Text&gt;
  &lt;TypeGuid&gt;8c357c1a-109e-4a21-a1dc-8f3c77807d09&lt;/TypeGuid&gt;
  &lt;Visibility&gt;PublicForAllDisciplines&lt;/Visibility&gt;
&lt;/RelationNote&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Note/{id}">
                <doc title="PlanCare2Api/Relations/Note/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Note/Update">
                <doc title="PlanCare2Api/Relations/Note/Update" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;TypeGuid&quot;: &quot;9bee2f68-f948-48c4-a2f9-f374047bb28c&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:55.9160851+02:00&quot;,
  &quot;Text&quot;: &quot;sample string 5&quot;,
  &quot;Visibility&quot;: 0,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;TypeGuid&quot;: &quot;9bee2f68-f948-48c4-a2f9-f374047bb28c&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:55.9160851+02:00&quot;,
  &quot;Text&quot;: &quot;sample string 5&quot;,
  &quot;Visibility&quot;: 0,
  &quot;DisciplineIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;RelationNote xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Date&gt;2026-05-26T23:13:55.9160851+02:00&lt;/Date&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Text&gt;sample string 5&lt;/Text&gt;
  &lt;TypeGuid&gt;9bee2f68-f948-48c4-a2f9-f374047bb28c&lt;/TypeGuid&gt;
  &lt;Visibility&gt;PublicForAllDisciplines&lt;/Visibility&gt;
&lt;/RelationNote&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;RelationNote xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;Date&gt;2026-05-26T23:13:55.9160851+02:00&lt;/Date&gt;
  &lt;DisciplineIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/DisciplineIds&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Text&gt;sample string 5&lt;/Text&gt;
  &lt;TypeGuid&gt;9bee2f68-f948-48c4-a2f9-f374047bb28c&lt;/TypeGuid&gt;
  &lt;Visibility&gt;PublicForAllDisciplines&lt;/Visibility&gt;
&lt;/RelationNote&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/NoteTypes">
                <doc title="PlanCare2Api/Relations/NoteTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;3fec5aa0-0136-46b0-8be3-76fea718a0bb&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsActive&quot;: true,
    &quot;IsSystem&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;3fec5aa0-0136-46b0-8be3-76fea718a0bb&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;IsActive&quot;: true,
    &quot;IsSystem&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationNoteTypeSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationNoteTypeSummary&gt;
    &lt;Guid&gt;3fec5aa0-0136-46b0-8be3-76fea718a0bb&lt;/Guid&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;IsSystem&gt;true&lt;/IsSystem&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationNoteTypeSummary&gt;
  &lt;RelationNoteTypeSummary&gt;
    &lt;Guid&gt;3fec5aa0-0136-46b0-8be3-76fea718a0bb&lt;/Guid&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;IsSystem&gt;true&lt;/IsSystem&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationNoteTypeSummary&gt;
&lt;/ArrayOfRelationNoteTypeSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationNoteTypeSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationNoteTypeSummary&gt;
    &lt;Guid&gt;3fec5aa0-0136-46b0-8be3-76fea718a0bb&lt;/Guid&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;IsSystem&gt;true&lt;/IsSystem&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationNoteTypeSummary&gt;
  &lt;RelationNoteTypeSummary&gt;
    &lt;Guid&gt;3fec5aa0-0136-46b0-8be3-76fea718a0bb&lt;/Guid&gt;
    &lt;IsActive&gt;true&lt;/IsActive&gt;
    &lt;IsSystem&gt;true&lt;/IsSystem&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationNoteTypeSummary&gt;
&lt;/ArrayOfRelationNoteTypeSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/ParticularFormsOfCommunication">
                <doc title="PlanCare2Api/Relations/ParticularFormsOfCommunication" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationParticularFormOfCommunication xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationParticularFormOfCommunication&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationParticularFormOfCommunication&gt;
  &lt;RelationParticularFormOfCommunication&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationParticularFormOfCommunication&gt;
&lt;/ArrayOfRelationParticularFormOfCommunication&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationParticularFormOfCommunication xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationParticularFormOfCommunication&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationParticularFormOfCommunication&gt;
  &lt;RelationParticularFormOfCommunication&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationParticularFormOfCommunication&gt;
&lt;/ArrayOfRelationParticularFormOfCommunication&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Photo?relationIds[0]={relationIds[0]}&amp;relationIds[1]={relationIds[1]}">
                <doc title="PlanCare2Api/Relations/Photo?relationIds[0]={relationIds[0]}&amp;relationIds[1]={relationIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;Photo&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;Photo&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationPhoto xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationPhoto&gt;
    &lt;Photo&gt;sample string 2&lt;/Photo&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/RelationPhoto&gt;
  &lt;RelationPhoto&gt;
    &lt;Photo&gt;sample string 2&lt;/Photo&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/RelationPhoto&gt;
&lt;/ArrayOfRelationPhoto&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationPhoto xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationPhoto&gt;
    &lt;Photo&gt;sample string 2&lt;/Photo&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/RelationPhoto&gt;
  &lt;RelationPhoto&gt;
    &lt;Photo&gt;sample string 2&lt;/Photo&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/RelationPhoto&gt;
&lt;/ArrayOfRelationPhoto&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Religions">
                <doc title="PlanCare2Api/Relations/Religions" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationReligion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationReligion&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationReligion&gt;
  &lt;RelationReligion&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationReligion&gt;
&lt;/ArrayOfRelationReligion&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationReligion xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationReligion&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationReligion&gt;
  &lt;RelationReligion&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/RelationReligion&gt;
&lt;/ArrayOfRelationReligion&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Relations/Thumbnail?relationIds[0]={relationIds[0]}&amp;relationIds[1]={relationIds[1]}">
                <doc title="PlanCare2Api/Relations/Thumbnail?relationIds[0]={relationIds[0]}&amp;relationIds[1]={relationIds[1]}" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationIds"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;Photo&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;RelationId&quot;: 1,
    &quot;Photo&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRelationPhoto xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationPhoto&gt;
    &lt;Photo&gt;sample string 2&lt;/Photo&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/RelationPhoto&gt;
  &lt;RelationPhoto&gt;
    &lt;Photo&gt;sample string 2&lt;/Photo&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/RelationPhoto&gt;
&lt;/ArrayOfRelationPhoto&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRelationPhoto xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation&quot;&gt;
  &lt;RelationPhoto&gt;
    &lt;Photo&gt;sample string 2&lt;/Photo&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/RelationPhoto&gt;
  &lt;RelationPhoto&gt;
    &lt;Photo&gt;sample string 2&lt;/Photo&gt;
    &lt;RelationId&gt;1&lt;/RelationId&gt;
  &lt;/RelationPhoto&gt;
&lt;/ArrayOfRelationPhoto&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Reports/Locations">
                <doc title="PlanCare2Api/Reports/Locations" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;6b3213db-6cec-4d91-82dc-af3cfaeab642&quot;,
    &quot;Title&quot;: &quot;sample string 2&quot;,
    &quot;Location&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;6b3213db-6cec-4d91-82dc-af3cfaeab642&quot;,
    &quot;Title&quot;: &quot;sample string 2&quot;,
    &quot;Location&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfReportingLocation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ReportingLocation&gt;
    &lt;Guid&gt;6b3213db-6cec-4d91-82dc-af3cfaeab642&lt;/Guid&gt;
    &lt;Location&gt;sample string 3&lt;/Location&gt;
    &lt;Title&gt;sample string 2&lt;/Title&gt;
  &lt;/ReportingLocation&gt;
  &lt;ReportingLocation&gt;
    &lt;Guid&gt;6b3213db-6cec-4d91-82dc-af3cfaeab642&lt;/Guid&gt;
    &lt;Location&gt;sample string 3&lt;/Location&gt;
    &lt;Title&gt;sample string 2&lt;/Title&gt;
  &lt;/ReportingLocation&gt;
&lt;/ArrayOfReportingLocation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfReportingLocation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ReportingLocation&gt;
    &lt;Guid&gt;6b3213db-6cec-4d91-82dc-af3cfaeab642&lt;/Guid&gt;
    &lt;Location&gt;sample string 3&lt;/Location&gt;
    &lt;Title&gt;sample string 2&lt;/Title&gt;
  &lt;/ReportingLocation&gt;
  &lt;ReportingLocation&gt;
    &lt;Guid&gt;6b3213db-6cec-4d91-82dc-af3cfaeab642&lt;/Guid&gt;
    &lt;Location&gt;sample string 3&lt;/Location&gt;
    &lt;Title&gt;sample string 2&lt;/Title&gt;
  &lt;/ReportingLocation&gt;
&lt;/ArrayOfReportingLocation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Reports/MetaData?reportLocation={reportLocation}">
                <doc title="PlanCare2Api/Reports/MetaData?reportLocation={reportLocation}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportLocation"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;a3f89155-7a0e-49a6-a2f2-c01dca93a8bc&quot;,
    &quot;DisplayTitle&quot;: &quot;sample string 2&quot;,
    &quot;DisplayDescription&quot;: &quot;sample string 3&quot;,
    &quot;LocationGuid&quot;: &quot;b4c24893-5b37-44ae-89af-0b1eaba29411&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;a3f89155-7a0e-49a6-a2f2-c01dca93a8bc&quot;,
    &quot;DisplayTitle&quot;: &quot;sample string 2&quot;,
    &quot;DisplayDescription&quot;: &quot;sample string 3&quot;,
    &quot;LocationGuid&quot;: &quot;b4c24893-5b37-44ae-89af-0b1eaba29411&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfReportingOnLocation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ReportingOnLocation&gt;
    &lt;DisplayDescription&gt;sample string 3&lt;/DisplayDescription&gt;
    &lt;DisplayTitle&gt;sample string 2&lt;/DisplayTitle&gt;
    &lt;Guid&gt;a3f89155-7a0e-49a6-a2f2-c01dca93a8bc&lt;/Guid&gt;
    &lt;LocationGuid&gt;b4c24893-5b37-44ae-89af-0b1eaba29411&lt;/LocationGuid&gt;
  &lt;/ReportingOnLocation&gt;
  &lt;ReportingOnLocation&gt;
    &lt;DisplayDescription&gt;sample string 3&lt;/DisplayDescription&gt;
    &lt;DisplayTitle&gt;sample string 2&lt;/DisplayTitle&gt;
    &lt;Guid&gt;a3f89155-7a0e-49a6-a2f2-c01dca93a8bc&lt;/Guid&gt;
    &lt;LocationGuid&gt;b4c24893-5b37-44ae-89af-0b1eaba29411&lt;/LocationGuid&gt;
  &lt;/ReportingOnLocation&gt;
&lt;/ArrayOfReportingOnLocation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfReportingOnLocation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ReportingOnLocation&gt;
    &lt;DisplayDescription&gt;sample string 3&lt;/DisplayDescription&gt;
    &lt;DisplayTitle&gt;sample string 2&lt;/DisplayTitle&gt;
    &lt;Guid&gt;a3f89155-7a0e-49a6-a2f2-c01dca93a8bc&lt;/Guid&gt;
    &lt;LocationGuid&gt;b4c24893-5b37-44ae-89af-0b1eaba29411&lt;/LocationGuid&gt;
  &lt;/ReportingOnLocation&gt;
  &lt;ReportingOnLocation&gt;
    &lt;DisplayDescription&gt;sample string 3&lt;/DisplayDescription&gt;
    &lt;DisplayTitle&gt;sample string 2&lt;/DisplayTitle&gt;
    &lt;Guid&gt;a3f89155-7a0e-49a6-a2f2-c01dca93a8bc&lt;/Guid&gt;
    &lt;LocationGuid&gt;b4c24893-5b37-44ae-89af-0b1eaba29411&lt;/LocationGuid&gt;
  &lt;/ReportingOnLocation&gt;
&lt;/ArrayOfReportingOnLocation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Reports/Pdf?reportLocation={reportLocation}&amp;clientId={clientId}">
                <doc title="PlanCare2Api/Reports/Pdf?reportLocation={reportLocation}&amp;clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="reportLocation"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                             <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Title&quot;: &quot;sample string 1&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;FileName&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Title&quot;: &quot;sample string 1&quot;,
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;FileName&quot;: &quot;sample string 2&quot;,
  &quot;Description&quot;: &quot;sample string 3&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;Report xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;FileName&gt;sample string 2&lt;/FileName&gt;
  &lt;Title&gt;sample string 1&lt;/Title&gt;
&lt;/Report&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;Report xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Content&gt;QEA=&lt;/Content&gt;
  &lt;Description&gt;sample string 3&lt;/Description&gt;
  &lt;FileName&gt;sample string 2&lt;/FileName&gt;
  &lt;Title&gt;sample string 1&lt;/Title&gt;
&lt;/Report&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/ReportTags">
                <doc title="PlanCare2Api/ReportTags" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfReportTag xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ReportTag&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ReportTag&gt;
  &lt;ReportTag&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ReportTag&gt;
&lt;/ArrayOfReportTag&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfReportTag xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;ReportTag&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ReportTag&gt;
  &lt;ReportTag&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/ReportTag&gt;
&lt;/ArrayOfReportTag&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/ApplicationCustomLabels">
                <doc title="PlanCare2Api/RootData/ApplicationCustomLabels" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Key&quot;: &quot;sample string 1&quot;,
    &quot;SingularValue&quot;: &quot;sample string 2&quot;,
    &quot;PluralValue&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Key&quot;: &quot;sample string 1&quot;,
    &quot;SingularValue&quot;: &quot;sample string 2&quot;,
    &quot;PluralValue&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfApplicationCustomLabel xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;ApplicationCustomLabel&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Key&gt;sample string 1&lt;/Key&gt;
    &lt;PluralValue&gt;sample string 3&lt;/PluralValue&gt;
    &lt;SingularValue&gt;sample string 2&lt;/SingularValue&gt;
  &lt;/ApplicationCustomLabel&gt;
  &lt;ApplicationCustomLabel&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Key&gt;sample string 1&lt;/Key&gt;
    &lt;PluralValue&gt;sample string 3&lt;/PluralValue&gt;
    &lt;SingularValue&gt;sample string 2&lt;/SingularValue&gt;
  &lt;/ApplicationCustomLabel&gt;
&lt;/ArrayOfApplicationCustomLabel&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfApplicationCustomLabel xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;ApplicationCustomLabel&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Key&gt;sample string 1&lt;/Key&gt;
    &lt;PluralValue&gt;sample string 3&lt;/PluralValue&gt;
    &lt;SingularValue&gt;sample string 2&lt;/SingularValue&gt;
  &lt;/ApplicationCustomLabel&gt;
  &lt;ApplicationCustomLabel&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;Key&gt;sample string 1&lt;/Key&gt;
    &lt;PluralValue&gt;sample string 3&lt;/PluralValue&gt;
    &lt;SingularValue&gt;sample string 2&lt;/SingularValue&gt;
  &lt;/ApplicationCustomLabel&gt;
&lt;/ArrayOfApplicationCustomLabel&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/ApplicationSettings">
                <doc title="PlanCare2Api/RootData/ApplicationSettings" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Value&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfApplicationSetting xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;ApplicationSetting&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/ApplicationSetting&gt;
  &lt;ApplicationSetting&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/ApplicationSetting&gt;
&lt;/ArrayOfApplicationSetting&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfApplicationSetting xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;ApplicationSetting&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/ApplicationSetting&gt;
  &lt;ApplicationSetting&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Value&gt;sample string 3&lt;/Value&gt;
  &lt;/ApplicationSetting&gt;
&lt;/ArrayOfApplicationSetting&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/AvailableEvaluationTypes">
                <doc title="PlanCare2Api/RootData/AvailableEvaluationTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfEvaluationType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;EvaluationType&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/EvaluationType&gt;
  &lt;EvaluationType&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/EvaluationType&gt;
&lt;/ArrayOfEvaluationType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfEvaluationType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;EvaluationType&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/EvaluationType&gt;
  &lt;EvaluationType&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/EvaluationType&gt;
&lt;/ArrayOfEvaluationType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/ChoiceTypes">
                <doc title="PlanCare2Api/RootData/ChoiceTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Category&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Description&quot;: &quot;sample string 2&quot;,
    &quot;Category&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfChoiceType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ChoiceType&gt;
    &lt;Category&gt;sample string 3&lt;/Category&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/ChoiceType&gt;
  &lt;ChoiceType&gt;
    &lt;Category&gt;sample string 3&lt;/Category&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/ChoiceType&gt;
&lt;/ArrayOfChoiceType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfChoiceType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;ChoiceType&gt;
    &lt;Category&gt;sample string 3&lt;/Category&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/ChoiceType&gt;
  &lt;ChoiceType&gt;
    &lt;Category&gt;sample string 3&lt;/Category&gt;
    &lt;Description&gt;sample string 2&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
  &lt;/ChoiceType&gt;
&lt;/ArrayOfChoiceType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/ChoiceTypes/{choiceType}/Choices">
                <doc title="PlanCare2Api/RootData/ChoiceTypes/{choiceType}/Choices" /> 
                <method name="GET">
                    <request>
 
                            <param name="choiceType"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfChoice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Choice&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Choice&gt;
  &lt;Choice&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Choice&gt;
&lt;/ArrayOfChoice&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfChoice xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration&quot;&gt;
  &lt;Choice&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Choice&gt;
  &lt;Choice&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Choice&gt;
&lt;/ArrayOfChoice&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/costTypes">
                <doc title="PlanCare2Api/RootData/costTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfCostType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;CostType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/CostType&gt;
  &lt;CostType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/CostType&gt;
&lt;/ArrayOfCostType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfCostType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;CostType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/CostType&gt;
  &lt;CostType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/CostType&gt;
&lt;/ArrayOfCostType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/DisciplineGroups?groupId={groupId}&amp;showDisciplines={showDisciplines}">
                <doc title="PlanCare2Api/RootData/DisciplineGroups?groupId={groupId}&amp;showDisciplines={showDisciplines}" /> 
                <method name="GET">
                    <request>
 
                            <param name="groupId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                             <param name="showDisciplines"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
        &quot;IsActual&quot;: true,
        &quot;DisciplineGroupId&quot;: 6,
        &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
        &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
        &quot;IsActual&quot;: true,
        &quot;DisciplineGroupId&quot;: 6,
        &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
        &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDisciplineGroup xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;DisciplineGroup&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Disciplines&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/DisciplineGroup&gt;
  &lt;DisciplineGroup&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Disciplines&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/DisciplineGroup&gt;
&lt;/ArrayOfDisciplineGroup&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDisciplineGroup xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;DisciplineGroup&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Disciplines&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/DisciplineGroup&gt;
  &lt;DisciplineGroup&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Disciplines&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;Discipline&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
        &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
        &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;IsActual&gt;true&lt;/IsActual&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
        &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
      &lt;/Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/DisciplineGroup&gt;
&lt;/ArrayOfDisciplineGroup&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/Disciplines">
                <doc title="PlanCare2Api/RootData/Disciplines" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDiscipline xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
&lt;/ArrayOfDiscipline&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDiscipline xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;Discipline&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DisciplineGroupId&gt;6&lt;/DisciplineGroupId&gt;
    &lt;EvsFunction&gt;sample string 7&lt;/EvsFunction&gt;
    &lt;EvsSpecialism&gt;sample string 8&lt;/EvsSpecialism&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsActual&gt;true&lt;/IsActual&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SpecialismCode&gt;sample string 4&lt;/SpecialismCode&gt;
  &lt;/Discipline&gt;
&lt;/ArrayOfDiscipline&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/TravelMethods">
                <doc title="PlanCare2Api/RootData/TravelMethods" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTravelMethod xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;TravelMethod&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/TravelMethod&gt;
  &lt;TravelMethod&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/TravelMethod&gt;
&lt;/ArrayOfTravelMethod&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTravelMethod xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData&quot;&gt;
  &lt;TravelMethod&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/TravelMethod&gt;
  &lt;TravelMethod&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
  &lt;/TravelMethod&gt;
&lt;/ArrayOfTravelMethod&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/Worktypes">
                <doc title="PlanCare2Api/RootData/Worktypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.1816969+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.1816969+02:00&quot;,
    &quot;WorkTypeIsDirect&quot;: true,
    &quot;ExternalCode&quot;: &quot;sample string 7&quot;,
    &quot;IsWorkTime&quot;: true,
    &quot;OrganizationEntities&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;CostCenter&quot;: &quot;sample string 1&quot;,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Name&quot;: &quot;sample string 3&quot;,
        &quot;Id&quot;: {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Identifier&quot;: &quot;sample string 1&quot;,
          &quot;Type&quot;: 0
        }
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.1816969+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.1816969+02:00&quot;,
    &quot;WorkTypeIsDirect&quot;: true,
    &quot;ExternalCode&quot;: &quot;sample string 7&quot;,
    &quot;IsWorkTime&quot;: true,
    &quot;OrganizationEntities&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;CostCenter&quot;: &quot;sample string 1&quot;,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Name&quot;: &quot;sample string 3&quot;,
        &quot;Id&quot;: {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Identifier&quot;: &quot;sample string 1&quot;,
          &quot;Type&quot;: 0
        }
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 7&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;OrganizationEntities&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
    &lt;/OrganizationEntities&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/StartDate&gt;
    &lt;WorkTypeIsDirect&gt;true&lt;/WorkTypeIsDirect&gt;
  &lt;/WorkType&gt;
  &lt;WorkType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 7&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;OrganizationEntities&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
    &lt;/OrganizationEntities&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/StartDate&gt;
    &lt;WorkTypeIsDirect&gt;true&lt;/WorkTypeIsDirect&gt;
  &lt;/WorkType&gt;
&lt;/ArrayOfWorkType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 7&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;OrganizationEntities&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
    &lt;/OrganizationEntities&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/StartDate&gt;
    &lt;WorkTypeIsDirect&gt;true&lt;/WorkTypeIsDirect&gt;
  &lt;/WorkType&gt;
  &lt;WorkType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 7&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;OrganizationEntities&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
    &lt;/OrganizationEntities&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/StartDate&gt;
    &lt;WorkTypeIsDirect&gt;true&lt;/WorkTypeIsDirect&gt;
  &lt;/WorkType&gt;
&lt;/ArrayOfWorkType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/Worktypes/{workTypeId}/WorkTypeLevels">
                <doc title="PlanCare2Api/RootData/Worktypes/{workTypeId}/WorkTypeLevels" /> 
                <method name="GET">
                    <request>
 
                            <param name="workTypeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Code&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;ExternalCode&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Code&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;ExternalCode&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkTypeLevel xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkTypeLevel&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;ExternalCode&gt;sample string 5&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/WorkTypeLevel&gt;
  &lt;WorkTypeLevel&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;ExternalCode&gt;sample string 5&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/WorkTypeLevel&gt;
&lt;/ArrayOfWorkTypeLevel&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkTypeLevel xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkTypeLevel&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;ExternalCode&gt;sample string 5&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/WorkTypeLevel&gt;
  &lt;WorkTypeLevel&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;ExternalCode&gt;sample string 5&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/WorkTypeLevel&gt;
&lt;/ArrayOfWorkTypeLevel&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/Worktypes/WorkTypeLevels/{workTypeLevelId}/WorkTypeCompetences">
                <doc title="PlanCare2Api/RootData/Worktypes/WorkTypeLevels/{workTypeLevelId}/WorkTypeCompetences" /> 
                <method name="GET">
                    <request>
 
                            <param name="workTypeLevelId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Code&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;ExternalCode&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Code&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;ExternalCode&quot;: &quot;sample string 5&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkTypeCompetence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkTypeCompetence&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;ExternalCode&gt;sample string 5&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/WorkTypeCompetence&gt;
  &lt;WorkTypeCompetence&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;ExternalCode&gt;sample string 5&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/WorkTypeCompetence&gt;
&lt;/ArrayOfWorkTypeCompetence&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkTypeCompetence xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkTypeCompetence&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;ExternalCode&gt;sample string 5&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/WorkTypeCompetence&gt;
  &lt;WorkTypeCompetence&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;ExternalCode&gt;sample string 5&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/WorkTypeCompetence&gt;
&lt;/ArrayOfWorkTypeCompetence&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/Worktypes?dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/RootData/Worktypes?dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ProductId&quot;: 1,
    &quot;ContractTypeId&quot;: 2,
    &quot;ContractTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeId&quot;: 4,
    &quot;WorktTypeCode&quot;: &quot;sample string 5&quot;,
    &quot;WorkTypeName&quot;: &quot;sample string 6&quot;,
    &quot;WorkTypeDescription&quot;: &quot;sample string 7&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.2285725+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.2285725+02:00&quot;,
    &quot;ExternalCode&quot;: &quot;sample string 9&quot;,
    &quot;IsWorkTime&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ProductId&quot;: 1,
    &quot;ContractTypeId&quot;: 2,
    &quot;ContractTypeCode&quot;: &quot;sample string 3&quot;,
    &quot;WorkTypeId&quot;: 4,
    &quot;WorktTypeCode&quot;: &quot;sample string 5&quot;,
    &quot;WorkTypeName&quot;: &quot;sample string 6&quot;,
    &quot;WorkTypeDescription&quot;: &quot;sample string 7&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.2285725+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.2285725+02:00&quot;,
    &quot;ExternalCode&quot;: &quot;sample string 9&quot;,
    &quot;IsWorkTime&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkTypeBulk xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkTypeBulk&gt;
    &lt;ContractTypeCode&gt;sample string 3&lt;/ContractTypeCode&gt;
    &lt;ContractTypeId&gt;2&lt;/ContractTypeId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.2285725+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 9&lt;/ExternalCode&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.2285725+02:00&lt;/StartDate&gt;
    &lt;WorkTypeDescription&gt;sample string 7&lt;/WorkTypeDescription&gt;
    &lt;WorkTypeId&gt;4&lt;/WorkTypeId&gt;
    &lt;WorkTypeName&gt;sample string 6&lt;/WorkTypeName&gt;
    &lt;WorktTypeCode&gt;sample string 5&lt;/WorktTypeCode&gt;
  &lt;/WorkTypeBulk&gt;
  &lt;WorkTypeBulk&gt;
    &lt;ContractTypeCode&gt;sample string 3&lt;/ContractTypeCode&gt;
    &lt;ContractTypeId&gt;2&lt;/ContractTypeId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.2285725+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 9&lt;/ExternalCode&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.2285725+02:00&lt;/StartDate&gt;
    &lt;WorkTypeDescription&gt;sample string 7&lt;/WorkTypeDescription&gt;
    &lt;WorkTypeId&gt;4&lt;/WorkTypeId&gt;
    &lt;WorkTypeName&gt;sample string 6&lt;/WorkTypeName&gt;
    &lt;WorktTypeCode&gt;sample string 5&lt;/WorktTypeCode&gt;
  &lt;/WorkTypeBulk&gt;
&lt;/ArrayOfWorkTypeBulk&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkTypeBulk xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkTypeBulk&gt;
    &lt;ContractTypeCode&gt;sample string 3&lt;/ContractTypeCode&gt;
    &lt;ContractTypeId&gt;2&lt;/ContractTypeId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.2285725+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 9&lt;/ExternalCode&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.2285725+02:00&lt;/StartDate&gt;
    &lt;WorkTypeDescription&gt;sample string 7&lt;/WorkTypeDescription&gt;
    &lt;WorkTypeId&gt;4&lt;/WorkTypeId&gt;
    &lt;WorkTypeName&gt;sample string 6&lt;/WorkTypeName&gt;
    &lt;WorktTypeCode&gt;sample string 5&lt;/WorktTypeCode&gt;
  &lt;/WorkTypeBulk&gt;
  &lt;WorkTypeBulk&gt;
    &lt;ContractTypeCode&gt;sample string 3&lt;/ContractTypeCode&gt;
    &lt;ContractTypeId&gt;2&lt;/ContractTypeId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.2285725+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 9&lt;/ExternalCode&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;ProductId&gt;1&lt;/ProductId&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.2285725+02:00&lt;/StartDate&gt;
    &lt;WorkTypeDescription&gt;sample string 7&lt;/WorkTypeDescription&gt;
    &lt;WorkTypeId&gt;4&lt;/WorkTypeId&gt;
    &lt;WorkTypeName&gt;sample string 6&lt;/WorkTypeName&gt;
    &lt;WorktTypeCode&gt;sample string 5&lt;/WorktTypeCode&gt;
  &lt;/WorkTypeBulk&gt;
&lt;/ArrayOfWorkTypeBulk&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/RootData/Worktypes?referenceDate={referenceDate}&amp;contractTypeId={contractTypeId}&amp;productId={productId}">
                <doc title="PlanCare2Api/RootData/Worktypes?referenceDate={referenceDate}&amp;contractTypeId={contractTypeId}&amp;productId={productId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="contractTypeId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="productId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.1816969+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.1816969+02:00&quot;,
    &quot;WorkTypeIsDirect&quot;: true,
    &quot;ExternalCode&quot;: &quot;sample string 7&quot;,
    &quot;IsWorkTime&quot;: true,
    &quot;OrganizationEntities&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;CostCenter&quot;: &quot;sample string 1&quot;,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Name&quot;: &quot;sample string 3&quot;,
        &quot;Id&quot;: {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Identifier&quot;: &quot;sample string 1&quot;,
          &quot;Type&quot;: 0
        }
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Name&quot;: &quot;sample string 3&quot;,
    &quot;Description&quot;: &quot;sample string 4&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:55.1816969+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:55.1816969+02:00&quot;,
    &quot;WorkTypeIsDirect&quot;: true,
    &quot;ExternalCode&quot;: &quot;sample string 7&quot;,
    &quot;IsWorkTime&quot;: true,
    &quot;OrganizationEntities&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;CostCenter&quot;: &quot;sample string 1&quot;,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Name&quot;: &quot;sample string 3&quot;,
        &quot;Id&quot;: {
          &quot;$id&quot;: &quot;3&quot;,
          &quot;Identifier&quot;: &quot;sample string 1&quot;,
          &quot;Type&quot;: 0
        }
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 7&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;OrganizationEntities&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
    &lt;/OrganizationEntities&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/StartDate&gt;
    &lt;WorkTypeIsDirect&gt;true&lt;/WorkTypeIsDirect&gt;
  &lt;/WorkType&gt;
  &lt;WorkType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 7&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;OrganizationEntities&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
    &lt;/OrganizationEntities&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/StartDate&gt;
    &lt;WorkTypeIsDirect&gt;true&lt;/WorkTypeIsDirect&gt;
  &lt;/WorkType&gt;
&lt;/ArrayOfWorkType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;WorkType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 7&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;OrganizationEntities&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
    &lt;/OrganizationEntities&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/StartDate&gt;
    &lt;WorkTypeIsDirect&gt;true&lt;/WorkTypeIsDirect&gt;
  &lt;/WorkType&gt;
  &lt;WorkType&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/EndDate&gt;
    &lt;ExternalCode&gt;sample string 7&lt;/ExternalCode&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsWorkTime&gt;true&lt;/IsWorkTime&gt;
    &lt;Name&gt;sample string 3&lt;/Name&gt;
    &lt;OrganizationEntities&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
      &lt;OrganizationEntity&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;CostCenter&gt;sample string 1&lt;/CostCenter&gt;
        &lt;Id xmlns:d5p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
          &lt;d5p1:Identifier&gt;sample string 1&lt;/d5p1:Identifier&gt;
          &lt;d5p1:Type&gt;ExternalId&lt;/d5p1:Type&gt;
        &lt;/Id&gt;
        &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;/OrganizationEntity&gt;
    &lt;/OrganizationEntities&gt;
    &lt;StartDate&gt;2026-05-26T23:13:55.1816969+02:00&lt;/StartDate&gt;
    &lt;WorkTypeIsDirect&gt;true&lt;/WorkTypeIsDirect&gt;
  &lt;/WorkType&gt;
&lt;/ArrayOfWorkType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Shifts">
                <doc title="PlanCare2Api/Shifts" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;TimeFrom&quot;: &quot;2026-05-26T22:08:17.6201788+02:00&quot;,
    &quot;TimeUntil&quot;: &quot;2026-05-26T22:08:17.6201788+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;TimeFrom&quot;: &quot;2026-05-26T22:08:17.6201788+02:00&quot;,
    &quot;TimeUntil&quot;: &quot;2026-05-26T22:08:17.6201788+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfShift xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Shift&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TimeFrom&gt;2026-05-26T22:08:17.6201788+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T22:08:17.6201788+02:00&lt;/TimeUntil&gt;
  &lt;/Shift&gt;
  &lt;Shift&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TimeFrom&gt;2026-05-26T22:08:17.6201788+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T22:08:17.6201788+02:00&lt;/TimeUntil&gt;
  &lt;/Shift&gt;
&lt;/ArrayOfShift&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfShift xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Shift&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TimeFrom&gt;2026-05-26T22:08:17.6201788+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T22:08:17.6201788+02:00&lt;/TimeUntil&gt;
  &lt;/Shift&gt;
  &lt;Shift&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;TimeFrom&gt;2026-05-26T22:08:17.6201788+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T22:08:17.6201788+02:00&lt;/TimeUntil&gt;
  &lt;/Shift&gt;
&lt;/ArrayOfShift&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/SocialNetwork/{relationId}/Relations">
                <doc title="PlanCare2Api/SocialNetwork/{relationId}/Relations" /> 
                <method name="GET">
                    <request>
 
                            <param name="relationId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Role&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Priority&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Guid&quot;: &quot;fb5c2151-9195-4a65-80b1-2d980ac9dff8&quot;,
      &quot;Rank&quot;: 2,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Color&quot;: &quot;sample string 4&quot;
    },
    &quot;RelationTypeOut&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Guid&quot;: &quot;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&quot;,
      &quot;Rank&quot;: 2,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Color&quot;: &quot;sample string 4&quot;
    },
    &quot;RelationTypeIn&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;Tasks&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Guid&quot;: &quot;0606122a-d613-4731-9a3d-c9913f8498f6&quot;,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Color&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Name&quot;: &quot;sample string 1&quot;,
    &quot;Role&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Priority&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Guid&quot;: &quot;fb5c2151-9195-4a65-80b1-2d980ac9dff8&quot;,
      &quot;Rank&quot;: 2,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Color&quot;: &quot;sample string 4&quot;
    },
    &quot;RelationTypeOut&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Guid&quot;: &quot;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&quot;,
      &quot;Rank&quot;: 2,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;Color&quot;: &quot;sample string 4&quot;
    },
    &quot;RelationTypeIn&quot;: {
      &quot;$ref&quot;: &quot;3&quot;
    },
    &quot;Tasks&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Guid&quot;: &quot;0606122a-d613-4731-9a3d-c9913f8498f6&quot;,
        &quot;Code&quot;: &quot;sample string 2&quot;,
        &quot;Description&quot;: &quot;sample string 3&quot;,
        &quot;Color&quot;: &quot;sample string 4&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfSocialNetworkRelationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;SocialNetworkRelationSummary&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Priority&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;fb5c2151-9195-4a65-80b1-2d980ac9dff8&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/Priority&gt;
    &lt;RelationTypeIn&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/RelationTypeIn&gt;
    &lt;RelationTypeOut&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/RelationTypeOut&gt;
    &lt;Role&gt;sample string 2&lt;/Role&gt;
    &lt;Tasks&gt;
      &lt;SocialNetworkTask&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Color&gt;sample string 4&lt;/Color&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Guid&gt;0606122a-d613-4731-9a3d-c9913f8498f6&lt;/Guid&gt;
      &lt;/SocialNetworkTask&gt;
      &lt;SocialNetworkTask&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Color&gt;sample string 4&lt;/Color&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Guid&gt;0606122a-d613-4731-9a3d-c9913f8498f6&lt;/Guid&gt;
      &lt;/SocialNetworkTask&gt;
    &lt;/Tasks&gt;
  &lt;/SocialNetworkRelationSummary&gt;
  &lt;SocialNetworkRelationSummary&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Priority&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;fb5c2151-9195-4a65-80b1-2d980ac9dff8&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/Priority&gt;
    &lt;RelationTypeIn&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/RelationTypeIn&gt;
    &lt;RelationTypeOut&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/RelationTypeOut&gt;
    &lt;Role&gt;sample string 2&lt;/Role&gt;
    &lt;Tasks&gt;
      &lt;SocialNetworkTask&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Color&gt;sample string 4&lt;/Color&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Guid&gt;0606122a-d613-4731-9a3d-c9913f8498f6&lt;/Guid&gt;
      &lt;/SocialNetworkTask&gt;
      &lt;SocialNetworkTask&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Color&gt;sample string 4&lt;/Color&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Guid&gt;0606122a-d613-4731-9a3d-c9913f8498f6&lt;/Guid&gt;
      &lt;/SocialNetworkTask&gt;
    &lt;/Tasks&gt;
  &lt;/SocialNetworkRelationSummary&gt;
&lt;/ArrayOfSocialNetworkRelationSummary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfSocialNetworkRelationSummary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;SocialNetworkRelationSummary&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Priority&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;fb5c2151-9195-4a65-80b1-2d980ac9dff8&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/Priority&gt;
    &lt;RelationTypeIn&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/RelationTypeIn&gt;
    &lt;RelationTypeOut&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/RelationTypeOut&gt;
    &lt;Role&gt;sample string 2&lt;/Role&gt;
    &lt;Tasks&gt;
      &lt;SocialNetworkTask&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Color&gt;sample string 4&lt;/Color&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Guid&gt;0606122a-d613-4731-9a3d-c9913f8498f6&lt;/Guid&gt;
      &lt;/SocialNetworkTask&gt;
      &lt;SocialNetworkTask&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Color&gt;sample string 4&lt;/Color&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Guid&gt;0606122a-d613-4731-9a3d-c9913f8498f6&lt;/Guid&gt;
      &lt;/SocialNetworkTask&gt;
    &lt;/Tasks&gt;
  &lt;/SocialNetworkRelationSummary&gt;
  &lt;SocialNetworkRelationSummary&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Name&gt;sample string 1&lt;/Name&gt;
    &lt;Priority&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;fb5c2151-9195-4a65-80b1-2d980ac9dff8&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/Priority&gt;
    &lt;RelationTypeIn&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/RelationTypeIn&gt;
    &lt;RelationTypeOut&gt;
      &lt;Color&gt;sample string 4&lt;/Color&gt;
      &lt;Description&gt;sample string 3&lt;/Description&gt;
      &lt;Guid&gt;ce2fa44e-dd1c-4143-a2a4-5d39ca4cc65a&lt;/Guid&gt;
      &lt;Rank&gt;2&lt;/Rank&gt;
    &lt;/RelationTypeOut&gt;
    &lt;Role&gt;sample string 2&lt;/Role&gt;
    &lt;Tasks&gt;
      &lt;SocialNetworkTask&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Color&gt;sample string 4&lt;/Color&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Guid&gt;0606122a-d613-4731-9a3d-c9913f8498f6&lt;/Guid&gt;
      &lt;/SocialNetworkTask&gt;
      &lt;SocialNetworkTask&gt;
        &lt;Code&gt;sample string 2&lt;/Code&gt;
        &lt;Color&gt;sample string 4&lt;/Color&gt;
        &lt;Description&gt;sample string 3&lt;/Description&gt;
        &lt;Guid&gt;0606122a-d613-4731-9a3d-c9913f8498f6&lt;/Guid&gt;
      &lt;/SocialNetworkTask&gt;
    &lt;/Tasks&gt;
  &lt;/SocialNetworkRelationSummary&gt;
&lt;/ArrayOfSocialNetworkRelationSummary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/SocialNetwork/Priorities">
                <doc title="PlanCare2Api/SocialNetwork/Priorities" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;3489294e-d80b-473b-b575-d65bfd9aaabc&quot;,
    &quot;Rank&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Color&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;3489294e-d80b-473b-b575-d65bfd9aaabc&quot;,
    &quot;Rank&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Color&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfSocialNetworkPriority xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;SocialNetworkPriority&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;3489294e-d80b-473b-b575-d65bfd9aaabc&lt;/Guid&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
  &lt;/SocialNetworkPriority&gt;
  &lt;SocialNetworkPriority&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;3489294e-d80b-473b-b575-d65bfd9aaabc&lt;/Guid&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
  &lt;/SocialNetworkPriority&gt;
&lt;/ArrayOfSocialNetworkPriority&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfSocialNetworkPriority xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;SocialNetworkPriority&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;3489294e-d80b-473b-b575-d65bfd9aaabc&lt;/Guid&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
  &lt;/SocialNetworkPriority&gt;
  &lt;SocialNetworkPriority&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;3489294e-d80b-473b-b575-d65bfd9aaabc&lt;/Guid&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
  &lt;/SocialNetworkPriority&gt;
&lt;/ArrayOfSocialNetworkPriority&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/SocialNetwork/RelationTypes">
                <doc title="PlanCare2Api/SocialNetwork/RelationTypes" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;07d0d72b-8100-43f5-b84d-2a475b0612f2&quot;,
    &quot;Rank&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Color&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;07d0d72b-8100-43f5-b84d-2a475b0612f2&quot;,
    &quot;Rank&quot;: 2,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Color&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfSocialNetworkRelationType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;SocialNetworkRelationType&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;07d0d72b-8100-43f5-b84d-2a475b0612f2&lt;/Guid&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
  &lt;/SocialNetworkRelationType&gt;
  &lt;SocialNetworkRelationType&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;07d0d72b-8100-43f5-b84d-2a475b0612f2&lt;/Guid&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
  &lt;/SocialNetworkRelationType&gt;
&lt;/ArrayOfSocialNetworkRelationType&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfSocialNetworkRelationType xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;SocialNetworkRelationType&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;07d0d72b-8100-43f5-b84d-2a475b0612f2&lt;/Guid&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
  &lt;/SocialNetworkRelationType&gt;
  &lt;SocialNetworkRelationType&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;07d0d72b-8100-43f5-b84d-2a475b0612f2&lt;/Guid&gt;
    &lt;Rank&gt;2&lt;/Rank&gt;
  &lt;/SocialNetworkRelationType&gt;
&lt;/ArrayOfSocialNetworkRelationType&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/SocialNetwork/Tasks">
                <doc title="PlanCare2Api/SocialNetwork/Tasks" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;cd1ad85b-b8d9-4198-a70c-fd4331a91792&quot;,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Color&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;cd1ad85b-b8d9-4198-a70c-fd4331a91792&quot;,
    &quot;Code&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Color&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfSocialNetworkTask xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;SocialNetworkTask&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;cd1ad85b-b8d9-4198-a70c-fd4331a91792&lt;/Guid&gt;
  &lt;/SocialNetworkTask&gt;
  &lt;SocialNetworkTask&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;cd1ad85b-b8d9-4198-a70c-fd4331a91792&lt;/Guid&gt;
  &lt;/SocialNetworkTask&gt;
&lt;/ArrayOfSocialNetworkTask&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfSocialNetworkTask xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;SocialNetworkTask&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;cd1ad85b-b8d9-4198-a70c-fd4331a91792&lt;/Guid&gt;
  &lt;/SocialNetworkTask&gt;
  &lt;SocialNetworkTask&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;Color&gt;sample string 4&lt;/Color&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Guid&gt;cd1ad85b-b8d9-4198-a70c-fd4331a91792&lt;/Guid&gt;
  &lt;/SocialNetworkTask&gt;
&lt;/ArrayOfSocialNetworkTask&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/TeamAppointments/{appointmentId}">
                <doc title="PlanCare2Api/TeamAppointments/{appointmentId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/TeamAppointments/{appointmentId}/OccurrenceIndex/{occurrenceIndex}">
                <doc title="PlanCare2Api/TeamAppointments/{appointmentId}/OccurrenceIndex/{occurrenceIndex}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceIndex"
                                   style="template"
                                   type="xs:int"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/TeamAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}">
                <doc title="PlanCare2Api/TeamAppointments/{appointmentId}?occurrenceRangeFrom={occurrenceRangeFrom}&amp;occurrenceRangeUntil={occurrenceRangeUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="occurrenceRangeFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="occurrenceRangeUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;TeamCalendarId&quot;: 1,
  &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;ShowInGroupCalendar&quot;: true,
  &quot;Clients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;TeamCalendarId&quot;: 1,
  &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;ShowInGroupCalendar&quot;: true,
  &quot;Clients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TeamAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3848251+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:55.3848251+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:55.3848251+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:55.3848251+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:55.3848251+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:55.3848251+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:55.3848251+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3848251+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;Clients xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
  &lt;/Clients&gt;
  &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
  &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
  &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
&lt;/TeamAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TeamAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3848251+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T23:13:55.3848251+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:55.3848251+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:55.3848251+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:55.3848251+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T23:13:55.3848251+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:55.3848251+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3848251+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;Clients xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
  &lt;/Clients&gt;
  &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
  &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
  &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
&lt;/TeamAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/TeamAppointments/ChangeOfOccurrenceAppointments">
                <doc title="PlanCare2Api/TeamAppointments/ChangeOfOccurrenceAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:37.2026618+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:37.2026618+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:07:37.2026618+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:37.2026618+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfOccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:07:37.2026618+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:07:37.2026618+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/ChangeOfOccurrenceAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfOccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:07:37.2026618+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:07:37.2026618+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/ChangeOfOccurrenceAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/TeamAppointments/ChangeOfTeamAppointments">
                <doc title="PlanCare2Api/TeamAppointments/ChangeOfTeamAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;TeamCalendarId&quot;: 1,
  &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;ShowInGroupCalendar&quot;: true,
  &quot;Clients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;TeamCalendarId&quot;: 1,
  &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;ShowInGroupCalendar&quot;: true,
  &quot;Clients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:08:35.1510223+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTeamAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:35.1510223+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:08:35.1510223+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:08:35.1510223+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:35.1510223+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:35.1510223+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:35.1510223+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:35.1510223+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:35.1510223+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;Clients xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
  &lt;/Clients&gt;
  &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
  &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
  &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
&lt;/ChangeOfTeamAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTeamAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:35.1510223+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:08:35.1510223+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:08:35.1510223+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:35.1510223+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:35.1510223+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:35.1510223+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:35.1510223+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:35.1510223+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;Clients xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
  &lt;/Clients&gt;
  &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
  &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
  &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
&lt;/ChangeOfTeamAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/TeamAppointments/OccurrenceAppointments">
                <doc title="PlanCare2Api/TeamAppointments/OccurrenceAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:08:34.3335518+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:34.3335518+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:08:34.3335518+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:34.3335518+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:08:34.3335518+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:08:34.3335518+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T22:08:34.3335518+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T22:08:34.3335518+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/TeamAppointments/OccurrenceAppointments/{appointmentId}">
                <doc title="PlanCare2Api/TeamAppointments/OccurrenceAppointments/{appointmentId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="appointmentId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:55.3848251+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 4&quot;,
  &quot;Location&quot;: &quot;sample string 5&quot;,
  &quot;ParentId&quot;: 6,
  &quot;OccurrenceIndex&quot;: 7,
  &quot;Type&quot;: 0,
  &quot;Reason&quot;: &quot;sample string 8&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
  &quot;StatusChangedById&quot;: 10,
  &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
  &quot;CreatedById&quot;: 12,
  &quot;Remarks&quot;: &quot;sample string 13&quot;
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T23:13:55.3848251+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:55.3848251+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;OccurrenceAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;CreatedById&gt;12&lt;/CreatedById&gt;
  &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
  &lt;End&gt;2026-05-26T23:13:55.3848251+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:55.3848251+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
  &lt;Title&gt;sample string 4&lt;/Title&gt;
  &lt;Type&gt;Occurrence&lt;/Type&gt;
&lt;/OccurrenceAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/TeamAppointments/TeamAppointments">
                <doc title="PlanCare2Api/TeamAppointments/TeamAppointments" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;TeamCalendarId&quot;: 1,
  &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;ShowInGroupCalendar&quot;: true,
  &quot;Clients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;TeamCalendarId&quot;: 1,
  &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
  &quot;ClientIds&quot;: [
    1,
    2
  ],
  &quot;ShowInGroupCalendar&quot;: true,
  &quot;Clients&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Start&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
  &quot;Title&quot;: &quot;sample string 6&quot;,
  &quot;Reason&quot;: &quot;sample string 7&quot;,
  &quot;Status&quot;: 0,
  &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
  &quot;StatusChangedById&quot;: 9,
  &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
  &quot;CreatedById&quot;: 11,
  &quot;Remarks&quot;: &quot;sample string 12&quot;,
  &quot;Id&quot;: 13,
  &quot;Location&quot;: &quot;sample string 14&quot;,
  &quot;MovesToNextDay&quot;: true,
  &quot;IsAllDay&quot;: true,
  &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
  &quot;RecurrenceInfo&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;OccurrenceCount&quot;: 1,
    &quot;Periodicity&quot;: 1,
    &quot;Range&quot;: 0,
    &quot;Interval&quot;: 0,
    &quot;WeekDays&quot;: 1,
    &quot;RecurrenceStart&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
    &quot;Month&quot;: 1,
    &quot;DayNumber&quot;: 1,
    &quot;WeekOfMonth&quot;: 0
  },
  &quot;RecurrenceOccurrences&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Start&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:08:07.2063552+02:00&quot;,
      &quot;Title&quot;: &quot;sample string 4&quot;,
      &quot;Location&quot;: &quot;sample string 5&quot;,
      &quot;ParentId&quot;: 6,
      &quot;OccurrenceIndex&quot;: 7,
      &quot;Type&quot;: 0,
      &quot;Reason&quot;: &quot;sample string 8&quot;,
      &quot;Status&quot;: 0,
      &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
      &quot;StatusChangedById&quot;: 10,
      &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
      &quot;CreatedById&quot;: 12,
      &quot;Remarks&quot;: &quot;sample string 13&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Type&quot;: 0,
  &quot;ShiftId&quot;: 1,
  &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
  &quot;WeekPlanningId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TeamAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:07.2063552+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:08:07.2063552+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:08:07.2063552+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:07.2063552+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:07.2063552+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:07.2063552+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:07.2063552+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:07.2063552+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;Clients xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
  &lt;/Clients&gt;
  &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
  &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
  &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
&lt;/TeamAppointment&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TeamAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
  &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
  &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
  &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
  &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:07.2063552+02:00&lt;/End&gt;
  &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
  &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
  &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
  &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
  &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
  &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
  &lt;RecurrenceInfo xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;d2p1:DayNumber&gt;1&lt;/d2p1:DayNumber&gt;
    &lt;d2p1:Interval&gt;Daily&lt;/d2p1:Interval&gt;
    &lt;d2p1:Month&gt;1&lt;/d2p1:Month&gt;
    &lt;d2p1:OccurrenceCount&gt;1&lt;/d2p1:OccurrenceCount&gt;
    &lt;d2p1:Periodicity&gt;1&lt;/d2p1:Periodicity&gt;
    &lt;d2p1:Range&gt;NoEndDate&lt;/d2p1:Range&gt;
    &lt;d2p1:RecurrenceEnd&gt;2026-05-26T22:08:07.2063552+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:08:07.2063552+02:00&lt;/d2p1:RecurrenceStart&gt;
    &lt;d2p1:WeekDays&gt;Sunday&lt;/d2p1:WeekDays&gt;
    &lt;d2p1:WeekOfMonth&gt;None&lt;/d2p1:WeekOfMonth&gt;
  &lt;/RecurrenceInfo&gt;
  &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:07.2063552+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:07.2063552+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
    &lt;OccurrenceAppointment&gt;
      &lt;CreatedById&gt;12&lt;/CreatedById&gt;
      &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
      &lt;End&gt;2026-05-26T22:08:07.2063552+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T22:08:07.2063552+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
      &lt;Title&gt;sample string 4&lt;/Title&gt;
      &lt;Type&gt;Occurrence&lt;/Type&gt;
    &lt;/OccurrenceAppointment&gt;
  &lt;/RecurrenceOccurrences&gt;
  &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
  &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
  &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T22:08:07.2063552+02:00&lt;/Start&gt;
  &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
  &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
  &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
  &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
  &lt;ClientIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ClientIds&gt;
  &lt;Clients xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
    &lt;d2p1:NamedEntity&gt;
      &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
      &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;/d2p1:NamedEntity&gt;
  &lt;/Clients&gt;
  &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
  &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
  &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
&lt;/TeamAppointment&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/TeamAppointments?teamCalendarId={teamCalendarId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/TeamAppointments?teamCalendarId={teamCalendarId}&amp;dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="teamCalendarId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TeamCalendarId&quot;: 1,
    &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
    &quot;ClientIds&quot;: [
      1,
      2
    ],
    &quot;ShowInGroupCalendar&quot;: true,
    &quot;Clients&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Start&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 6&quot;,
    &quot;Reason&quot;: &quot;sample string 7&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
    &quot;StatusChangedById&quot;: 9,
    &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
    &quot;CreatedById&quot;: 11,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Id&quot;: 13,
    &quot;Location&quot;: &quot;sample string 14&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TeamCalendarId&quot;: 1,
    &quot;TeamCalendar&quot;: &quot;sample string 2&quot;,
    &quot;ClientIds&quot;: [
      1,
      2
    ],
    &quot;ShowInGroupCalendar&quot;: true,
    &quot;Clients&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;Start&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
    &quot;Title&quot;: &quot;sample string 6&quot;,
    &quot;Reason&quot;: &quot;sample string 7&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusChangedByName&quot;: &quot;sample string 8&quot;,
    &quot;StatusChangedById&quot;: 9,
    &quot;CreatedByName&quot;: &quot;sample string 10&quot;,
    &quot;CreatedById&quot;: 11,
    &quot;Remarks&quot;: &quot;sample string 12&quot;,
    &quot;Id&quot;: 13,
    &quot;Location&quot;: &quot;sample string 14&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;FriendlyRecurrenceInfo&quot;: &quot;sample string 17&quot;,
    &quot;RecurrenceInfo&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;OccurrenceCount&quot;: 1,
      &quot;Periodicity&quot;: 1,
      &quot;Range&quot;: 0,
      &quot;Interval&quot;: 0,
      &quot;WeekDays&quot;: 1,
      &quot;RecurrenceStart&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
      &quot;Month&quot;: 1,
      &quot;DayNumber&quot;: 1,
      &quot;WeekOfMonth&quot;: 0
    },
    &quot;RecurrenceOccurrences&quot;: [
      {
        &quot;$id&quot;: &quot;4&quot;,
        &quot;Id&quot;: 1,
        &quot;Start&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:55.3691987+02:00&quot;,
        &quot;Title&quot;: &quot;sample string 4&quot;,
        &quot;Location&quot;: &quot;sample string 5&quot;,
        &quot;ParentId&quot;: 6,
        &quot;OccurrenceIndex&quot;: 7,
        &quot;Type&quot;: 0,
        &quot;Reason&quot;: &quot;sample string 8&quot;,
        &quot;Status&quot;: 0,
        &quot;StatusChangedByName&quot;: &quot;sample string 9&quot;,
        &quot;StatusChangedById&quot;: 10,
        &quot;CreatedByName&quot;: &quot;sample string 11&quot;,
        &quot;CreatedById&quot;: 12,
        &quot;Remarks&quot;: &quot;sample string 13&quot;
      },
      {
        &quot;$ref&quot;: &quot;4&quot;
      }
    ],
    &quot;Type&quot;: 0,
    &quot;ShiftId&quot;: 1,
    &quot;ContractInfo&quot;: &quot;sample string 18&quot;,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTeamAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
  &lt;TeamAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:55.3691987+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:55.3691987+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/ClientIds&gt;
    &lt;Clients xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:NamedEntity&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:NamedEntity&gt;
      &lt;d3p1:NamedEntity&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:NamedEntity&gt;
    &lt;/Clients&gt;
    &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
    &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
    &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
  &lt;/TeamAppointment&gt;
  &lt;TeamAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:55.3691987+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:55.3691987+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/ClientIds&gt;
    &lt;Clients xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:NamedEntity&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:NamedEntity&gt;
      &lt;d3p1:NamedEntity&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:NamedEntity&gt;
    &lt;/Clients&gt;
    &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
    &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
    &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
  &lt;/TeamAppointment&gt;
&lt;/ArrayOfTeamAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTeamAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Team&quot;&gt;
  &lt;TeamAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:55.3691987+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:55.3691987+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/ClientIds&gt;
    &lt;Clients xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:NamedEntity&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:NamedEntity&gt;
      &lt;d3p1:NamedEntity&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:NamedEntity&gt;
    &lt;/Clients&gt;
    &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
    &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
    &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
  &lt;/TeamAppointment&gt;
  &lt;TeamAppointment&gt;
    &lt;ContractInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 18&lt;/ContractInfo&gt;
    &lt;CreatedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;11&lt;/CreatedById&gt;
    &lt;CreatedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 10&lt;/CreatedByName&gt;
    &lt;End xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
    &lt;FriendlyRecurrenceInfo xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 17&lt;/FriendlyRecurrenceInfo&gt;
    &lt;Id xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;13&lt;/Id&gt;
    &lt;IsAllDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/IsAllDay&gt;
    &lt;Location xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 14&lt;/Location&gt;
    &lt;MovesToNextDay xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;true&lt;/MovesToNextDay&gt;
    &lt;Reason xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 7&lt;/Reason&gt;
    &lt;RecurrenceInfo xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar.Recurrence&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;d3p1:DayNumber&gt;1&lt;/d3p1:DayNumber&gt;
      &lt;d3p1:Interval&gt;Daily&lt;/d3p1:Interval&gt;
      &lt;d3p1:Month&gt;1&lt;/d3p1:Month&gt;
      &lt;d3p1:OccurrenceCount&gt;1&lt;/d3p1:OccurrenceCount&gt;
      &lt;d3p1:Periodicity&gt;1&lt;/d3p1:Periodicity&gt;
      &lt;d3p1:Range&gt;NoEndDate&lt;/d3p1:Range&gt;
      &lt;d3p1:RecurrenceEnd&gt;2026-05-26T23:13:55.3691987+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:55.3691987+02:00&lt;/d3p1:RecurrenceStart&gt;
      &lt;d3p1:WeekDays&gt;Sunday&lt;/d3p1:WeekDays&gt;
      &lt;d3p1:WeekOfMonth&gt;None&lt;/d3p1:WeekOfMonth&gt;
    &lt;/RecurrenceInfo&gt;
    &lt;RecurrenceOccurrences xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
      &lt;OccurrenceAppointment&gt;
        &lt;CreatedById&gt;12&lt;/CreatedById&gt;
        &lt;CreatedByName&gt;sample string 11&lt;/CreatedByName&gt;
        &lt;End&gt;2026-05-26T23:13:55.3691987+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 9&lt;/StatusChangedByName&gt;
        &lt;Title&gt;sample string 4&lt;/Title&gt;
        &lt;Type&gt;Occurrence&lt;/Type&gt;
      &lt;/OccurrenceAppointment&gt;
    &lt;/RecurrenceOccurrences&gt;
    &lt;Remarks xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 12&lt;/Remarks&gt;
    &lt;ShiftId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/ShiftId&gt;
    &lt;Start xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;2026-05-26T23:13:55.3691987+02:00&lt;/Start&gt;
    &lt;Status xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Created&lt;/Status&gt;
    &lt;StatusChangedById xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;9&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 8&lt;/StatusChangedByName&gt;
    &lt;Title xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;sample string 6&lt;/Title&gt;
    &lt;Type xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;Normal&lt;/Type&gt;
    &lt;WeekPlanningId xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;1&lt;/WeekPlanningId&gt;
    &lt;ClientIds xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:long&gt;1&lt;/d3p1:long&gt;
      &lt;d3p1:long&gt;2&lt;/d3p1:long&gt;
    &lt;/ClientIds&gt;
    &lt;Clients xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:NamedEntity&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:NamedEntity&gt;
      &lt;d3p1:NamedEntity&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:NamedEntity&gt;
    &lt;/Clients&gt;
    &lt;ShowInGroupCalendar&gt;true&lt;/ShowInGroupCalendar&gt;
    &lt;TeamCalendar&gt;sample string 2&lt;/TeamCalendar&gt;
    &lt;TeamCalendarId&gt;1&lt;/TeamCalendarId&gt;
  &lt;/TeamAppointment&gt;
&lt;/ArrayOfTeamAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Teams">
                <doc title="PlanCare2Api/Teams" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;OrganizationEntityName&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;OrganizationEntityName&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTeam xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Team&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/Team&gt;
  &lt;Team&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/Team&gt;
&lt;/ArrayOfTeam&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTeam xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Team&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/Team&gt;
  &lt;Team&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/Team&gt;
&lt;/ArrayOfTeam&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Teams/Current">
                <doc title="PlanCare2Api/Teams/Current" /> 
                <method name="GET">
                    <request>
 
                                            </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;OrganizationEntityName&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;OrganizationEntityName&quot;: &quot;sample string 4&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTeam xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Team&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/Team&gt;
  &lt;Team&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/Team&gt;
&lt;/ArrayOfTeam&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTeam xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;Team&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/Team&gt;
  &lt;Team&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;OrganizationEntityName&gt;sample string 4&lt;/OrganizationEntityName&gt;
  &lt;/Team&gt;
&lt;/ArrayOfTeam&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets">
                <doc title="PlanCare2Api/Timesheets" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;Client&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ContractId&quot;: 8,
  &quot;LocationId&quot;: 9,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;Client&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ContractId&quot;: 8,
  &quot;LocationId&quot;: 9,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TimesheetComplete xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;8&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.5254927+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;LocationId&gt;9&lt;/LocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.5254927+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/TimesheetComplete&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TimesheetComplete xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;8&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.5254927+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;LocationId&gt;9&lt;/LocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.5254927+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/TimesheetComplete&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/{timesheetId}">
                <doc title="PlanCare2Api/Timesheets/{timesheetId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="timesheetId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:09:19.4143466+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:19.4143466+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;Client&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ContractId&quot;: 8,
  &quot;LocationId&quot;: 9,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:09:19.4143466+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:19.4143466+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;Client&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ContractId&quot;: 8,
  &quot;LocationId&quot;: 9,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TimesheetComplete xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;8&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:19.4143466+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;LocationId&gt;9&lt;/LocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:19.4143466+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/TimesheetComplete&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TimesheetComplete xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;8&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:19.4143466+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;LocationId&gt;9&lt;/LocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:19.4143466+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/TimesheetComplete&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/Approval">
                <doc title="PlanCare2Api/Timesheets/Approval" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ApprovalOfTimesheet xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
&lt;/ApprovalOfTimesheet&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ApprovalOfTimesheet xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
&lt;/ApprovalOfTimesheet&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/ChangeOfTimesheets">
                <doc title="PlanCare2Api/Timesheets/ChangeOfTimesheets" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:08:20.7239129+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:20.7239129+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;Client&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ContractId&quot;: 8,
  &quot;LocationId&quot;: 9,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T22:08:20.7239129+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:20.7239129+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;Client&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ContractId&quot;: 8,
  &quot;LocationId&quot;: 9,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTimesheetComplete xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;8&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:20.7239129+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;LocationId&gt;9&lt;/LocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:20.7239129+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfTimesheetComplete&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTimesheetComplete xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;ContractId&gt;8&lt;/ContractId&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:20.7239129+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;LocationId&gt;9&lt;/LocationId&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:20.7239129+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfTimesheetComplete&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/ChangeOfTimesheets/FZ">
                <doc title="PlanCare2Api/Timesheets/ChangeOfTimesheets/FZ" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTimesheetFZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6192422+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6192422+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/ChangeOfTimesheetFZ&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTimesheetFZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6192422+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6192422+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/ChangeOfTimesheetFZ&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/ChangeOfTimesheets/GRZ">
                <doc title="PlanCare2Api/Timesheets/ChangeOfTimesheets/GRZ" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;LocationId&quot;: 1,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.5411155+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.5411155+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;LocationId&quot;: 1,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.5411155+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.5411155+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTimesheetGRZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.5411155+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.5411155+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;LocationId&gt;1&lt;/LocationId&gt;
&lt;/ChangeOfTimesheetGRZ&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTimesheetGRZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.5411155+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.5411155+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;LocationId&gt;1&lt;/LocationId&gt;
&lt;/ChangeOfTimesheetGRZ&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/ChangeOfTimesheets/NonClient">
                <doc title="PlanCare2Api/Timesheets/ChangeOfTimesheets/NonClient" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTimesheetNonClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6348666+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6348666+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfTimesheetNonClient&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTimesheetNonClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6348666+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6348666+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfTimesheetNonClient&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/ChangeOfTimesheets/Other">
                <doc title="PlanCare2Api/Timesheets/ChangeOfTimesheets/Other" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:09:28.0729925+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:28.0729925+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:09:28.0729925+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:28.0729925+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTimesheetOther xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:28.0729925+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:28.0729925+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/ChangeOfTimesheetOther&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTimesheetOther xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:28.0729925+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:28.0729925+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/ChangeOfTimesheetOther&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/ChangeOfTimesheets/PCD">
                <doc title="PlanCare2Api/Timesheets/ChangeOfTimesheets/PCD" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ProjectId&quot;: &quot;sample string 1&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T22:08:04.6978684+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:04.6978684+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ProjectId&quot;: &quot;sample string 1&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T22:08:04.6978684+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:04.6978684+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTimesheetPCD xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:04.6978684+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:04.6978684+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 1&lt;/ProjectId&gt;
&lt;/ChangeOfTimesheetPCD&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTimesheetPCD xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:04.6978684+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:04.6978684+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 1&lt;/ProjectId&gt;
&lt;/ChangeOfTimesheetPCD&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/ChangeOfTimesheets/PCDDBC">
                <doc title="PlanCare2Api/Timesheets/ChangeOfTimesheets/PCDDBC" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;CareTrajectId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 2&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 3,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 4,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;EmploymentId&quot;: 7,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;CareTrajectId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 2&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 3,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 4,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;EmploymentId&quot;: 7,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTimesheetPCDDBC xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;7&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6036183+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;4&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6036183+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;3&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 2&lt;/ProjectId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
&lt;/ChangeOfTimesheetPCDDBC&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTimesheetPCDDBC xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;7&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6036183+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;4&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6036183+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;3&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 2&lt;/ProjectId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
&lt;/ChangeOfTimesheetPCDDBC&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/ChangeOfTimesheets/WLZ">
                <doc title="PlanCare2Api/Timesheets/ChangeOfTimesheets/WLZ" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:09:11.2004221+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:11.2004221+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:09:11.2004221+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:11.2004221+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTimesheetWLZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:11.2004221+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:11.2004221+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/ChangeOfTimesheetWLZ&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTimesheetWLZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:11.2004221+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:11.2004221+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/ChangeOfTimesheetWLZ&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/ChangeOfTimesheets/WMO">
                <doc title="PlanCare2Api/Timesheets/ChangeOfTimesheets/WMO" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:08:46.9933402+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:46.9933402+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:08:46.9933402+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:46.9933402+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTimesheetWMO xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:46.9933402+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:46.9933402+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/ChangeOfTimesheetWMO&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTimesheetWMO xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:46.9933402+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:46.9933402+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/ChangeOfTimesheetWMO&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/DeleteOfTimesheet">
                <doc title="PlanCare2Api/Timesheets/DeleteOfTimesheet" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;DeleteOfTimesheet xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
&lt;/DeleteOfTimesheet&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;DeleteOfTimesheet xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
&lt;/DeleteOfTimesheet&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/DOTLocations?contractId={contractId}&amp;productId={productId}&amp;referenceDate={referenceDate}">
                <doc title="PlanCare2Api/Timesheets/DOTLocations?contractId={contractId}&amp;productId={productId}&amp;referenceDate={referenceDate}" /> 
                <method name="GET">
                    <request>
 
                            <param name="contractId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="productId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="referenceDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;IsDefault&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;IsDefault&quot;: true
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfDOTLocation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;DOTLocation&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefault&gt;true&lt;/IsDefault&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/DOTLocation&gt;
  &lt;DOTLocation&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefault&gt;true&lt;/IsDefault&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/DOTLocation&gt;
&lt;/ArrayOfDOTLocation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfDOTLocation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;DOTLocation&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefault&gt;true&lt;/IsDefault&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/DOTLocation&gt;
  &lt;DOTLocation&gt;
    &lt;Description&gt;sample string 3&lt;/Description&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;IsDefault&gt;true&lt;/IsDefault&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/DOTLocation&gt;
&lt;/ArrayOfDOTLocation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/FZ">
                <doc title="PlanCare2Api/Timesheets/FZ" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:08:07.72366+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:07.72366+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:08:07.72366+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:07.72366+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TimesheetFZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:07.72366+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:07.72366+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetFZ&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TimesheetFZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:07.72366+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:07.72366+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetFZ&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/FZ/{timesheetId}">
                <doc title="PlanCare2Api/Timesheets/FZ/{timesheetId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="timesheetId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TimesheetFZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetFZ&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TimesheetFZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetFZ&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/GRZ">
                <doc title="PlanCare2Api/Timesheets/GRZ" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;LocationId&quot;: 1,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;LocationId&quot;: 1,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.5254927+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TimesheetGRZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.5254927+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.5254927+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;LocationId&gt;1&lt;/LocationId&gt;
&lt;/TimesheetGRZ&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TimesheetGRZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.5254927+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.5254927+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;LocationId&gt;1&lt;/LocationId&gt;
&lt;/TimesheetGRZ&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/GRZ/{timesheetId}">
                <doc title="PlanCare2Api/Timesheets/GRZ/{timesheetId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="timesheetId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;LocationId&quot;: 1,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;LocationId&quot;: 1,
  &quot;Acts&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;ProductId&quot;: 1,
      &quot;ActId&quot;: 2,
      &quot;ActName&quot;: &quot;sample string 3&quot;,
      &quot;ActDescription&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;4&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TimesheetGRZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;LocationId&gt;1&lt;/LocationId&gt;
&lt;/TimesheetGRZ&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TimesheetGRZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;Acts xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
    &lt;d2p1:ProductAct&gt;
      &lt;d2p1:ActDescription&gt;sample string 4&lt;/d2p1:ActDescription&gt;
      &lt;d2p1:ActId&gt;2&lt;/d2p1:ActId&gt;
      &lt;d2p1:ActName&gt;sample string 3&lt;/d2p1:ActName&gt;
      &lt;d2p1:ProductId&gt;1&lt;/d2p1:ProductId&gt;
    &lt;/d2p1:ProductAct&gt;
  &lt;/Acts&gt;
  &lt;LocationId&gt;1&lt;/LocationId&gt;
&lt;/TimesheetGRZ&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/NonClient">
                <doc title="PlanCare2Api/Timesheets/NonClient" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TimesheetNonClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6348666+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6348666+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/TimesheetNonClient&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TimesheetNonClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6348666+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6348666+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/TimesheetNonClient&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/NonClient/{timesheetId}">
                <doc title="PlanCare2Api/Timesheets/NonClient/{timesheetId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="timesheetId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Identifier&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 1,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6348666+02:00&quot;,
  &quot;EmploymentId&quot;: 4,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 5&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TimesheetNonClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6348666+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6348666+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/TimesheetNonClient&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TimesheetNonClient xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 5&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;4&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6348666+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;1&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6348666+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/TimesheetNonClient&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/Other">
                <doc title="PlanCare2Api/Timesheets/Other" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TimesheetOther xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6192422+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6192422+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetOther&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TimesheetOther xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6192422+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6192422+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetOther&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/Other/{timesheetId}">
                <doc title="PlanCare2Api/Timesheets/Other/{timesheetId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="timesheetId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TimesheetOther xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetOther&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TimesheetOther xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetOther&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/PCD">
                <doc title="PlanCare2Api/Timesheets/PCD" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;ProjectId&quot;: &quot;sample string 1&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ProjectId&quot;: &quot;sample string 1&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TimesheetPCD xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6036183+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6036183+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 1&lt;/ProjectId&gt;
&lt;/TimesheetPCD&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TimesheetPCD xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6036183+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6036183+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 1&lt;/ProjectId&gt;
&lt;/TimesheetPCD&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/PCD/{timesheetId}">
                <doc title="PlanCare2Api/Timesheets/PCD/{timesheetId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="timesheetId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;ProjectId&quot;: &quot;sample string 1&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T22:09:12.8455481+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:12.8455481+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;ProjectId&quot;: &quot;sample string 1&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 2,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 3,
  &quot;Start&quot;: &quot;2026-05-26T22:09:12.8455481+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:12.8455481+02:00&quot;,
  &quot;EmploymentId&quot;: 6,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 7&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TimesheetPCD xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:12.8455481+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:12.8455481+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 1&lt;/ProjectId&gt;
&lt;/TimesheetPCD&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TimesheetPCD xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 7&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;6&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:12.8455481+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;3&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:12.8455481+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;2&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 1&lt;/ProjectId&gt;
&lt;/TimesheetPCD&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/PCDDBC">
                <doc title="PlanCare2Api/Timesheets/PCDDBC" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;CareTrajectId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 2&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 3,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 4,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;EmploymentId&quot;: 7,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;CareTrajectId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 2&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 3,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 4,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6036183+02:00&quot;,
  &quot;EmploymentId&quot;: 7,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TimesheetPCDDBC xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;7&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6036183+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;4&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6036183+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;3&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 2&lt;/ProjectId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
&lt;/TimesheetPCDDBC&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TimesheetPCDDBC xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;7&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6036183+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;4&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6036183+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;3&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 2&lt;/ProjectId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
&lt;/TimesheetPCDDBC&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/PCDDBC/{timesheetId}">
                <doc title="PlanCare2Api/Timesheets/PCDDBC/{timesheetId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="timesheetId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;CareTrajectId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 2&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 3,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 4,
  &quot;Start&quot;: &quot;2026-05-26T22:08:47.5044754+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:47.5044754+02:00&quot;,
  &quot;EmploymentId&quot;: 7,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;CareTrajectId&quot;: 1,
  &quot;ProjectId&quot;: &quot;sample string 2&quot;,
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 3,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 4,
  &quot;Start&quot;: &quot;2026-05-26T22:08:47.5044754+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:47.5044754+02:00&quot;,
  &quot;EmploymentId&quot;: 7,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TimesheetPCDDBC xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;7&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:47.5044754+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;4&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:47.5044754+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;3&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 2&lt;/ProjectId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
&lt;/TimesheetPCDDBC&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TimesheetPCDDBC xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;7&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:08:47.5044754+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;4&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:08:47.5044754+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;3&lt;/ContractId&gt;
  &lt;ProjectId&gt;sample string 2&lt;/ProjectId&gt;
  &lt;CareTrajectId&gt;1&lt;/CareTrajectId&gt;
&lt;/TimesheetPCDDBC&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/RealizedTimesheets?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;forCurrentEmployeeOnly={forCurrentEmployeeOnly}">
                <doc title="PlanCare2Api/Timesheets/RealizedTimesheets?dateFrom={dateFrom}&amp;dateUntil={dateUntil}&amp;forCurrentEmployeeOnly={forCurrentEmployeeOnly}" /> 
                <method name="GET">
                    <request>
 
                            <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="forCurrentEmployeeOnly"
                                   style="template"
                                   type="xs:boolean"
                                   required="false" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;Start&quot;: &quot;2026-05-26T23:13:57.6973703+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:57.6973703+02:00&quot;,
    &quot;Employee&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;EmployeeName&quot;: &quot;sample string 5&quot;,
    &quot;Contract&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;IsActive&quot;: true,
      &quot;Source&quot;: &quot;sample string 5&quot;
    },
    &quot;Client&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Description&quot;: &quot;sample string 6&quot;,
    &quot;ClientName&quot;: &quot;sample string 7&quot;,
    &quot;Product&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ProductName&quot;: &quot;sample string 8&quot;,
    &quot;Project&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: &quot;sample string 1&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;IsApproved&quot;: true,
    &quot;Editable&quot;: true,
    &quot;AccomplishedThroughCalendar&quot;: true,
    &quot;WorkType&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Description&quot;: &quot;sample string 4&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.6973703+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.6973703+02:00&quot;,
      &quot;WorkTypeIsDirect&quot;: true,
      &quot;ExternalCode&quot;: &quot;sample string 7&quot;,
      &quot;IsWorkTime&quot;: true,
      &quot;OrganizationEntities&quot;: [
        {
          &quot;$id&quot;: &quot;6&quot;,
          &quot;CostCenter&quot;: &quot;sample string 1&quot;,
          &quot;Code&quot;: &quot;sample string 2&quot;,
          &quot;Name&quot;: &quot;sample string 3&quot;,
          &quot;Id&quot;: {
            &quot;$ref&quot;: &quot;2&quot;
          }
        },
        {
          &quot;$ref&quot;: &quot;6&quot;
        }
      ]
    },
    &quot;CurrentLevel&quot;: 12,
    &quot;ClientAbsent&quot;: true,
    &quot;ClientSigned&quot;: true,
    &quot;CostTypeId&quot;: 1,
    &quot;TravelMethodId&quot;: 1,
    &quot;Cost&quot;: 1.0,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelDuration&quot;: 1,
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;EmploymentId&quot;: 15,
    &quot;OrganizationEntityId&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;TimesheetId&quot;: 1,
    &quot;ExternalId&quot;: &quot;sample string 2&quot;,
    &quot;Start&quot;: &quot;2026-05-26T23:13:57.6973703+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:57.6973703+02:00&quot;,
    &quot;Employee&quot;: {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Identifier&quot;: &quot;sample string 1&quot;,
      &quot;Type&quot;: 0
    },
    &quot;EmployeeName&quot;: &quot;sample string 5&quot;,
    &quot;Contract&quot;: {
      &quot;$id&quot;: &quot;3&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Description&quot;: &quot;sample string 3&quot;,
      &quot;IsActive&quot;: true,
      &quot;Source&quot;: &quot;sample string 5&quot;
    },
    &quot;Client&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;Description&quot;: &quot;sample string 6&quot;,
    &quot;ClientName&quot;: &quot;sample string 7&quot;,
    &quot;Product&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    },
    &quot;ProductName&quot;: &quot;sample string 8&quot;,
    &quot;Project&quot;: {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: &quot;sample string 1&quot;,
      &quot;Name&quot;: &quot;sample string 2&quot;
    },
    &quot;IsApproved&quot;: true,
    &quot;Editable&quot;: true,
    &quot;AccomplishedThroughCalendar&quot;: true,
    &quot;WorkType&quot;: {
      &quot;$id&quot;: &quot;5&quot;,
      &quot;Id&quot;: 1,
      &quot;Code&quot;: &quot;sample string 2&quot;,
      &quot;Name&quot;: &quot;sample string 3&quot;,
      &quot;Description&quot;: &quot;sample string 4&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:57.6973703+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:57.6973703+02:00&quot;,
      &quot;WorkTypeIsDirect&quot;: true,
      &quot;ExternalCode&quot;: &quot;sample string 7&quot;,
      &quot;IsWorkTime&quot;: true,
      &quot;OrganizationEntities&quot;: [
        {
          &quot;$id&quot;: &quot;6&quot;,
          &quot;CostCenter&quot;: &quot;sample string 1&quot;,
          &quot;Code&quot;: &quot;sample string 2&quot;,
          &quot;Name&quot;: &quot;sample string 3&quot;,
          &quot;Id&quot;: {
            &quot;$ref&quot;: &quot;2&quot;
          }
        },
        {
          &quot;$ref&quot;: &quot;6&quot;
        }
      ]
    },
    &quot;CurrentLevel&quot;: 12,
    &quot;ClientAbsent&quot;: true,
    &quot;ClientSigned&quot;: true,
    &quot;CostTypeId&quot;: 1,
    &quot;TravelMethodId&quot;: 1,
    &quot;Cost&quot;: 1.0,
    &quot;TravelDistance&quot;: 1,
    &quot;TravelDuration&quot;: 1,
    &quot;Location&quot;: {
      &quot;$id&quot;: &quot;7&quot;,
      &quot;ZipCode&quot;: &quot;sample string 1&quot;,
      &quot;HouseNumber&quot;: 1,
      &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
    },
    &quot;EmploymentId&quot;: 15,
    &quot;OrganizationEntityId&quot;: {
      &quot;$ref&quot;: &quot;2&quot;
    }
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfRealizedTimesheet xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;RealizedTimesheet&gt;
    &lt;AccomplishedThroughCalendar&gt;true&lt;/AccomplishedThroughCalendar&gt;
    &lt;Client xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Client&gt;
    &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
    &lt;Contract xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
      &lt;d3p1:Source&gt;sample string 5&lt;/d3p1:Source&gt;
    &lt;/Contract&gt;
    &lt;Cost&gt;1&lt;/Cost&gt;
    &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
    &lt;CurrentLevel&gt;12&lt;/CurrentLevel&gt;
    &lt;Description&gt;sample string 6&lt;/Description&gt;
    &lt;Editable&gt;true&lt;/Editable&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 5&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;15&lt;/EmploymentId&gt;
    &lt;End&gt;2026-05-26T23:13:57.6973703+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;IsApproved&gt;true&lt;/IsApproved&gt;
    &lt;Location xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
      &lt;d3p1:HouseNumber&gt;1&lt;/d3p1:HouseNumber&gt;
      &lt;d3p1:HouseNumberAddition&gt;sample string 2&lt;/d3p1:HouseNumberAddition&gt;
      &lt;d3p1:ZipCode&gt;sample string 1&lt;/d3p1:ZipCode&gt;
    &lt;/Location&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;Product xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Product&gt;
    &lt;ProductName&gt;sample string 8&lt;/ProductName&gt;
    &lt;Project xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Id&gt;sample string 1&lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
    &lt;/Project&gt;
    &lt;Start&gt;2026-05-26T23:13:57.6973703+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
    &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
    &lt;WorkType xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 4&lt;/d3p1:Description&gt;
      &lt;d3p1:EndDate&gt;2026-05-26T23:13:57.6973703+02:00&lt;/d3p1:EndDate&gt;
      &lt;d3p1:ExternalCode&gt;sample string 7&lt;/d3p1:ExternalCode&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsWorkTime&gt;true&lt;/d3p1:IsWorkTime&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
      &lt;d3p1:OrganizationEntities&gt;
        &lt;d3p1:OrganizationEntity&gt;
          &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
          &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
          &lt;d3p1:Id xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/d3p1:Id&gt;
          &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
        &lt;/d3p1:OrganizationEntity&gt;
        &lt;d3p1:OrganizationEntity&gt;
          &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
          &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
          &lt;d3p1:Id xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/d3p1:Id&gt;
          &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
        &lt;/d3p1:OrganizationEntity&gt;
      &lt;/d3p1:OrganizationEntities&gt;
      &lt;d3p1:StartDate&gt;2026-05-26T23:13:57.6973703+02:00&lt;/d3p1:StartDate&gt;
      &lt;d3p1:WorkTypeIsDirect&gt;true&lt;/d3p1:WorkTypeIsDirect&gt;
    &lt;/WorkType&gt;
  &lt;/RealizedTimesheet&gt;
  &lt;RealizedTimesheet&gt;
    &lt;AccomplishedThroughCalendar&gt;true&lt;/AccomplishedThroughCalendar&gt;
    &lt;Client xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Client&gt;
    &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
    &lt;Contract xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
      &lt;d3p1:Source&gt;sample string 5&lt;/d3p1:Source&gt;
    &lt;/Contract&gt;
    &lt;Cost&gt;1&lt;/Cost&gt;
    &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
    &lt;CurrentLevel&gt;12&lt;/CurrentLevel&gt;
    &lt;Description&gt;sample string 6&lt;/Description&gt;
    &lt;Editable&gt;true&lt;/Editable&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 5&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;15&lt;/EmploymentId&gt;
    &lt;End&gt;2026-05-26T23:13:57.6973703+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;IsApproved&gt;true&lt;/IsApproved&gt;
    &lt;Location xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
      &lt;d3p1:HouseNumber&gt;1&lt;/d3p1:HouseNumber&gt;
      &lt;d3p1:HouseNumberAddition&gt;sample string 2&lt;/d3p1:HouseNumberAddition&gt;
      &lt;d3p1:ZipCode&gt;sample string 1&lt;/d3p1:ZipCode&gt;
    &lt;/Location&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;Product xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Product&gt;
    &lt;ProductName&gt;sample string 8&lt;/ProductName&gt;
    &lt;Project xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Id&gt;sample string 1&lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
    &lt;/Project&gt;
    &lt;Start&gt;2026-05-26T23:13:57.6973703+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
    &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
    &lt;WorkType xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 4&lt;/d3p1:Description&gt;
      &lt;d3p1:EndDate&gt;2026-05-26T23:13:57.6973703+02:00&lt;/d3p1:EndDate&gt;
      &lt;d3p1:ExternalCode&gt;sample string 7&lt;/d3p1:ExternalCode&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsWorkTime&gt;true&lt;/d3p1:IsWorkTime&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
      &lt;d3p1:OrganizationEntities&gt;
        &lt;d3p1:OrganizationEntity&gt;
          &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
          &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
          &lt;d3p1:Id xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/d3p1:Id&gt;
          &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
        &lt;/d3p1:OrganizationEntity&gt;
        &lt;d3p1:OrganizationEntity&gt;
          &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
          &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
          &lt;d3p1:Id xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/d3p1:Id&gt;
          &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
        &lt;/d3p1:OrganizationEntity&gt;
      &lt;/d3p1:OrganizationEntities&gt;
      &lt;d3p1:StartDate&gt;2026-05-26T23:13:57.6973703+02:00&lt;/d3p1:StartDate&gt;
      &lt;d3p1:WorkTypeIsDirect&gt;true&lt;/d3p1:WorkTypeIsDirect&gt;
    &lt;/WorkType&gt;
  &lt;/RealizedTimesheet&gt;
&lt;/ArrayOfRealizedTimesheet&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfRealizedTimesheet xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;RealizedTimesheet&gt;
    &lt;AccomplishedThroughCalendar&gt;true&lt;/AccomplishedThroughCalendar&gt;
    &lt;Client xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Client&gt;
    &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
    &lt;Contract xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
      &lt;d3p1:Source&gt;sample string 5&lt;/d3p1:Source&gt;
    &lt;/Contract&gt;
    &lt;Cost&gt;1&lt;/Cost&gt;
    &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
    &lt;CurrentLevel&gt;12&lt;/CurrentLevel&gt;
    &lt;Description&gt;sample string 6&lt;/Description&gt;
    &lt;Editable&gt;true&lt;/Editable&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 5&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;15&lt;/EmploymentId&gt;
    &lt;End&gt;2026-05-26T23:13:57.6973703+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;IsApproved&gt;true&lt;/IsApproved&gt;
    &lt;Location xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
      &lt;d3p1:HouseNumber&gt;1&lt;/d3p1:HouseNumber&gt;
      &lt;d3p1:HouseNumberAddition&gt;sample string 2&lt;/d3p1:HouseNumberAddition&gt;
      &lt;d3p1:ZipCode&gt;sample string 1&lt;/d3p1:ZipCode&gt;
    &lt;/Location&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;Product xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Product&gt;
    &lt;ProductName&gt;sample string 8&lt;/ProductName&gt;
    &lt;Project xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Id&gt;sample string 1&lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
    &lt;/Project&gt;
    &lt;Start&gt;2026-05-26T23:13:57.6973703+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
    &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
    &lt;WorkType xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 4&lt;/d3p1:Description&gt;
      &lt;d3p1:EndDate&gt;2026-05-26T23:13:57.6973703+02:00&lt;/d3p1:EndDate&gt;
      &lt;d3p1:ExternalCode&gt;sample string 7&lt;/d3p1:ExternalCode&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsWorkTime&gt;true&lt;/d3p1:IsWorkTime&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
      &lt;d3p1:OrganizationEntities&gt;
        &lt;d3p1:OrganizationEntity&gt;
          &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
          &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
          &lt;d3p1:Id xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/d3p1:Id&gt;
          &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
        &lt;/d3p1:OrganizationEntity&gt;
        &lt;d3p1:OrganizationEntity&gt;
          &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
          &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
          &lt;d3p1:Id xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/d3p1:Id&gt;
          &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
        &lt;/d3p1:OrganizationEntity&gt;
      &lt;/d3p1:OrganizationEntities&gt;
      &lt;d3p1:StartDate&gt;2026-05-26T23:13:57.6973703+02:00&lt;/d3p1:StartDate&gt;
      &lt;d3p1:WorkTypeIsDirect&gt;true&lt;/d3p1:WorkTypeIsDirect&gt;
    &lt;/WorkType&gt;
  &lt;/RealizedTimesheet&gt;
  &lt;RealizedTimesheet&gt;
    &lt;AccomplishedThroughCalendar&gt;true&lt;/AccomplishedThroughCalendar&gt;
    &lt;Client xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Client&gt;
    &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
    &lt;ClientName&gt;sample string 7&lt;/ClientName&gt;
    &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
    &lt;Contract xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsActive&gt;true&lt;/d3p1:IsActive&gt;
      &lt;d3p1:Source&gt;sample string 5&lt;/d3p1:Source&gt;
    &lt;/Contract&gt;
    &lt;Cost&gt;1&lt;/Cost&gt;
    &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
    &lt;CurrentLevel&gt;12&lt;/CurrentLevel&gt;
    &lt;Description&gt;sample string 6&lt;/Description&gt;
    &lt;Editable&gt;true&lt;/Editable&gt;
    &lt;Employee xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Employee&gt;
    &lt;EmployeeName&gt;sample string 5&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;15&lt;/EmploymentId&gt;
    &lt;End&gt;2026-05-26T23:13:57.6973703+02:00&lt;/End&gt;
    &lt;ExternalId&gt;sample string 2&lt;/ExternalId&gt;
    &lt;IsApproved&gt;true&lt;/IsApproved&gt;
    &lt;Location xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
      &lt;d3p1:HouseNumber&gt;1&lt;/d3p1:HouseNumber&gt;
      &lt;d3p1:HouseNumberAddition&gt;sample string 2&lt;/d3p1:HouseNumberAddition&gt;
      &lt;d3p1:ZipCode&gt;sample string 1&lt;/d3p1:ZipCode&gt;
    &lt;/Location&gt;
    &lt;OrganizationEntityId xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/OrganizationEntityId&gt;
    &lt;Product xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
      &lt;d3p1:Identifier&gt;sample string 1&lt;/d3p1:Identifier&gt;
      &lt;d3p1:Type&gt;ExternalId&lt;/d3p1:Type&gt;
    &lt;/Product&gt;
    &lt;ProductName&gt;sample string 8&lt;/ProductName&gt;
    &lt;Project xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Id&gt;sample string 1&lt;/d3p1:Id&gt;
      &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
    &lt;/Project&gt;
    &lt;Start&gt;2026-05-26T23:13:57.6973703+02:00&lt;/Start&gt;
    &lt;TimesheetId&gt;1&lt;/TimesheetId&gt;
    &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
    &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
    &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
    &lt;WorkType xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
      &lt;d3p1:Description&gt;sample string 4&lt;/d3p1:Description&gt;
      &lt;d3p1:EndDate&gt;2026-05-26T23:13:57.6973703+02:00&lt;/d3p1:EndDate&gt;
      &lt;d3p1:ExternalCode&gt;sample string 7&lt;/d3p1:ExternalCode&gt;
      &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
      &lt;d3p1:IsWorkTime&gt;true&lt;/d3p1:IsWorkTime&gt;
      &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
      &lt;d3p1:OrganizationEntities&gt;
        &lt;d3p1:OrganizationEntity&gt;
          &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
          &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
          &lt;d3p1:Id xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/d3p1:Id&gt;
          &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
        &lt;/d3p1:OrganizationEntity&gt;
        &lt;d3p1:OrganizationEntity&gt;
          &lt;d3p1:Code&gt;sample string 2&lt;/d3p1:Code&gt;
          &lt;d3p1:CostCenter&gt;sample string 1&lt;/d3p1:CostCenter&gt;
          &lt;d3p1:Id xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/d3p1:Id&gt;
          &lt;d3p1:Name&gt;sample string 3&lt;/d3p1:Name&gt;
        &lt;/d3p1:OrganizationEntity&gt;
      &lt;/d3p1:OrganizationEntities&gt;
      &lt;d3p1:StartDate&gt;2026-05-26T23:13:57.6973703+02:00&lt;/d3p1:StartDate&gt;
      &lt;d3p1:WorkTypeIsDirect&gt;true&lt;/d3p1:WorkTypeIsDirect&gt;
    &lt;/WorkType&gt;
  &lt;/RealizedTimesheet&gt;
&lt;/ArrayOfRealizedTimesheet&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/WLZ">
                <doc title="PlanCare2Api/Timesheets/WLZ" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.6192422+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TimesheetWLZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6192422+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6192422+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetWLZ&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TimesheetWLZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.6192422+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.6192422+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetWLZ&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/WLZ/{timesheetId}">
                <doc title="PlanCare2Api/Timesheets/WLZ/{timesheetId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="timesheetId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TimesheetWLZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetWLZ&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TimesheetWLZ xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetWLZ&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/WMO">
                <doc title="PlanCare2Api/Timesheets/WMO" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:09:18.3050255+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:18.3050255+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T22:09:18.3050255+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:18.3050255+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TimesheetWMO xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:18.3050255+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:18.3050255+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetWMO&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TimesheetWMO xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T22:09:18.3050255+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T22:09:18.3050255+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetWMO&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/Timesheets/WMO/{timesheetId}">
                <doc title="PlanCare2Api/Timesheets/WMO/{timesheetId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="timesheetId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Client&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ContractId&quot;: 1,
  &quot;Identifier&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;Employee&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  },
  &quot;ProductId&quot;: 2,
  &quot;Start&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:57.7129934+02:00&quot;,
  &quot;EmploymentId&quot;: 5,
  &quot;WorkTypeId&quot;: 1,
  &quot;Description&quot;: &quot;sample string 6&quot;,
  &quot;ClientAbsent&quot;: true,
  &quot;ClientSigned&quot;: true,
  &quot;CostTypeId&quot;: 1,
  &quot;TravelMethodId&quot;: 1,
  &quot;Cost&quot;: 1.0,
  &quot;TravelDistance&quot;: 1,
  &quot;TravelDuration&quot;: 1,
  &quot;Location&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;ZipCode&quot;: &quot;sample string 1&quot;,
    &quot;HouseNumber&quot;: 1,
    &quot;HouseNumberAddition&quot;: &quot;sample string 2&quot;
  },
  &quot;OrganizationEntityId&quot;: {
    &quot;$ref&quot;: &quot;2&quot;
  }
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;TimesheetWMO xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetWMO&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;TimesheetWMO xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet&quot;&gt;
  &lt;ClientAbsent&gt;true&lt;/ClientAbsent&gt;
  &lt;ClientSigned&gt;true&lt;/ClientSigned&gt;
  &lt;Cost&gt;1&lt;/Cost&gt;
  &lt;CostTypeId&gt;1&lt;/CostTypeId&gt;
  &lt;Description&gt;sample string 6&lt;/Description&gt;
  &lt;Employee xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Employee&gt;
  &lt;EmploymentId&gt;5&lt;/EmploymentId&gt;
  &lt;End&gt;2026-05-26T23:13:57.7129934+02:00&lt;/End&gt;
  &lt;Identifier xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Identifier&gt;
  &lt;Location xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RealizedWorktime&quot;&gt;
    &lt;d2p1:HouseNumber&gt;1&lt;/d2p1:HouseNumber&gt;
    &lt;d2p1:HouseNumberAddition&gt;sample string 2&lt;/d2p1:HouseNumberAddition&gt;
    &lt;d2p1:ZipCode&gt;sample string 1&lt;/d2p1:ZipCode&gt;
  &lt;/Location&gt;
  &lt;OrganizationEntityId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/OrganizationEntityId&gt;
  &lt;ProductId&gt;2&lt;/ProductId&gt;
  &lt;Start&gt;2026-05-26T23:13:57.7129934+02:00&lt;/Start&gt;
  &lt;TravelDistance&gt;1&lt;/TravelDistance&gt;
  &lt;TravelDuration&gt;1&lt;/TravelDuration&gt;
  &lt;TravelMethodId&gt;1&lt;/TravelMethodId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;Client xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/Client&gt;
  &lt;ContractId&gt;1&lt;/ContractId&gt;
&lt;/TimesheetWMO&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/TransferReports">
                <doc title="PlanCare2Api/TransferReports" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AccessUserId&quot;: 1,
  &quot;AccessUserName&quot;: &quot;sample string 2&quot;,
  &quot;ShiftId&quot;: 1,
  &quot;ShiftName&quot;: &quot;sample string 3&quot;,
  &quot;DisciplineId&quot;: 4,
  &quot;DisciplineName&quot;: &quot;sample string 5&quot;,
  &quot;Calendar&quot;: &quot;sample string 6&quot;,
  &quot;Subject&quot;: &quot;sample string 7&quot;,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;GroupCalendarId&quot;: 9,
  &quot;TransferReportDate&quot;: &quot;2026-05-26T23:13:55.5254523+02:00&quot;,
  &quot;Id&quot;: 11
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AccessUserId&quot;: 1,
  &quot;AccessUserName&quot;: &quot;sample string 2&quot;,
  &quot;ShiftId&quot;: 1,
  &quot;ShiftName&quot;: &quot;sample string 3&quot;,
  &quot;DisciplineId&quot;: 4,
  &quot;DisciplineName&quot;: &quot;sample string 5&quot;,
  &quot;Calendar&quot;: &quot;sample string 6&quot;,
  &quot;Subject&quot;: &quot;sample string 7&quot;,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;GroupCalendarId&quot;: 9,
  &quot;TransferReportDate&quot;: &quot;2026-05-26T23:13:55.5254523+02:00&quot;,
  &quot;Id&quot;: 11
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;TransferReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
  &lt;AccessUserName&gt;sample string 2&lt;/AccessUserName&gt;
  &lt;Calendar&gt;sample string 6&lt;/Calendar&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;DisciplineId&gt;4&lt;/DisciplineId&gt;
  &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
  &lt;GroupCalendarId&gt;9&lt;/GroupCalendarId&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ShiftId&gt;1&lt;/ShiftId&gt;
  &lt;ShiftName&gt;sample string 3&lt;/ShiftName&gt;
  &lt;Subject&gt;sample string 7&lt;/Subject&gt;
  &lt;TransferReportDate&gt;2026-05-26T23:13:55.5254523+02:00&lt;/TransferReportDate&gt;
&lt;/TransferReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;TransferReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
  &lt;AccessUserName&gt;sample string 2&lt;/AccessUserName&gt;
  &lt;Calendar&gt;sample string 6&lt;/Calendar&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;DisciplineId&gt;4&lt;/DisciplineId&gt;
  &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
  &lt;GroupCalendarId&gt;9&lt;/GroupCalendarId&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ShiftId&gt;1&lt;/ShiftId&gt;
  &lt;ShiftName&gt;sample string 3&lt;/ShiftName&gt;
  &lt;Subject&gt;sample string 7&lt;/Subject&gt;
  &lt;TransferReportDate&gt;2026-05-26T23:13:55.5254523+02:00&lt;/TransferReportDate&gt;
&lt;/TransferReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/TransferReports/{id}">
                <doc title="PlanCare2Api/TransferReports/{id}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/TransferReports/ChangeOfTransferReport">
                <doc title="PlanCare2Api/TransferReports/ChangeOfTransferReport" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;AccessUserId&quot;: 1,
  &quot;AccessUserName&quot;: &quot;sample string 2&quot;,
  &quot;ShiftId&quot;: 1,
  &quot;ShiftName&quot;: &quot;sample string 3&quot;,
  &quot;DisciplineId&quot;: 4,
  &quot;DisciplineName&quot;: &quot;sample string 5&quot;,
  &quot;Calendar&quot;: &quot;sample string 6&quot;,
  &quot;Subject&quot;: &quot;sample string 7&quot;,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;GroupCalendarId&quot;: 9,
  &quot;TransferReportDate&quot;: &quot;2026-05-26T23:13:55.5254523+02:00&quot;,
  &quot;Id&quot;: 11
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AccessUserId&quot;: 1,
  &quot;AccessUserName&quot;: &quot;sample string 2&quot;,
  &quot;ShiftId&quot;: 1,
  &quot;ShiftName&quot;: &quot;sample string 3&quot;,
  &quot;DisciplineId&quot;: 4,
  &quot;DisciplineName&quot;: &quot;sample string 5&quot;,
  &quot;Calendar&quot;: &quot;sample string 6&quot;,
  &quot;Subject&quot;: &quot;sample string 7&quot;,
  &quot;Description&quot;: &quot;sample string 8&quot;,
  &quot;GroupCalendarId&quot;: 9,
  &quot;TransferReportDate&quot;: &quot;2026-05-26T23:13:55.5254523+02:00&quot;,
  &quot;Id&quot;: 11
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfTransferReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
  &lt;AccessUserName&gt;sample string 2&lt;/AccessUserName&gt;
  &lt;Calendar&gt;sample string 6&lt;/Calendar&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;DisciplineId&gt;4&lt;/DisciplineId&gt;
  &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
  &lt;GroupCalendarId&gt;9&lt;/GroupCalendarId&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ShiftId&gt;1&lt;/ShiftId&gt;
  &lt;ShiftName&gt;sample string 3&lt;/ShiftName&gt;
  &lt;Subject&gt;sample string 7&lt;/Subject&gt;
  &lt;TransferReportDate&gt;2026-05-26T23:13:55.5254523+02:00&lt;/TransferReportDate&gt;
&lt;/ChangeOfTransferReport&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfTransferReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
  &lt;AccessUserName&gt;sample string 2&lt;/AccessUserName&gt;
  &lt;Calendar&gt;sample string 6&lt;/Calendar&gt;
  &lt;Description&gt;sample string 8&lt;/Description&gt;
  &lt;DisciplineId&gt;4&lt;/DisciplineId&gt;
  &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
  &lt;GroupCalendarId&gt;9&lt;/GroupCalendarId&gt;
  &lt;Id&gt;11&lt;/Id&gt;
  &lt;ShiftId&gt;1&lt;/ShiftId&gt;
  &lt;ShiftName&gt;sample string 3&lt;/ShiftName&gt;
  &lt;Subject&gt;sample string 7&lt;/Subject&gt;
  &lt;TransferReportDate&gt;2026-05-26T23:13:55.5254523+02:00&lt;/TransferReportDate&gt;
&lt;/ChangeOfTransferReport&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/TransferReports?fromDate={fromDate}&amp;untilDate={untilDate}&amp;groupcalendarId={groupcalendarId}">
                <doc title="PlanCare2Api/TransferReports?fromDate={fromDate}&amp;untilDate={untilDate}&amp;groupcalendarId={groupcalendarId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="fromDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="untilDate"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="groupcalendarId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;AccessUserId&quot;: 1,
    &quot;AccessUserName&quot;: &quot;sample string 2&quot;,
    &quot;ShiftId&quot;: 1,
    &quot;ShiftName&quot;: &quot;sample string 3&quot;,
    &quot;DisciplineId&quot;: 4,
    &quot;DisciplineName&quot;: &quot;sample string 5&quot;,
    &quot;Calendar&quot;: &quot;sample string 6&quot;,
    &quot;Subject&quot;: &quot;sample string 7&quot;,
    &quot;Description&quot;: &quot;sample string 8&quot;,
    &quot;GroupCalendarId&quot;: 9,
    &quot;TransferReportDate&quot;: &quot;2026-05-26T22:08:57.7066526+02:00&quot;,
    &quot;Id&quot;: 11
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;AccessUserId&quot;: 1,
    &quot;AccessUserName&quot;: &quot;sample string 2&quot;,
    &quot;ShiftId&quot;: 1,
    &quot;ShiftName&quot;: &quot;sample string 3&quot;,
    &quot;DisciplineId&quot;: 4,
    &quot;DisciplineName&quot;: &quot;sample string 5&quot;,
    &quot;Calendar&quot;: &quot;sample string 6&quot;,
    &quot;Subject&quot;: &quot;sample string 7&quot;,
    &quot;Description&quot;: &quot;sample string 8&quot;,
    &quot;GroupCalendarId&quot;: 9,
    &quot;TransferReportDate&quot;: &quot;2026-05-26T22:08:57.7066526+02:00&quot;,
    &quot;Id&quot;: 11
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfTransferReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;TransferReport&gt;
    &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
    &lt;AccessUserName&gt;sample string 2&lt;/AccessUserName&gt;
    &lt;Calendar&gt;sample string 6&lt;/Calendar&gt;
    &lt;Description&gt;sample string 8&lt;/Description&gt;
    &lt;DisciplineId&gt;4&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
    &lt;GroupCalendarId&gt;9&lt;/GroupCalendarId&gt;
    &lt;Id&gt;11&lt;/Id&gt;
    &lt;ShiftId&gt;1&lt;/ShiftId&gt;
    &lt;ShiftName&gt;sample string 3&lt;/ShiftName&gt;
    &lt;Subject&gt;sample string 7&lt;/Subject&gt;
    &lt;TransferReportDate&gt;2026-05-26T22:08:57.7066526+02:00&lt;/TransferReportDate&gt;
  &lt;/TransferReport&gt;
  &lt;TransferReport&gt;
    &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
    &lt;AccessUserName&gt;sample string 2&lt;/AccessUserName&gt;
    &lt;Calendar&gt;sample string 6&lt;/Calendar&gt;
    &lt;Description&gt;sample string 8&lt;/Description&gt;
    &lt;DisciplineId&gt;4&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
    &lt;GroupCalendarId&gt;9&lt;/GroupCalendarId&gt;
    &lt;Id&gt;11&lt;/Id&gt;
    &lt;ShiftId&gt;1&lt;/ShiftId&gt;
    &lt;ShiftName&gt;sample string 3&lt;/ShiftName&gt;
    &lt;Subject&gt;sample string 7&lt;/Subject&gt;
    &lt;TransferReportDate&gt;2026-05-26T22:08:57.7066526+02:00&lt;/TransferReportDate&gt;
  &lt;/TransferReport&gt;
&lt;/ArrayOfTransferReport&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfTransferReport xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;TransferReport&gt;
    &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
    &lt;AccessUserName&gt;sample string 2&lt;/AccessUserName&gt;
    &lt;Calendar&gt;sample string 6&lt;/Calendar&gt;
    &lt;Description&gt;sample string 8&lt;/Description&gt;
    &lt;DisciplineId&gt;4&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
    &lt;GroupCalendarId&gt;9&lt;/GroupCalendarId&gt;
    &lt;Id&gt;11&lt;/Id&gt;
    &lt;ShiftId&gt;1&lt;/ShiftId&gt;
    &lt;ShiftName&gt;sample string 3&lt;/ShiftName&gt;
    &lt;Subject&gt;sample string 7&lt;/Subject&gt;
    &lt;TransferReportDate&gt;2026-05-26T22:08:57.7066526+02:00&lt;/TransferReportDate&gt;
  &lt;/TransferReport&gt;
  &lt;TransferReport&gt;
    &lt;AccessUserId&gt;1&lt;/AccessUserId&gt;
    &lt;AccessUserName&gt;sample string 2&lt;/AccessUserName&gt;
    &lt;Calendar&gt;sample string 6&lt;/Calendar&gt;
    &lt;Description&gt;sample string 8&lt;/Description&gt;
    &lt;DisciplineId&gt;4&lt;/DisciplineId&gt;
    &lt;DisciplineName&gt;sample string 5&lt;/DisciplineName&gt;
    &lt;GroupCalendarId&gt;9&lt;/GroupCalendarId&gt;
    &lt;Id&gt;11&lt;/Id&gt;
    &lt;ShiftId&gt;1&lt;/ShiftId&gt;
    &lt;ShiftName&gt;sample string 3&lt;/ShiftName&gt;
    &lt;Subject&gt;sample string 7&lt;/Subject&gt;
    &lt;TransferReportDate&gt;2026-05-26T22:08:57.7066526+02:00&lt;/TransferReportDate&gt;
  &lt;/TransferReport&gt;
&lt;/ArrayOfTransferReport&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/VisionModels/{visionModelId}/VisionModelItems">
                <doc title="PlanCare2Api/VisionModels/{visionModelId}/VisionModelItems" /> 
                <method name="GET">
                    <request>
 
                            <param name="visionModelId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc></doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc></doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/VisionModels/{visionModelId}/VisionModelItems/{visionModelItemId}/MainGoals">
                <doc title="PlanCare2Api/VisionModels/{visionModelId}/VisionModelItems/{visionModelItemId}/MainGoals" /> 
                <method name="GET">
                    <request>
 
                            <param name="visionModelId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="visionModelItemId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;906a865d-487e-4ed9-91aa-51d0ab42531c&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Code&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: &quot;906a865d-487e-4ed9-91aa-51d0ab42531c&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Code&quot;: &quot;sample string 3&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfMainGoal xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;MainGoal&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Id&gt;906a865d-487e-4ed9-91aa-51d0ab42531c&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MainGoal&gt;
  &lt;MainGoal&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Id&gt;906a865d-487e-4ed9-91aa-51d0ab42531c&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MainGoal&gt;
&lt;/ArrayOfMainGoal&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfMainGoal xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;MainGoal&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Id&gt;906a865d-487e-4ed9-91aa-51d0ab42531c&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MainGoal&gt;
  &lt;MainGoal&gt;
    &lt;Code&gt;sample string 3&lt;/Code&gt;
    &lt;Id&gt;906a865d-487e-4ed9-91aa-51d0ab42531c&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/MainGoal&gt;
&lt;/ArrayOfMainGoal&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/VisionModels/{visionModelId}/VisionModelItems/{visionModelItemId}/MainGoals/{mainGoalId}/GoalLibrary">
                <doc title="PlanCare2Api/VisionModels/{visionModelId}/VisionModelItems/{visionModelItemId}/MainGoals/{mainGoalId}/GoalLibrary" /> 
                <method name="GET">
                    <request>
 
                            <param name="visionModelId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="visionModelItemId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="mainGoalId"
                                   style="template"
                                   type="xs:guid"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
    &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
    &quot;SectorId&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;InitialSituation&quot;: &quot;sample string 3&quot;,
    &quot;TargetSituation&quot;: &quot;sample string 4&quot;,
    &quot;SectorId&quot;: 5
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfGoalLibrary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;GoalLibrary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorId&gt;5&lt;/SectorId&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/GoalLibrary&gt;
  &lt;GoalLibrary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorId&gt;5&lt;/SectorId&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/GoalLibrary&gt;
&lt;/ArrayOfGoalLibrary&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfGoalLibrary xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;GoalLibrary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorId&gt;5&lt;/SectorId&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/GoalLibrary&gt;
  &lt;GoalLibrary&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;InitialSituation&gt;sample string 3&lt;/InitialSituation&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;SectorId&gt;5&lt;/SectorId&gt;
    &lt;TargetSituation&gt;sample string 4&lt;/TargetSituation&gt;
  &lt;/GoalLibrary&gt;
&lt;/ArrayOfGoalLibrary&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/VisionModels?clientId={clientId}">
                <doc title="PlanCare2Api/VisionModels?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Items&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Items&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfVisionModel xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;VisionModel&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Items&gt;
      &lt;VisionModelItem&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/VisionModelItem&gt;
      &lt;VisionModelItem&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/VisionModelItem&gt;
    &lt;/Items&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/VisionModel&gt;
  &lt;VisionModel&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Items&gt;
      &lt;VisionModelItem&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/VisionModelItem&gt;
      &lt;VisionModelItem&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/VisionModelItem&gt;
    &lt;/Items&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/VisionModel&gt;
&lt;/ArrayOfVisionModel&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfVisionModel xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
  &lt;VisionModel&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Items&gt;
      &lt;VisionModelItem&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/VisionModelItem&gt;
      &lt;VisionModelItem&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/VisionModelItem&gt;
    &lt;/Items&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/VisionModel&gt;
  &lt;VisionModel&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Items&gt;
      &lt;VisionModelItem&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/VisionModelItem&gt;
      &lt;VisionModelItem&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/VisionModelItem&gt;
    &lt;/Items&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/VisionModel&gt;
&lt;/ArrayOfVisionModel&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/Workplans?clientId={clientId}">
                <doc title="PlanCare2Api/Workplans?clientId={clientId}" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkplan xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Workplan&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Workplan&gt;
  &lt;Workplan&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Workplan&gt;
&lt;/ArrayOfWorkplan&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkplan xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Workplan&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Workplan&gt;
  &lt;Workplan&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Workplan&gt;
&lt;/ArrayOfWorkplan&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2">
                <doc title="PlanCare2Api/WorkplansV2" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;WorkplanId&quot;: 1,
  &quot;DisciplineId&quot;: 1,
  &quot;DisciplineGroupId&quot;: 1,
  &quot;GoalId&quot;: 1,
  &quot;EpisodeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;WorkplanId&quot;: 1,
  &quot;DisciplineId&quot;: 1,
  &quot;DisciplineGroupId&quot;: 1,
  &quot;GoalId&quot;: 1,
  &quot;EpisodeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;CreateWorkplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;DisciplineGroupId&gt;1&lt;/DisciplineGroupId&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
  &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
&lt;/CreateWorkplanV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;CreateWorkplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;DisciplineGroupId&gt;1&lt;/DisciplineGroupId&gt;
  &lt;DisciplineId&gt;1&lt;/DisciplineId&gt;
  &lt;EpisodeId&gt;1&lt;/EpisodeId&gt;
  &lt;GoalId&gt;1&lt;/GoalId&gt;
  &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
&lt;/CreateWorkplanV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{actionId}/Action">
                <doc title="PlanCare2Api/WorkplansV2/{actionId}/Action" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="actionId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{actionId}/ChangeOfAction">
                <doc title="PlanCare2Api/WorkplansV2/{actionId}/ChangeOfAction" /> 
                <method name="POST">
                    <request>
 
                            <param name="actionId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;WorkTypeId&quot;: 1,
  &quot;DisciplineId&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;IsCompleted&quot;: true,
  &quot;ResultDate&quot;: &quot;2026-05-26T23:13:54.6504353+02:00&quot;,
  &quot;ExecutiveIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;ActionId&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;WorkTypeId&quot;: 1,
  &quot;DisciplineId&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;IsCompleted&quot;: true,
  &quot;ResultDate&quot;: &quot;2026-05-26T23:13:54.6504353+02:00&quot;,
  &quot;ExecutiveIds&quot;: [
    1,
    2
  ]
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfWorkplanActionV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
  &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
  &lt;ExecutiveIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ExecutiveIds&gt;
  &lt;IsCompleted&gt;true&lt;/IsCompleted&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;ResultDate&gt;2026-05-26T23:13:54.6504353+02:00&lt;/ResultDate&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfWorkplanActionV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfWorkplanActionV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;ActionId&gt;1&lt;/ActionId&gt;
  &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
  &lt;ExecutiveIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ExecutiveIds&gt;
  &lt;IsCompleted&gt;true&lt;/IsCompleted&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;ResultDate&gt;2026-05-26T23:13:54.6504353+02:00&lt;/ResultDate&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
&lt;/ChangeOfWorkplanActionV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{clientId}/Workplans">
                <doc title="PlanCare2Api/WorkplansV2/{clientId}/Workplans" /> 
                <method name="GET">
                    <request>
 
                            <param name="clientId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Subject&quot;: &quot;sample string 2&quot;,
    &quot;TypeDescription&quot;: &quot;sample string 3&quot;,
    &quot;Discipline&quot;: &quot;sample string 4&quot;,
    &quot;DisciplineGroup&quot;: &quot;sample string 5&quot;,
    &quot;DomainName&quot;: &quot;sample string 6&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;Subject&quot;: &quot;sample string 2&quot;,
    &quot;TypeDescription&quot;: &quot;sample string 3&quot;,
    &quot;Discipline&quot;: &quot;sample string 4&quot;,
    &quot;DisciplineGroup&quot;: &quot;sample string 5&quot;,
    &quot;DomainName&quot;: &quot;sample string 6&quot;,
    &quot;Status&quot;: 0,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkplanV2Overview xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;WorkplanV2Overview&gt;
    &lt;Discipline&gt;sample string 4&lt;/Discipline&gt;
    &lt;DisciplineGroup&gt;sample string 5&lt;/DisciplineGroup&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StatusDate&gt;
    &lt;Subject&gt;sample string 2&lt;/Subject&gt;
    &lt;TypeDescription&gt;sample string 3&lt;/TypeDescription&gt;
  &lt;/WorkplanV2Overview&gt;
  &lt;WorkplanV2Overview&gt;
    &lt;Discipline&gt;sample string 4&lt;/Discipline&gt;
    &lt;DisciplineGroup&gt;sample string 5&lt;/DisciplineGroup&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StatusDate&gt;
    &lt;Subject&gt;sample string 2&lt;/Subject&gt;
    &lt;TypeDescription&gt;sample string 3&lt;/TypeDescription&gt;
  &lt;/WorkplanV2Overview&gt;
&lt;/ArrayOfWorkplanV2Overview&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkplanV2Overview xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;WorkplanV2Overview&gt;
    &lt;Discipline&gt;sample string 4&lt;/Discipline&gt;
    &lt;DisciplineGroup&gt;sample string 5&lt;/DisciplineGroup&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StatusDate&gt;
    &lt;Subject&gt;sample string 2&lt;/Subject&gt;
    &lt;TypeDescription&gt;sample string 3&lt;/TypeDescription&gt;
  &lt;/WorkplanV2Overview&gt;
  &lt;WorkplanV2Overview&gt;
    &lt;Discipline&gt;sample string 4&lt;/Discipline&gt;
    &lt;DisciplineGroup&gt;sample string 5&lt;/DisciplineGroup&gt;
    &lt;DomainName&gt;sample string 6&lt;/DomainName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Status&gt;Concept&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StatusDate&gt;
    &lt;Subject&gt;sample string 2&lt;/Subject&gt;
    &lt;TypeDescription&gt;sample string 3&lt;/TypeDescription&gt;
  &lt;/WorkplanV2Overview&gt;
&lt;/ArrayOfWorkplanV2Overview&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{id}">
                <doc title="PlanCare2Api/WorkplansV2/{id}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Type&quot;: 0,
  &quot;Discipline&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  &quot;DisciplineGroup&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  &quot;Actions&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;DisciplineId&quot;: 3,
      &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
      &quot;Priority&quot;: {
        &quot;$id&quot;: &quot;5&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Color&quot;: 3,
        &quot;ColorName&quot;: &quot;sample string 4&quot;
      },
      &quot;EmployeeId&quot;: {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ExecutiveId&quot;: {
        &quot;$ref&quot;: &quot;6&quot;
      },
      &quot;ExecutiveIds&quot;: [
        1,
        2
      ],
      &quot;Executives&quot;: [
        {
          &quot;$id&quot;: &quot;7&quot;,
          &quot;Identifier&quot;: {
            &quot;$ref&quot;: &quot;6&quot;
          },
          &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
          &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;7&quot;
        }
      ],
      &quot;WorkTypeId&quot;: 1,
      &quot;WorkplanId&quot;: 1,
      &quot;SubGoalId&quot;: 1,
      &quot;Remarks&quot;: &quot;sample string 5&quot;,
      &quot;EvaluateBefore&quot;: &quot;2026-05-26T22:07:20.8656348+02:00&quot;,
      &quot;Result&quot;: {
        &quot;$id&quot;: &quot;8&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      &quot;ResultDate&quot;: &quot;2026-05-26T22:07:20.8656348+02:00&quot;,
      &quot;Continuation&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:20.8656348+02:00&quot;,
      &quot;Completed&quot;: true
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Goal&quot;: {
    &quot;$id&quot;: &quot;10&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T22:07:20.8656348+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 4&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;DisciplineGroups&quot;: [
      {
        &quot;$ref&quot;: &quot;3&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ]
  },
  &quot;SubGoals&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Status&quot;: 0,
      &quot;Discipline&quot;: {
        &quot;$ref&quot;: &quot;2&quot;
      },
      &quot;DisciplineGroup&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;Actions&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;WorkTypeId&quot;: 1,
      &quot;WorkplanId&quot;: 3,
      &quot;Remarks&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;Type&quot;: 0,
  &quot;Discipline&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  &quot;DisciplineGroup&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  &quot;Actions&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;DisciplineId&quot;: 3,
      &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
      &quot;Priority&quot;: {
        &quot;$id&quot;: &quot;5&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Color&quot;: 3,
        &quot;ColorName&quot;: &quot;sample string 4&quot;
      },
      &quot;EmployeeId&quot;: {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ExecutiveId&quot;: {
        &quot;$ref&quot;: &quot;6&quot;
      },
      &quot;ExecutiveIds&quot;: [
        1,
        2
      ],
      &quot;Executives&quot;: [
        {
          &quot;$id&quot;: &quot;7&quot;,
          &quot;Identifier&quot;: {
            &quot;$ref&quot;: &quot;6&quot;
          },
          &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
          &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;7&quot;
        }
      ],
      &quot;WorkTypeId&quot;: 1,
      &quot;WorkplanId&quot;: 1,
      &quot;SubGoalId&quot;: 1,
      &quot;Remarks&quot;: &quot;sample string 5&quot;,
      &quot;EvaluateBefore&quot;: &quot;2026-05-26T22:07:20.8656348+02:00&quot;,
      &quot;Result&quot;: {
        &quot;$id&quot;: &quot;8&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      &quot;ResultDate&quot;: &quot;2026-05-26T22:07:20.8656348+02:00&quot;,
      &quot;Continuation&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:20.8656348+02:00&quot;,
      &quot;Completed&quot;: true
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;Goal&quot;: {
    &quot;$id&quot;: &quot;10&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T22:07:20.8656348+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 4&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;DisciplineGroups&quot;: [
      {
        &quot;$ref&quot;: &quot;3&quot;
      },
      {
        &quot;$ref&quot;: &quot;3&quot;
      }
    ]
  },
  &quot;SubGoals&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;Status&quot;: 0,
      &quot;Discipline&quot;: {
        &quot;$ref&quot;: &quot;2&quot;
      },
      &quot;DisciplineGroup&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;Actions&quot;: [
        {
          &quot;$ref&quot;: &quot;4&quot;
        },
        {
          &quot;$ref&quot;: &quot;4&quot;
        }
      ],
      &quot;WorkTypeId&quot;: 1,
      &quot;WorkplanId&quot;: 3,
      &quot;Remarks&quot;: &quot;sample string 4&quot;
    },
    {
      &quot;$ref&quot;: &quot;11&quot;
    }
  ]
}</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;WorkplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Actions&gt;
    &lt;ActionV2&gt;
      &lt;Completed&gt;true&lt;/Completed&gt;
      &lt;Continuation&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Continuation&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
      &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
      &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
      &lt;EmployeeId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/EmployeeId&gt;
      &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
      &lt;ExecutiveId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ExecutiveId&gt;
      &lt;ExecutiveIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ExecutiveIds&gt;
      &lt;Executives&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
      &lt;/Executives&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Priority&gt;
        &lt;Color&gt;3&lt;/Color&gt;
        &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Priority&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Result&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Result&gt;
      &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
    &lt;/ActionV2&gt;
    &lt;ActionV2&gt;
      &lt;Completed&gt;true&lt;/Completed&gt;
      &lt;Continuation&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Continuation&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
      &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
      &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
      &lt;EmployeeId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/EmployeeId&gt;
      &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
      &lt;ExecutiveId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ExecutiveId&gt;
      &lt;ExecutiveIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ExecutiveIds&gt;
      &lt;Executives&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
      &lt;/Executives&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Priority&gt;
        &lt;Color&gt;3&lt;/Color&gt;
        &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Priority&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Result&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Result&gt;
      &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
    &lt;/ActionV2&gt;
  &lt;/Actions&gt;
  &lt;Discipline xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
    &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
    &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
    &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
    &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
    &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
    &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;DisciplineGroup xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
    &lt;d2p1:Disciplines&gt;
      &lt;d2p1:Discipline&gt;
        &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
        &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
        &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
        &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
        &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
        &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
        &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
        &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
      &lt;/d2p1:Discipline&gt;
      &lt;d2p1:Discipline&gt;
        &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
        &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
        &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
        &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
        &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
        &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
        &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
        &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
      &lt;/d2p1:Discipline&gt;
    &lt;/d2p1:Disciplines&gt;
    &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
    &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
  &lt;/DisciplineGroup&gt;
  &lt;Goal&gt;
    &lt;DisciplineGroups xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:DisciplineGroup&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:Disciplines&gt;
          &lt;d3p1:Discipline&gt;
            &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
            &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
            &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
            &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
            &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
            &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
            &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
            &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
          &lt;/d3p1:Discipline&gt;
          &lt;d3p1:Discipline&gt;
            &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
            &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
            &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
            &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
            &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
            &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
            &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
            &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
          &lt;/d3p1:Discipline&gt;
        &lt;/d3p1:Disciplines&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:DisciplineGroup&gt;
      &lt;d3p1:DisciplineGroup&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:Disciplines&gt;
          &lt;d3p1:Discipline&gt;
            &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
            &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
            &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
            &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
            &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
            &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
            &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
            &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
          &lt;/d3p1:Discipline&gt;
          &lt;d3p1:Discipline&gt;
            &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
            &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
            &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
            &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
            &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
            &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
            &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
            &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
          &lt;/d3p1:Discipline&gt;
        &lt;/d3p1:Disciplines&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:DisciplineGroup&gt;
    &lt;/DisciplineGroups&gt;
    &lt;Disciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Status&gt;sample string 4&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/StatusDate&gt;
  &lt;/Goal&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;SubGoals&gt;
    &lt;WorkplanSubGoalV2&gt;
      &lt;Actions&gt;
        &lt;ActionV2&gt;
          &lt;Completed&gt;true&lt;/Completed&gt;
          &lt;Continuation&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Continuation&gt;
          &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
          &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
          &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
          &lt;EmployeeId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/EmployeeId&gt;
          &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
          &lt;ExecutiveId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/ExecutiveId&gt;
          &lt;ExecutiveIds xmlns:d6p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
            &lt;d6p1:long&gt;1&lt;/d6p1:long&gt;
            &lt;d6p1:long&gt;2&lt;/d6p1:long&gt;
          &lt;/ExecutiveIds&gt;
          &lt;Executives&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
          &lt;/Executives&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Priority&gt;
            &lt;Color&gt;3&lt;/Color&gt;
            &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Priority&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;Result&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Result&gt;
          &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
          &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
          &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
          &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
        &lt;/ActionV2&gt;
        &lt;ActionV2&gt;
          &lt;Completed&gt;true&lt;/Completed&gt;
          &lt;Continuation&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Continuation&gt;
          &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
          &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
          &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
          &lt;EmployeeId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/EmployeeId&gt;
          &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
          &lt;ExecutiveId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/ExecutiveId&gt;
          &lt;ExecutiveIds xmlns:d6p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
            &lt;d6p1:long&gt;1&lt;/d6p1:long&gt;
            &lt;d6p1:long&gt;2&lt;/d6p1:long&gt;
          &lt;/ExecutiveIds&gt;
          &lt;Executives&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
          &lt;/Executives&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Priority&gt;
            &lt;Color&gt;3&lt;/Color&gt;
            &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Priority&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;Result&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Result&gt;
          &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
          &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
          &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
          &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
        &lt;/ActionV2&gt;
      &lt;/Actions&gt;
      &lt;Discipline xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
        &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
        &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
        &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;DisciplineGroup xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:Disciplines&gt;
          &lt;d4p1:Discipline&gt;
            &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
            &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
            &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
            &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
            &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
            &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
            &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
            &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
          &lt;/d4p1:Discipline&gt;
          &lt;d4p1:Discipline&gt;
            &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
            &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
            &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
            &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
            &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
            &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
            &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
            &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
          &lt;/d4p1:Discipline&gt;
        &lt;/d4p1:Disciplines&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
      &lt;/DisciplineGroup&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
      &lt;Status&gt;Concept&lt;/Status&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
    &lt;/WorkplanSubGoalV2&gt;
    &lt;WorkplanSubGoalV2&gt;
      &lt;Actions&gt;
        &lt;ActionV2&gt;
          &lt;Completed&gt;true&lt;/Completed&gt;
          &lt;Continuation&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Continuation&gt;
          &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
          &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
          &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
          &lt;EmployeeId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/EmployeeId&gt;
          &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
          &lt;ExecutiveId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/ExecutiveId&gt;
          &lt;ExecutiveIds xmlns:d6p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
            &lt;d6p1:long&gt;1&lt;/d6p1:long&gt;
            &lt;d6p1:long&gt;2&lt;/d6p1:long&gt;
          &lt;/ExecutiveIds&gt;
          &lt;Executives&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
          &lt;/Executives&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Priority&gt;
            &lt;Color&gt;3&lt;/Color&gt;
            &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Priority&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;Result&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Result&gt;
          &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
          &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
          &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
          &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
        &lt;/ActionV2&gt;
        &lt;ActionV2&gt;
          &lt;Completed&gt;true&lt;/Completed&gt;
          &lt;Continuation&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Continuation&gt;
          &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
          &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
          &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
          &lt;EmployeeId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/EmployeeId&gt;
          &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
          &lt;ExecutiveId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/ExecutiveId&gt;
          &lt;ExecutiveIds xmlns:d6p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
            &lt;d6p1:long&gt;1&lt;/d6p1:long&gt;
            &lt;d6p1:long&gt;2&lt;/d6p1:long&gt;
          &lt;/ExecutiveIds&gt;
          &lt;Executives&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
          &lt;/Executives&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Priority&gt;
            &lt;Color&gt;3&lt;/Color&gt;
            &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Priority&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;Result&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Result&gt;
          &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
          &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
          &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
          &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
        &lt;/ActionV2&gt;
      &lt;/Actions&gt;
      &lt;Discipline xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
        &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
        &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
        &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;DisciplineGroup xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:Disciplines&gt;
          &lt;d4p1:Discipline&gt;
            &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
            &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
            &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
            &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
            &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
            &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
            &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
            &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
          &lt;/d4p1:Discipline&gt;
          &lt;d4p1:Discipline&gt;
            &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
            &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
            &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
            &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
            &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
            &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
            &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
            &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
          &lt;/d4p1:Discipline&gt;
        &lt;/d4p1:Disciplines&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
      &lt;/DisciplineGroup&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
      &lt;Status&gt;Concept&lt;/Status&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
    &lt;/WorkplanSubGoalV2&gt;
  &lt;/SubGoals&gt;
  &lt;Type&gt;Goal&lt;/Type&gt;
&lt;/WorkplanV2&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;WorkplanV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Actions&gt;
    &lt;ActionV2&gt;
      &lt;Completed&gt;true&lt;/Completed&gt;
      &lt;Continuation&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Continuation&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
      &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
      &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
      &lt;EmployeeId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/EmployeeId&gt;
      &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
      &lt;ExecutiveId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ExecutiveId&gt;
      &lt;ExecutiveIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ExecutiveIds&gt;
      &lt;Executives&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
      &lt;/Executives&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Priority&gt;
        &lt;Color&gt;3&lt;/Color&gt;
        &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Priority&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Result&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Result&gt;
      &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
    &lt;/ActionV2&gt;
    &lt;ActionV2&gt;
      &lt;Completed&gt;true&lt;/Completed&gt;
      &lt;Continuation&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Continuation&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
      &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
      &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
      &lt;EmployeeId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/EmployeeId&gt;
      &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
      &lt;ExecutiveId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ExecutiveId&gt;
      &lt;ExecutiveIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ExecutiveIds&gt;
      &lt;Executives&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
      &lt;/Executives&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Priority&gt;
        &lt;Color&gt;3&lt;/Color&gt;
        &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Priority&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Result&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Result&gt;
      &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
    &lt;/ActionV2&gt;
  &lt;/Actions&gt;
  &lt;Discipline xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
    &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
    &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
    &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
    &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
    &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
    &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;DisciplineGroup xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
    &lt;d2p1:Disciplines&gt;
      &lt;d2p1:Discipline&gt;
        &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
        &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
        &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
        &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
        &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
        &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
        &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
        &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
      &lt;/d2p1:Discipline&gt;
      &lt;d2p1:Discipline&gt;
        &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
        &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
        &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
        &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
        &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
        &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
        &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
        &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
      &lt;/d2p1:Discipline&gt;
    &lt;/d2p1:Disciplines&gt;
    &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
    &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
  &lt;/DisciplineGroup&gt;
  &lt;Goal&gt;
    &lt;DisciplineGroups xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:DisciplineGroup&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:Disciplines&gt;
          &lt;d3p1:Discipline&gt;
            &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
            &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
            &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
            &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
            &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
            &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
            &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
            &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
          &lt;/d3p1:Discipline&gt;
          &lt;d3p1:Discipline&gt;
            &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
            &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
            &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
            &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
            &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
            &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
            &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
            &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
          &lt;/d3p1:Discipline&gt;
        &lt;/d3p1:Disciplines&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:DisciplineGroup&gt;
      &lt;d3p1:DisciplineGroup&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:Disciplines&gt;
          &lt;d3p1:Discipline&gt;
            &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
            &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
            &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
            &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
            &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
            &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
            &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
            &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
          &lt;/d3p1:Discipline&gt;
          &lt;d3p1:Discipline&gt;
            &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
            &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
            &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
            &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
            &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
            &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
            &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
            &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
          &lt;/d3p1:Discipline&gt;
        &lt;/d3p1:Disciplines&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:DisciplineGroup&gt;
    &lt;/DisciplineGroups&gt;
    &lt;Disciplines xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
      &lt;d3p1:Discipline&gt;
        &lt;d3p1:Description&gt;sample string 3&lt;/d3p1:Description&gt;
        &lt;d3p1:DisciplineGroupId&gt;6&lt;/d3p1:DisciplineGroupId&gt;
        &lt;d3p1:EvsFunction&gt;sample string 7&lt;/d3p1:EvsFunction&gt;
        &lt;d3p1:EvsSpecialism&gt;sample string 8&lt;/d3p1:EvsSpecialism&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsActual&gt;true&lt;/d3p1:IsActual&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
        &lt;d3p1:SpecialismCode&gt;sample string 4&lt;/d3p1:SpecialismCode&gt;
      &lt;/d3p1:Discipline&gt;
    &lt;/Disciplines&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;Status&gt;sample string 4&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/StatusDate&gt;
  &lt;/Goal&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;SubGoals&gt;
    &lt;WorkplanSubGoalV2&gt;
      &lt;Actions&gt;
        &lt;ActionV2&gt;
          &lt;Completed&gt;true&lt;/Completed&gt;
          &lt;Continuation&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Continuation&gt;
          &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
          &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
          &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
          &lt;EmployeeId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/EmployeeId&gt;
          &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
          &lt;ExecutiveId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/ExecutiveId&gt;
          &lt;ExecutiveIds xmlns:d6p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
            &lt;d6p1:long&gt;1&lt;/d6p1:long&gt;
            &lt;d6p1:long&gt;2&lt;/d6p1:long&gt;
          &lt;/ExecutiveIds&gt;
          &lt;Executives&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
          &lt;/Executives&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Priority&gt;
            &lt;Color&gt;3&lt;/Color&gt;
            &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Priority&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;Result&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Result&gt;
          &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
          &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
          &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
          &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
        &lt;/ActionV2&gt;
        &lt;ActionV2&gt;
          &lt;Completed&gt;true&lt;/Completed&gt;
          &lt;Continuation&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Continuation&gt;
          &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
          &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
          &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
          &lt;EmployeeId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/EmployeeId&gt;
          &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
          &lt;ExecutiveId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/ExecutiveId&gt;
          &lt;ExecutiveIds xmlns:d6p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
            &lt;d6p1:long&gt;1&lt;/d6p1:long&gt;
            &lt;d6p1:long&gt;2&lt;/d6p1:long&gt;
          &lt;/ExecutiveIds&gt;
          &lt;Executives&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
          &lt;/Executives&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Priority&gt;
            &lt;Color&gt;3&lt;/Color&gt;
            &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Priority&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;Result&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Result&gt;
          &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
          &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
          &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
          &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
        &lt;/ActionV2&gt;
      &lt;/Actions&gt;
      &lt;Discipline xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
        &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
        &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
        &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;DisciplineGroup xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:Disciplines&gt;
          &lt;d4p1:Discipline&gt;
            &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
            &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
            &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
            &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
            &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
            &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
            &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
            &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
          &lt;/d4p1:Discipline&gt;
          &lt;d4p1:Discipline&gt;
            &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
            &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
            &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
            &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
            &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
            &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
            &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
            &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
          &lt;/d4p1:Discipline&gt;
        &lt;/d4p1:Disciplines&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
      &lt;/DisciplineGroup&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
      &lt;Status&gt;Concept&lt;/Status&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
    &lt;/WorkplanSubGoalV2&gt;
    &lt;WorkplanSubGoalV2&gt;
      &lt;Actions&gt;
        &lt;ActionV2&gt;
          &lt;Completed&gt;true&lt;/Completed&gt;
          &lt;Continuation&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Continuation&gt;
          &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
          &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
          &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
          &lt;EmployeeId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/EmployeeId&gt;
          &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
          &lt;ExecutiveId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/ExecutiveId&gt;
          &lt;ExecutiveIds xmlns:d6p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
            &lt;d6p1:long&gt;1&lt;/d6p1:long&gt;
            &lt;d6p1:long&gt;2&lt;/d6p1:long&gt;
          &lt;/ExecutiveIds&gt;
          &lt;Executives&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
          &lt;/Executives&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Priority&gt;
            &lt;Color&gt;3&lt;/Color&gt;
            &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Priority&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;Result&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Result&gt;
          &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
          &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
          &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
          &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
        &lt;/ActionV2&gt;
        &lt;ActionV2&gt;
          &lt;Completed&gt;true&lt;/Completed&gt;
          &lt;Continuation&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Continuation&gt;
          &lt;CreationDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/CreationDate&gt;
          &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
          &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
          &lt;EmployeeId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/EmployeeId&gt;
          &lt;EvaluateBefore&gt;2026-05-26T22:07:20.8656348+02:00&lt;/EvaluateBefore&gt;
          &lt;ExecutiveId xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/ExecutiveId&gt;
          &lt;ExecutiveIds xmlns:d6p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
            &lt;d6p1:long&gt;1&lt;/d6p1:long&gt;
            &lt;d6p1:long&gt;2&lt;/d6p1:long&gt;
          &lt;/ExecutiveIds&gt;
          &lt;Executives&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
            &lt;WorkplanActionExecutive&gt;
              &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
              &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
              &lt;Identifier xmlns:d8p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
                &lt;d8p1:Identifier&gt;sample string 1&lt;/d8p1:Identifier&gt;
                &lt;d8p1:Type&gt;ExternalId&lt;/d8p1:Type&gt;
              &lt;/Identifier&gt;
            &lt;/WorkplanActionExecutive&gt;
          &lt;/Executives&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;Priority&gt;
            &lt;Color&gt;3&lt;/Color&gt;
            &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Priority&gt;
          &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
          &lt;Result&gt;
            &lt;Id&gt;1&lt;/Id&gt;
            &lt;Name&gt;sample string 2&lt;/Name&gt;
          &lt;/Result&gt;
          &lt;ResultDate&gt;2026-05-26T22:07:20.8656348+02:00&lt;/ResultDate&gt;
          &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
          &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
          &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
        &lt;/ActionV2&gt;
      &lt;/Actions&gt;
      &lt;Discipline xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
        &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
        &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
        &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
        &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
      &lt;/Discipline&gt;
      &lt;DisciplineGroup xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
        &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
        &lt;d4p1:Disciplines&gt;
          &lt;d4p1:Discipline&gt;
            &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
            &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
            &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
            &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
            &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
            &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
            &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
            &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
          &lt;/d4p1:Discipline&gt;
          &lt;d4p1:Discipline&gt;
            &lt;d4p1:Description&gt;sample string 3&lt;/d4p1:Description&gt;
            &lt;d4p1:DisciplineGroupId&gt;6&lt;/d4p1:DisciplineGroupId&gt;
            &lt;d4p1:EvsFunction&gt;sample string 7&lt;/d4p1:EvsFunction&gt;
            &lt;d4p1:EvsSpecialism&gt;sample string 8&lt;/d4p1:EvsSpecialism&gt;
            &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
            &lt;d4p1:IsActual&gt;true&lt;/d4p1:IsActual&gt;
            &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
            &lt;d4p1:SpecialismCode&gt;sample string 4&lt;/d4p1:SpecialismCode&gt;
          &lt;/d4p1:Discipline&gt;
        &lt;/d4p1:Disciplines&gt;
        &lt;d4p1:Id&gt;1&lt;/d4p1:Id&gt;
        &lt;d4p1:Name&gt;sample string 2&lt;/d4p1:Name&gt;
      &lt;/DisciplineGroup&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
      &lt;Status&gt;Concept&lt;/Status&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
    &lt;/WorkplanSubGoalV2&gt;
  &lt;/SubGoals&gt;
  &lt;Type&gt;Goal&lt;/Type&gt;
&lt;/WorkplanV2&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{id}/appointments?dateFrom={dateFrom}&amp;dateUntil={dateUntil}">
                <doc title="PlanCare2Api/WorkplansV2/{id}/appointments?dateFrom={dateFrom}&amp;dateUntil={dateUntil}" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                             <param name="dateFrom"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                             <param name="dateUntil"
                                   style="template"
                                   type="xs:datetime"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;StatusChangedByName&quot;: &quot;sample string 4&quot;,
    &quot;StatusChangedById&quot;: 5,
    &quot;CreatedByName&quot;: &quot;sample string 6&quot;,
    &quot;CreatedById&quot;: 7,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;,
    &quot;Subject&quot;: &quot;sample string 10&quot;,
    &quot;AppointmentType&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Remarks&quot;: &quot;sample string 13&quot;,
    &quot;Status&quot;: &quot;sample string 14&quot;,
    &quot;ParentPlannedItemId&quot;: 1,
    &quot;OccurrenceIndex&quot;: 1,
    &quot;Id&quot;: 15,
    &quot;StartTime&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;,
    &quot;Location&quot;: &quot;sample string 18&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;RecursionText&quot;: &quot;sample string 21&quot;,
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsLegacy&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;WorkTypeId&quot;: 1,
    &quot;EmploymentId&quot;: 1,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&quot;: 1,
    &quot;ClientName&quot;: &quot;sample string 2&quot;,
    &quot;EmployeeId&quot;: 1,
    &quot;EmployeeName&quot;: &quot;sample string 3&quot;,
    &quot;StatusChangedByName&quot;: &quot;sample string 4&quot;,
    &quot;StatusChangedById&quot;: 5,
    &quot;CreatedByName&quot;: &quot;sample string 6&quot;,
    &quot;CreatedById&quot;: 7,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;,
    &quot;Subject&quot;: &quot;sample string 10&quot;,
    &quot;AppointmentType&quot;: &quot;sample string 11&quot;,
    &quot;Reason&quot;: &quot;sample string 12&quot;,
    &quot;Remarks&quot;: &quot;sample string 13&quot;,
    &quot;Status&quot;: &quot;sample string 14&quot;,
    &quot;ParentPlannedItemId&quot;: 1,
    &quot;OccurrenceIndex&quot;: 1,
    &quot;Id&quot;: 15,
    &quot;StartTime&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:54.6660612+02:00&quot;,
    &quot;Location&quot;: &quot;sample string 18&quot;,
    &quot;MovesToNextDay&quot;: true,
    &quot;IsAllDay&quot;: true,
    &quot;RecursionText&quot;: &quot;sample string 21&quot;,
    &quot;Actions&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;IsLegacy&quot;: true
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;WorkTypeId&quot;: 1,
    &quot;EmploymentId&quot;: 1,
    &quot;WeekPlanningId&quot;: 1
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:54.6660612+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:54.6660612+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
&lt;/ArrayOfAppointment&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfAppointment xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar&quot;&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:54.6660612+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
  &lt;Appointment&gt;
    &lt;Actions xmlns:d3p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
      &lt;d3p1:Action&gt;
        &lt;d3p1:Id&gt;1&lt;/d3p1:Id&gt;
        &lt;d3p1:IsLegacy&gt;true&lt;/d3p1:IsLegacy&gt;
        &lt;d3p1:Name&gt;sample string 2&lt;/d3p1:Name&gt;
      &lt;/d3p1:Action&gt;
    &lt;/Actions&gt;
    &lt;AppointmentType&gt;sample string 11&lt;/AppointmentType&gt;
    &lt;ClientId&gt;1&lt;/ClientId&gt;
    &lt;ClientName&gt;sample string 2&lt;/ClientName&gt;
    &lt;CreatedById&gt;7&lt;/CreatedById&gt;
    &lt;CreatedByName&gt;sample string 6&lt;/CreatedByName&gt;
    &lt;EmployeeId&gt;1&lt;/EmployeeId&gt;
    &lt;EmployeeName&gt;sample string 3&lt;/EmployeeName&gt;
    &lt;EmploymentId&gt;1&lt;/EmploymentId&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:54.6660612+02:00&lt;/EndTime&gt;
    &lt;Id&gt;15&lt;/Id&gt;
    &lt;IsAllDay&gt;true&lt;/IsAllDay&gt;
    &lt;Location&gt;sample string 18&lt;/Location&gt;
    &lt;MovesToNextDay&gt;true&lt;/MovesToNextDay&gt;
    &lt;OccurrenceIndex&gt;1&lt;/OccurrenceIndex&gt;
    &lt;ParentPlannedItemId&gt;1&lt;/ParentPlannedItemId&gt;
    &lt;Reason&gt;sample string 12&lt;/Reason&gt;
    &lt;RecursionText&gt;sample string 21&lt;/RecursionText&gt;
    &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:54.6660612+02:00&lt;/StartTime&gt;
    &lt;Status&gt;sample string 14&lt;/Status&gt;
    &lt;StatusChangedById&gt;5&lt;/StatusChangedById&gt;
    &lt;StatusChangedByName&gt;sample string 4&lt;/StatusChangedByName&gt;
    &lt;Subject&gt;sample string 10&lt;/Subject&gt;
    &lt;WeekPlanningId&gt;1&lt;/WeekPlanningId&gt;
    &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;/Appointment&gt;
&lt;/ArrayOfAppointment&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{id}/evaluations">
                <doc title="PlanCare2Api/WorkplansV2/{id}/evaluations" /> 
                <method name="GET">
                    <request>
 
                            <param name="id"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;EvaluationType&quot;: &quot;sample string 4&quot;,
    &quot;EvaluationTypeId&quot;: 5,
    &quot;Content&quot;: &quot;sample string 6&quot;,
    &quot;Scores&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Color&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Value&quot;: 3,
        &quot;Rank&quot;: 4,
        &quot;Name&quot;: &quot;sample string 5&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
    &quot;EvaluationType&quot;: &quot;sample string 4&quot;,
    &quot;EvaluationTypeId&quot;: 5,
    &quot;Content&quot;: &quot;sample string 6&quot;,
    &quot;Scores&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Color&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Value&quot;: 3,
        &quot;Rank&quot;: 4,
        &quot;Name&quot;: &quot;sample string 5&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkplanV2Evaluation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;WorkplanV2Evaluation&gt;
    &lt;Content&gt;sample string 6&lt;/Content&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/EndDate&gt;
    &lt;EvaluationType&gt;sample string 4&lt;/EvaluationType&gt;
    &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Scores&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
    &lt;/Scores&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
  &lt;/WorkplanV2Evaluation&gt;
  &lt;WorkplanV2Evaluation&gt;
    &lt;Content&gt;sample string 6&lt;/Content&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/EndDate&gt;
    &lt;EvaluationType&gt;sample string 4&lt;/EvaluationType&gt;
    &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Scores&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
    &lt;/Scores&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
  &lt;/WorkplanV2Evaluation&gt;
&lt;/ArrayOfWorkplanV2Evaluation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkplanV2Evaluation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;WorkplanV2Evaluation&gt;
    &lt;Content&gt;sample string 6&lt;/Content&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/EndDate&gt;
    &lt;EvaluationType&gt;sample string 4&lt;/EvaluationType&gt;
    &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Scores&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
    &lt;/Scores&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
  &lt;/WorkplanV2Evaluation&gt;
  &lt;WorkplanV2Evaluation&gt;
    &lt;Content&gt;sample string 6&lt;/Content&gt;
    &lt;EndDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/EndDate&gt;
    &lt;EvaluationType&gt;sample string 4&lt;/EvaluationType&gt;
    &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Scores&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
    &lt;/Scores&gt;
    &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
  &lt;/WorkplanV2Evaluation&gt;
&lt;/ArrayOfWorkplanV2Evaluation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{subGoalId}/ChangeOfSubGoal">
                <doc title="PlanCare2Api/WorkplansV2/{subGoalId}/ChangeOfSubGoal" /> 
                <method name="POST">
                    <request>
 
                            <param name="subGoalId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;WorkTypeId&quot;: 1,
  &quot;WorkplanId&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;SubGoalId&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;WorkTypeId&quot;: 1,
  &quot;WorkplanId&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ChangeOfWorkplanSubGoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
&lt;/ChangeOfWorkplanSubGoalV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ChangeOfWorkplanSubGoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
&lt;/ChangeOfWorkplanSubGoalV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{subGoalId}/SubGoal">
                <doc title="PlanCare2Api/WorkplansV2/{subGoalId}/SubGoal" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="subGoalId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{workplanId}">
                <doc title="PlanCare2Api/WorkplansV2/{workplanId}" /> 
                <method name="DELETE">
                    <request>
 
                            <param name="workplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{workplanId}/Action">
                <doc title="PlanCare2Api/WorkplansV2/{workplanId}/Action" /> 
                <method name="POST">
                    <request>
 
                            <param name="workplanId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;DisciplineId&quot;: 3,
  &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
  &quot;Priority&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Color&quot;: 3,
    &quot;ColorName&quot;: &quot;sample string 4&quot;
  },
  &quot;EmployeeId&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ExecutiveId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;ExecutiveIds&quot;: [
    1,
    2
  ],
  &quot;Executives&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Identifier&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
      &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;WorkTypeId&quot;: 1,
  &quot;WorkplanId&quot;: 1,
  &quot;SubGoalId&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;EvaluateBefore&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Result&quot;: {
    &quot;$id&quot;: &quot;5&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  &quot;ResultDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Continuation&quot;: {
    &quot;$id&quot;: &quot;6&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Completed&quot;: true
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;DisciplineId&quot;: 3,
  &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
  &quot;Priority&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Color&quot;: 3,
    &quot;ColorName&quot;: &quot;sample string 4&quot;
  },
  &quot;EmployeeId&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Identifier&quot;: &quot;sample string 1&quot;,
    &quot;Type&quot;: 0
  },
  &quot;ExecutiveId&quot;: {
    &quot;$ref&quot;: &quot;3&quot;
  },
  &quot;ExecutiveIds&quot;: [
    1,
    2
  ],
  &quot;Executives&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Identifier&quot;: {
        &quot;$ref&quot;: &quot;3&quot;
      },
      &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
      &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;WorkTypeId&quot;: 1,
  &quot;WorkplanId&quot;: 1,
  &quot;SubGoalId&quot;: 1,
  &quot;Remarks&quot;: &quot;sample string 5&quot;,
  &quot;EvaluateBefore&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Result&quot;: {
    &quot;$id&quot;: &quot;5&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  &quot;ResultDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Continuation&quot;: {
    &quot;$id&quot;: &quot;6&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;
  },
  &quot;CreationDate&quot;: &quot;2026-05-26T23:13:54.6348093+02:00&quot;,
  &quot;Completed&quot;: true
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;ActionV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Completed&gt;true&lt;/Completed&gt;
  &lt;Continuation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Continuation&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/CreationDate&gt;
  &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
  &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
  &lt;EmployeeId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/EmployeeId&gt;
  &lt;EvaluateBefore&gt;2026-05-26T23:13:54.6348093+02:00&lt;/EvaluateBefore&gt;
  &lt;ExecutiveId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ExecutiveId&gt;
  &lt;ExecutiveIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ExecutiveIds&gt;
  &lt;Executives&gt;
    &lt;WorkplanActionExecutive&gt;
      &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
      &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
      &lt;Identifier xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/Identifier&gt;
    &lt;/WorkplanActionExecutive&gt;
    &lt;WorkplanActionExecutive&gt;
      &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
      &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
      &lt;Identifier xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/Identifier&gt;
    &lt;/WorkplanActionExecutive&gt;
  &lt;/Executives&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;Priority&gt;
    &lt;Color&gt;3&lt;/Color&gt;
    &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Priority&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;Result&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Result&gt;
  &lt;ResultDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/ResultDate&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
&lt;/ActionV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;ActionV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Completed&gt;true&lt;/Completed&gt;
  &lt;Continuation&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Continuation&gt;
  &lt;CreationDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/CreationDate&gt;
  &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
  &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
  &lt;EmployeeId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/EmployeeId&gt;
  &lt;EvaluateBefore&gt;2026-05-26T23:13:54.6348093+02:00&lt;/EvaluateBefore&gt;
  &lt;ExecutiveId xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
    &lt;d2p1:Identifier&gt;sample string 1&lt;/d2p1:Identifier&gt;
    &lt;d2p1:Type&gt;ExternalId&lt;/d2p1:Type&gt;
  &lt;/ExecutiveId&gt;
  &lt;ExecutiveIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:long&gt;1&lt;/d2p1:long&gt;
    &lt;d2p1:long&gt;2&lt;/d2p1:long&gt;
  &lt;/ExecutiveIds&gt;
  &lt;Executives&gt;
    &lt;WorkplanActionExecutive&gt;
      &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
      &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
      &lt;Identifier xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/Identifier&gt;
    &lt;/WorkplanActionExecutive&gt;
    &lt;WorkplanActionExecutive&gt;
      &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
      &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
      &lt;Identifier xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/Identifier&gt;
    &lt;/WorkplanActionExecutive&gt;
  &lt;/Executives&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;Priority&gt;
    &lt;Color&gt;3&lt;/Color&gt;
    &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Priority&gt;
  &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
  &lt;Result&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;/Result&gt;
  &lt;ResultDate&gt;2026-05-26T23:13:54.6348093+02:00&lt;/ResultDate&gt;
  &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
&lt;/ActionV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{workplanId}/AvailableEvaluationScores">
                <doc title="PlanCare2Api/WorkplansV2/{workplanId}/AvailableEvaluationScores" /> 
                <method name="GET">
                    <request>
 
                            <param name="workplanId"
                                   style="template"
                                   type="xs:string"
                                   required="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:14.6241841+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:14.6241841+02:00&quot;,
    &quot;EvaluationType&quot;: &quot;sample string 4&quot;,
    &quot;EvaluationTypeId&quot;: 5,
    &quot;Content&quot;: &quot;sample string 6&quot;,
    &quot;Scores&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Color&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Value&quot;: 3,
        &quot;Rank&quot;: 4,
        &quot;Name&quot;: &quot;sample string 5&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Id&quot;: 1,
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:14.6241841+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:14.6241841+02:00&quot;,
    &quot;EvaluationType&quot;: &quot;sample string 4&quot;,
    &quot;EvaluationTypeId&quot;: 5,
    &quot;Content&quot;: &quot;sample string 6&quot;,
    &quot;Scores&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Color&quot;: 1,
        &quot;Description&quot;: &quot;sample string 2&quot;,
        &quot;Value&quot;: 3,
        &quot;Rank&quot;: 4,
        &quot;Name&quot;: &quot;sample string 5&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="application/xml">
                                    <doc>&lt;ArrayOfWorkplanV2Evaluation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;WorkplanV2Evaluation&gt;
    &lt;Content&gt;sample string 6&lt;/Content&gt;
    &lt;EndDate&gt;2026-05-26T22:09:14.6241841+02:00&lt;/EndDate&gt;
    &lt;EvaluationType&gt;sample string 4&lt;/EvaluationType&gt;
    &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Scores&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
    &lt;/Scores&gt;
    &lt;StartDate&gt;2026-05-26T22:09:14.6241841+02:00&lt;/StartDate&gt;
  &lt;/WorkplanV2Evaluation&gt;
  &lt;WorkplanV2Evaluation&gt;
    &lt;Content&gt;sample string 6&lt;/Content&gt;
    &lt;EndDate&gt;2026-05-26T22:09:14.6241841+02:00&lt;/EndDate&gt;
    &lt;EvaluationType&gt;sample string 4&lt;/EvaluationType&gt;
    &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Scores&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
    &lt;/Scores&gt;
    &lt;StartDate&gt;2026-05-26T22:09:14.6241841+02:00&lt;/StartDate&gt;
  &lt;/WorkplanV2Evaluation&gt;
&lt;/ArrayOfWorkplanV2Evaluation&gt;</doc>
                                </representation>
                                <representation mediatype="text/xml">
                                    <doc>&lt;ArrayOfWorkplanV2Evaluation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;WorkplanV2Evaluation&gt;
    &lt;Content&gt;sample string 6&lt;/Content&gt;
    &lt;EndDate&gt;2026-05-26T22:09:14.6241841+02:00&lt;/EndDate&gt;
    &lt;EvaluationType&gt;sample string 4&lt;/EvaluationType&gt;
    &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Scores&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
    &lt;/Scores&gt;
    &lt;StartDate&gt;2026-05-26T22:09:14.6241841+02:00&lt;/StartDate&gt;
  &lt;/WorkplanV2Evaluation&gt;
  &lt;WorkplanV2Evaluation&gt;
    &lt;Content&gt;sample string 6&lt;/Content&gt;
    &lt;EndDate&gt;2026-05-26T22:09:14.6241841+02:00&lt;/EndDate&gt;
    &lt;EvaluationType&gt;sample string 4&lt;/EvaluationType&gt;
    &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;Scores&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
      &lt;Score&gt;
        &lt;Color&gt;1&lt;/Color&gt;
        &lt;Description&gt;sample string 2&lt;/Description&gt;
        &lt;Name&gt;sample string 5&lt;/Name&gt;
        &lt;Rank&gt;4&lt;/Rank&gt;
        &lt;Value&gt;3&lt;/Value&gt;
      &lt;/Score&gt;
    &lt;/Scores&gt;
    &lt;StartDate&gt;2026-05-26T22:09:14.6241841+02:00&lt;/StartDate&gt;
  &lt;/WorkplanV2Evaluation&gt;
&lt;/ArrayOfWorkplanV2Evaluation&gt;</doc>
                                </representation>
                        </response>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/{workplanId}/SubGoal">
                <doc title="PlanCare2Api/WorkplansV2/{workplanId}/SubGoal" /> 
                <method name="POST">
                    <request>
 
                            <param name="workplanId"
                                   style="template"
                                   type="xs:string"
                                   required="false" />                                                     <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Status&quot;: 0,
  &quot;Discipline&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  &quot;DisciplineGroup&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  &quot;Actions&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;DisciplineId&quot;: 3,
      &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
      &quot;Priority&quot;: {
        &quot;$id&quot;: &quot;5&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Color&quot;: 3,
        &quot;ColorName&quot;: &quot;sample string 4&quot;
      },
      &quot;EmployeeId&quot;: {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ExecutiveId&quot;: {
        &quot;$ref&quot;: &quot;6&quot;
      },
      &quot;ExecutiveIds&quot;: [
        1,
        2
      ],
      &quot;Executives&quot;: [
        {
          &quot;$id&quot;: &quot;7&quot;,
          &quot;Identifier&quot;: {
            &quot;$ref&quot;: &quot;6&quot;
          },
          &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
          &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;7&quot;
        }
      ],
      &quot;WorkTypeId&quot;: 1,
      &quot;WorkplanId&quot;: 1,
      &quot;SubGoalId&quot;: 1,
      &quot;Remarks&quot;: &quot;sample string 5&quot;,
      &quot;EvaluateBefore&quot;: &quot;2026-05-26T22:07:27.5533343+02:00&quot;,
      &quot;Result&quot;: {
        &quot;$id&quot;: &quot;8&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      &quot;ResultDate&quot;: &quot;2026-05-26T22:07:27.5533343+02:00&quot;,
      &quot;Continuation&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:27.5533343+02:00&quot;,
      &quot;Completed&quot;: true
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;WorkTypeId&quot;: 1,
  &quot;WorkplanId&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;Name&quot;: &quot;sample string 2&quot;,
  &quot;Status&quot;: 0,
  &quot;Discipline&quot;: {
    &quot;$id&quot;: &quot;2&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;SpecialismCode&quot;: &quot;sample string 4&quot;,
    &quot;IsActual&quot;: true,
    &quot;DisciplineGroupId&quot;: 6,
    &quot;EvsFunction&quot;: &quot;sample string 7&quot;,
    &quot;EvsSpecialism&quot;: &quot;sample string 8&quot;
  },
  &quot;DisciplineGroup&quot;: {
    &quot;$id&quot;: &quot;3&quot;,
    &quot;Id&quot;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;Disciplines&quot;: [
      {
        &quot;$ref&quot;: &quot;2&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ]
  },
  &quot;Actions&quot;: [
    {
      &quot;$id&quot;: &quot;4&quot;,
      &quot;Id&quot;: 1,
      &quot;Name&quot;: &quot;sample string 2&quot;,
      &quot;DisciplineId&quot;: 3,
      &quot;DisciplineName&quot;: &quot;sample string 4&quot;,
      &quot;Priority&quot;: {
        &quot;$id&quot;: &quot;5&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;,
        &quot;Color&quot;: 3,
        &quot;ColorName&quot;: &quot;sample string 4&quot;
      },
      &quot;EmployeeId&quot;: {
        &quot;$id&quot;: &quot;6&quot;,
        &quot;Identifier&quot;: &quot;sample string 1&quot;,
        &quot;Type&quot;: 0
      },
      &quot;ExecutiveId&quot;: {
        &quot;$ref&quot;: &quot;6&quot;
      },
      &quot;ExecutiveIds&quot;: [
        1,
        2
      ],
      &quot;Executives&quot;: [
        {
          &quot;$id&quot;: &quot;7&quot;,
          &quot;Identifier&quot;: {
            &quot;$ref&quot;: &quot;6&quot;
          },
          &quot;ExecutiveType&quot;: &quot;sample string 1&quot;,
          &quot;ExecutiveName&quot;: &quot;sample string 2&quot;
        },
        {
          &quot;$ref&quot;: &quot;7&quot;
        }
      ],
      &quot;WorkTypeId&quot;: 1,
      &quot;WorkplanId&quot;: 1,
      &quot;SubGoalId&quot;: 1,
      &quot;Remarks&quot;: &quot;sample string 5&quot;,
      &quot;EvaluateBefore&quot;: &quot;2026-05-26T22:07:27.5533343+02:00&quot;,
      &quot;Result&quot;: {
        &quot;$id&quot;: &quot;8&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      &quot;ResultDate&quot;: &quot;2026-05-26T22:07:27.5533343+02:00&quot;,
      &quot;Continuation&quot;: {
        &quot;$id&quot;: &quot;9&quot;,
        &quot;Id&quot;: 1,
        &quot;Name&quot;: &quot;sample string 2&quot;
      },
      &quot;CreationDate&quot;: &quot;2026-05-26T22:07:27.5533343+02:00&quot;,
      &quot;Completed&quot;: true
    },
    {
      &quot;$ref&quot;: &quot;4&quot;
    }
  ],
  &quot;WorkTypeId&quot;: 1,
  &quot;WorkplanId&quot;: 3,
  &quot;Remarks&quot;: &quot;sample string 4&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;WorkplanSubGoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Actions&gt;
    &lt;ActionV2&gt;
      &lt;Completed&gt;true&lt;/Completed&gt;
      &lt;Continuation&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Continuation&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:27.5533343+02:00&lt;/CreationDate&gt;
      &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
      &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
      &lt;EmployeeId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/EmployeeId&gt;
      &lt;EvaluateBefore&gt;2026-05-26T22:07:27.5533343+02:00&lt;/EvaluateBefore&gt;
      &lt;ExecutiveId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ExecutiveId&gt;
      &lt;ExecutiveIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ExecutiveIds&gt;
      &lt;Executives&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
      &lt;/Executives&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Priority&gt;
        &lt;Color&gt;3&lt;/Color&gt;
        &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Priority&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Result&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Result&gt;
      &lt;ResultDate&gt;2026-05-26T22:07:27.5533343+02:00&lt;/ResultDate&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
    &lt;/ActionV2&gt;
    &lt;ActionV2&gt;
      &lt;Completed&gt;true&lt;/Completed&gt;
      &lt;Continuation&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Continuation&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:27.5533343+02:00&lt;/CreationDate&gt;
      &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
      &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
      &lt;EmployeeId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/EmployeeId&gt;
      &lt;EvaluateBefore&gt;2026-05-26T22:07:27.5533343+02:00&lt;/EvaluateBefore&gt;
      &lt;ExecutiveId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ExecutiveId&gt;
      &lt;ExecutiveIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ExecutiveIds&gt;
      &lt;Executives&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
      &lt;/Executives&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Priority&gt;
        &lt;Color&gt;3&lt;/Color&gt;
        &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Priority&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Result&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Result&gt;
      &lt;ResultDate&gt;2026-05-26T22:07:27.5533343+02:00&lt;/ResultDate&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
    &lt;/ActionV2&gt;
  &lt;/Actions&gt;
  &lt;Discipline xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
    &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
    &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
    &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
    &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
    &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
    &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;DisciplineGroup xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
    &lt;d2p1:Disciplines&gt;
      &lt;d2p1:Discipline&gt;
        &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
        &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
        &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
        &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
        &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
        &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
        &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
        &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
      &lt;/d2p1:Discipline&gt;
      &lt;d2p1:Discipline&gt;
        &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
        &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
        &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
        &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
        &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
        &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
        &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
        &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
      &lt;/d2p1:Discipline&gt;
    &lt;/d2p1:Disciplines&gt;
    &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
    &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
  &lt;/DisciplineGroup&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
&lt;/WorkplanSubGoalV2&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;WorkplanSubGoalV2 xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Actions&gt;
    &lt;ActionV2&gt;
      &lt;Completed&gt;true&lt;/Completed&gt;
      &lt;Continuation&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Continuation&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:27.5533343+02:00&lt;/CreationDate&gt;
      &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
      &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
      &lt;EmployeeId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/EmployeeId&gt;
      &lt;EvaluateBefore&gt;2026-05-26T22:07:27.5533343+02:00&lt;/EvaluateBefore&gt;
      &lt;ExecutiveId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ExecutiveId&gt;
      &lt;ExecutiveIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ExecutiveIds&gt;
      &lt;Executives&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
      &lt;/Executives&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Priority&gt;
        &lt;Color&gt;3&lt;/Color&gt;
        &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Priority&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Result&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Result&gt;
      &lt;ResultDate&gt;2026-05-26T22:07:27.5533343+02:00&lt;/ResultDate&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
    &lt;/ActionV2&gt;
    &lt;ActionV2&gt;
      &lt;Completed&gt;true&lt;/Completed&gt;
      &lt;Continuation&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Continuation&gt;
      &lt;CreationDate&gt;2026-05-26T22:07:27.5533343+02:00&lt;/CreationDate&gt;
      &lt;DisciplineId&gt;3&lt;/DisciplineId&gt;
      &lt;DisciplineName&gt;sample string 4&lt;/DisciplineName&gt;
      &lt;EmployeeId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/EmployeeId&gt;
      &lt;EvaluateBefore&gt;2026-05-26T22:07:27.5533343+02:00&lt;/EvaluateBefore&gt;
      &lt;ExecutiveId xmlns:d4p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
        &lt;d4p1:Identifier&gt;sample string 1&lt;/d4p1:Identifier&gt;
        &lt;d4p1:Type&gt;ExternalId&lt;/d4p1:Type&gt;
      &lt;/ExecutiveId&gt;
      &lt;ExecutiveIds xmlns:d4p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
        &lt;d4p1:long&gt;1&lt;/d4p1:long&gt;
        &lt;d4p1:long&gt;2&lt;/d4p1:long&gt;
      &lt;/ExecutiveIds&gt;
      &lt;Executives&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
        &lt;WorkplanActionExecutive&gt;
          &lt;ExecutiveName&gt;sample string 2&lt;/ExecutiveName&gt;
          &lt;ExecutiveType&gt;sample string 1&lt;/ExecutiveType&gt;
          &lt;Identifier xmlns:d6p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure&quot;&gt;
            &lt;d6p1:Identifier&gt;sample string 1&lt;/d6p1:Identifier&gt;
            &lt;d6p1:Type&gt;ExternalId&lt;/d6p1:Type&gt;
          &lt;/Identifier&gt;
        &lt;/WorkplanActionExecutive&gt;
      &lt;/Executives&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;Priority&gt;
        &lt;Color&gt;3&lt;/Color&gt;
        &lt;ColorName&gt;sample string 4&lt;/ColorName&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Priority&gt;
      &lt;Remarks&gt;sample string 5&lt;/Remarks&gt;
      &lt;Result&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Name&gt;sample string 2&lt;/Name&gt;
      &lt;/Result&gt;
      &lt;ResultDate&gt;2026-05-26T22:07:27.5533343+02:00&lt;/ResultDate&gt;
      &lt;SubGoalId&gt;1&lt;/SubGoalId&gt;
      &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
      &lt;WorkplanId&gt;1&lt;/WorkplanId&gt;
    &lt;/ActionV2&gt;
  &lt;/Actions&gt;
  &lt;Discipline xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
    &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
    &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
    &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
    &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
    &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
    &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
    &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
  &lt;/Discipline&gt;
  &lt;DisciplineGroup xmlns:d2p1=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface&quot;&gt;
    &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
    &lt;d2p1:Disciplines&gt;
      &lt;d2p1:Discipline&gt;
        &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
        &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
        &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
        &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
        &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
        &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
        &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
        &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
      &lt;/d2p1:Discipline&gt;
      &lt;d2p1:Discipline&gt;
        &lt;d2p1:Description&gt;sample string 3&lt;/d2p1:Description&gt;
        &lt;d2p1:DisciplineGroupId&gt;6&lt;/d2p1:DisciplineGroupId&gt;
        &lt;d2p1:EvsFunction&gt;sample string 7&lt;/d2p1:EvsFunction&gt;
        &lt;d2p1:EvsSpecialism&gt;sample string 8&lt;/d2p1:EvsSpecialism&gt;
        &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
        &lt;d2p1:IsActual&gt;true&lt;/d2p1:IsActual&gt;
        &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
        &lt;d2p1:SpecialismCode&gt;sample string 4&lt;/d2p1:SpecialismCode&gt;
      &lt;/d2p1:Discipline&gt;
    &lt;/d2p1:Disciplines&gt;
    &lt;d2p1:Id&gt;1&lt;/d2p1:Id&gt;
    &lt;d2p1:Name&gt;sample string 2&lt;/d2p1:Name&gt;
  &lt;/DisciplineGroup&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Name&gt;sample string 2&lt;/Name&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;WorkTypeId&gt;1&lt;/WorkTypeId&gt;
  &lt;WorkplanId&gt;3&lt;/WorkplanId&gt;
&lt;/WorkplanSubGoalV2&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
            <resource path="PlanCare2Api/WorkplansV2/Evaluation">
                <doc title="PlanCare2Api/WorkplansV2/Evaluation" /> 
                <method name="POST">
                    <request>
 
                                                    <representation mediatype="application/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;WorkplanId&quot;: 2,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;EvaluationTypeId&quot;: 5,
  &quot;Content&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;WorkplanId&quot;: 2,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:54.6816866+02:00&quot;,
  &quot;EvaluationTypeId&quot;: 5,
  &quot;Content&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="application/xml">
                                <doc>&lt;CreateWorkplanEvaluation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Content&gt;sample string 6&lt;/Content&gt;
  &lt;EndDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/EndDate&gt;
  &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
  &lt;WorkplanId&gt;2&lt;/WorkplanId&gt;
&lt;/CreateWorkplanEvaluation&gt;</doc>
                            </representation>
                            <representation mediatype="text/xml">
                                <doc>&lt;CreateWorkplanEvaluation xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns=&quot;http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan&quot;&gt;
  &lt;Content&gt;sample string 6&lt;/Content&gt;
  &lt;EndDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/EndDate&gt;
  &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;StartDate&gt;2026-05-26T23:13:54.6816866+02:00&lt;/StartDate&gt;
  &lt;WorkplanId&gt;2&lt;/WorkplanId&gt;
&lt;/CreateWorkplanEvaluation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
    </resources>
</application>
